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.
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.
+
Learn More
@@ -71,11 +69,11 @@ export default function Home(): ReactNode {
- 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 TouchOr, 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