diff --git a/web/public/product-hunt.svg b/web/public/product-hunt.svg
deleted file mode 100644
index c2858ba..0000000
--- a/web/public/product-hunt.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
diff --git a/web/src/routes/_marketing.tsx b/web/src/routes/_marketing.tsx
index 035bbc9..f03b296 100644
--- a/web/src/routes/_marketing.tsx
+++ b/web/src/routes/_marketing.tsx
@@ -10,8 +10,6 @@ import { SiteFooter } from "@/components/site-footer";
import { featureGroups } from "@/lib/feature-pages";
const GITHUB_REPO = "every-app/open-seo";
-const PRODUCT_HUNT_URL =
- "https://www.producthunt.com/products/openseo?launch=openseo";
// Used if GitHub is unreachable at build time so the header never renders empty.
const FALLBACK_STAR_COUNT = "2.1k";
@@ -159,23 +157,6 @@ function MarketingLayout() {
return (
- {isHome ? (
-
-
-
-
- OpenSEO just launched on Product Hunt.
-
- Upvote & comment →
-
-
- ) : null}