From f83fbb2eb13f1a77b7622b231bed219c4c90e1e2 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Tue, 21 Apr 2026 19:01:41 -0400 Subject: [PATCH] update page content --- www/src/pages/index.tsx | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/www/src/pages/index.tsx b/www/src/pages/index.tsx index 6983777..f15d7fb 100644 --- a/www/src/pages/index.tsx +++ b/www/src/pages/index.tsx @@ -2,9 +2,8 @@ import type {ReactNode} from 'react'; import Layout from '@theme/Layout'; import Heading from '@theme/Heading'; -const CONTACT_EMAIL = 'support@guardianproject.info'; -const MAILING_LIST = '/contact'; -const BOOT_IMAGES = '/docs/update-butter'; +const CONTACT_US = '/contact'; +const BOOT_IMAGES = '/docs/build-a-box'; const REPO = 'https://guardianproject.dev/butter'; const DOCS = '/docs'; @@ -21,9 +20,8 @@ function Hero() { Introducing Butter Box

- No Internet? No electricity? No problem. You can make the{' '} - Butter app store available anywhere with - Butter Box. + No Internet? No electricity? No problem.
+ Bring internet services and sites where they are not.

@@ -51,10 +49,6 @@ export default function Home(): ReactNode {
How does it work? - A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel.

Butter Box broadcasts its own WiFi network. Once you join, you can install Butter, get apps, join a public chatroom, or make @@ -63,6 +57,10 @@ export default function Home(): ReactNode { download more apps or check in on your chatrooms. Everything is stored right on the Butter Box.

+ A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel. Learn More @@ -71,11 +69,11 @@ export default function Home(): ReactNode {
Get your own Butter Box

- We make & ship Butter Boxes to partners around the world. + We help make & ship Butter Boxes to partners around the world. Reach out to us if you serve a community that could benefit.

- - Email us + + Get in Touch
@@ -92,7 +90,7 @@ export default function Home(): ReactNode { target="_blank" rel="noreferrer" href={BOOT_IMAGES}> - Download boot images + Learn How!

Or, customize your Butter Box following the instructions in our @@ -102,7 +100,7 @@ export default function Home(): ReactNode { className="btn-main" target="_blank" rel="noreferrer" - href={`${REPO}/-/blob/main/docs/en/README.md`}> + href={`${REPO}`}> Source & Documentation