diff --git a/opensaas-sh/app_diff/deletions b/opensaas-sh/app_diff/deletions
index 90fe220da..650fbb9da 100644
--- a/opensaas-sh/app_diff/deletions
+++ b/opensaas-sh/app_diff/deletions
@@ -1,5 +1,5 @@
-src/client/static/open-saas-banner-dark.png
-src/client/static/open-saas-banner-light.png
+src/client/static/open-saas-banner-dark.svg
+src/client/static/open-saas-banner-light.svg
src/landing-page/components/Hero.tsx
src/landing-page/contentSections.ts
src/payment/lemonSqueezy/checkoutUtils.ts
diff --git a/template/app/src/client/static/open-saas-banner-dark.png b/template/app/src/client/static/open-saas-banner-dark.png
deleted file mode 100644
index a6cae50c3..000000000
Binary files a/template/app/src/client/static/open-saas-banner-dark.png and /dev/null differ
diff --git a/template/app/src/client/static/open-saas-banner-dark.svg b/template/app/src/client/static/open-saas-banner-dark.svg
new file mode 100644
index 000000000..4ae8a5897
--- /dev/null
+++ b/template/app/src/client/static/open-saas-banner-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/template/app/src/client/static/open-saas-banner-light.png b/template/app/src/client/static/open-saas-banner-light.png
deleted file mode 100644
index c2436eb3a..000000000
Binary files a/template/app/src/client/static/open-saas-banner-light.png and /dev/null differ
diff --git a/template/app/src/client/static/open-saas-banner-light.svg b/template/app/src/client/static/open-saas-banner-light.svg
new file mode 100644
index 000000000..3bce1092b
--- /dev/null
+++ b/template/app/src/client/static/open-saas-banner-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/template/app/src/landing-page/components/Hero.tsx b/template/app/src/landing-page/components/Hero.tsx
index 401e55ec5..174094884 100644
--- a/template/app/src/landing-page/components/Hero.tsx
+++ b/template/app/src/landing-page/components/Hero.tsx
@@ -1,6 +1,6 @@
import { Link as WaspRouterLink, routes } from "wasp/client/router";
-import openSaasBannerDark from "../../client/static/open-saas-banner-dark.png";
-import openSaasBannerLight from "../../client/static/open-saas-banner-light.png";
+import openSaasBannerDark from "../../client/static/open-saas-banner-dark.svg";
+import openSaasBannerLight from "../../client/static/open-saas-banner-light.svg";
import { Button } from "../../components/ui/button";
export default function Hero() {