From 32b1b1d38cbf14b92da3f0acecc952e9bcf607d2 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:07:44 -0400 Subject: [PATCH] Remove Product Hunt launch banner from marketing site (#440) --- web/public/product-hunt.svg | 6 ------ web/src/routes/_marketing.tsx | 19 ------------------- 2 files changed, 25 deletions(-) delete mode 100644 web/public/product-hunt.svg 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}