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 */}