Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions apps/pinner.xyz/src/components/Home/BottomCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,24 @@ const BottomCTA = ({ className }: BottomCTAProps) => {
trackEvent="bottom_cta_pin_clicked"
/>
</div>

<p className="text-home-text-muted/60 text-sm mt-8">
Building on Sia? Need volume storage?{" "}
<a
href="/partners"
className="text-home-accent underline hover:opacity-80"
>
See our partnerships
</a>{" "}
or{" "}
<a
href="/contact"
className="text-home-accent underline hover:opacity-80"
>
get in touch
</a>
.
</p>
</div>
</div>
</section>
Expand Down
1 change: 0 additions & 1 deletion apps/pinner.xyz/src/pages/ens.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}
<EnsHero client:load />
Expand Down
1 change: 0 additions & 1 deletion apps/pinner.xyz/src/pages/host.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}
<HostHero client:load />
Expand Down
1 change: 0 additions & 1 deletion apps/pinner.xyz/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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}
>
<Hero client:load />
<BrandLogos
Expand Down
1 change: 0 additions & 1 deletion apps/pinner.xyz/src/pages/pin.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { config, examples } from "@/lib/config";
description="IPFS pinning backed by verifiable storage on the Sia network. Upload a file, get a CID. Hosts prove they're holding your data or they don't get paid."
variant="home"
ogImage="/images/og/pin.png"
showNewsletterFooter={false}
>
{/* Section 1: Hero */}
<PinHero client:load />
Expand Down
Loading