From 3188f628d54775dfb35912d4d371232bbf5aa3c1 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 26 Jul 2026 16:58:46 +0000 Subject: [PATCH] fix(pinner.xyz): re-enable newsletter and contact pathways across funnel pages Newsletter signup was disabled on homepage and all three funnel pages (host, pin, ens) during the funnel refactor. Re-enabled on all pages. BottomCTA on homepage now includes links to /partners and /contact so visitors have a pathway to partnership and support without relying on the footer alone. --- .../src/components/Home/BottomCTA.tsx | 18 ++++++++++++++++++ apps/pinner.xyz/src/pages/ens.astro | 1 - apps/pinner.xyz/src/pages/host.astro | 1 - apps/pinner.xyz/src/pages/index.astro | 1 - apps/pinner.xyz/src/pages/pin.astro | 1 - 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/apps/pinner.xyz/src/components/Home/BottomCTA.tsx b/apps/pinner.xyz/src/components/Home/BottomCTA.tsx index 3a263bff5..214c06cf7 100644 --- a/apps/pinner.xyz/src/components/Home/BottomCTA.tsx +++ b/apps/pinner.xyz/src/components/Home/BottomCTA.tsx @@ -35,6 +35,24 @@ const BottomCTA = ({ className }: BottomCTAProps) => { trackEvent="bottom_cta_pin_clicked" /> + +

+ Building on Sia? Need volume storage?{" "} + + See our partnerships + {" "} + or{" "} + + get in touch + + . +

diff --git a/apps/pinner.xyz/src/pages/ens.astro b/apps/pinner.xyz/src/pages/ens.astro index a1ac32c38..03995c8d2 100644 --- a/apps/pinner.xyz/src/pages/ens.astro +++ b/apps/pinner.xyz/src/pages/ens.astro @@ -13,7 +13,6 @@ import { config, examples } from "@/lib/config"; description="Point your ENS name at content hosted on the Sia network. Two commands: upload and point. The CLI gives you the exact contenthash." variant="home" ogImage="/images/og/ens.png" - showNewsletterFooter={false} > {/* Section 1: Hero */} diff --git a/apps/pinner.xyz/src/pages/host.astro b/apps/pinner.xyz/src/pages/host.astro index 5eac88180..2387b16ad 100644 --- a/apps/pinner.xyz/src/pages/host.astro +++ b/apps/pinner.xyz/src/pages/host.astro @@ -14,7 +14,6 @@ import { config, examples } from "@/lib/config"; description="Host static sites on distributed storage. Your files copied across independent providers, not one company's servers. Harder to take down." variant="home" ogImage="/images/og/host.png" - showNewsletterFooter={false} > {/* Section 1: Hero */} diff --git a/apps/pinner.xyz/src/pages/index.astro b/apps/pinner.xyz/src/pages/index.astro index eec46528e..bf89c6f5a 100644 --- a/apps/pinner.xyz/src/pages/index.astro +++ b/apps/pinner.xyz/src/pages/index.astro @@ -11,7 +11,6 @@ import logos from "@/data/brand-logos"; title="Storage and Hosting Where You're in Control | Pinner" description="Your data. Your rules. Decentralized hosting and storage that doesn't depend on one company." variant="home" - showNewsletterFooter={false} > {/* Section 1: Hero */}