Revert "feat: hero text change"

This reverts commit 4d5d3dcaf2.
This commit is contained in:
Chris Milne 2026-05-01 15:46:11 +01:00
parent 26f7454a74
commit 2441ff93e9
2 changed files with 7 additions and 7 deletions

View file

@ -327,13 +327,13 @@
"description": "The title of the tag list page" "description": "The title of the tag list page"
}, },
"home.title": { "home.title": {
"message": "Sharing offline has never been easier" "message": "Introducing Butter Box"
}, },
"home.subtitle1": { "home.subtitle1": {
"message": "Power your own hotspot to share educational materials, videos and apps in small groups or classrooms." "message": "Life without internet made smoother."
}, },
"home.subtitle2": { "home.subtitle2": {
"message": "No internet required." "message": "Get access to tools that help."
}, },
"home.whatisbutterbox": { "home.whatisbutterbox": {
"message": "An app store, encrypted chat, and more, all available over WiFi from an off-the-grid Raspberry Pi." "message": "An app store, encrypted chat, and more, all available over WiFi from an off-the-grid Raspberry Pi."
@ -342,7 +342,7 @@
"message": "How does it work?" "message": "How does it work?"
}, },
"home.section1.description": { "home.section1.description": {
"message": "Butter Box broadcasts its own WiFi network. Once you join, you can install Butter, get apps, join a public chatroom, or make your own private one to share with friends. Butter Box works even when there's no Internet. Just stop by the box to download more apps or check in on your chatrooms. Everything is stored right on the Butter Box." "message": "Butter Box is a self-contained microserver and wifi hotspot. Once you join, you can access apps, connect to secure messaging, join a public chatroom, access maps, or any other content and services. ButterBox works even when there's no Internet. Just stop by the box to download more apps or check in on your chatrooms. Everything is stored right there."
}, },
"home.learnmore": { "home.learnmore": {
"message": "Learn More" "message": "Learn More"

View file

@ -19,11 +19,11 @@ function Hero() {
alt="Butter App Feature Logo" alt="Butter App Feature Logo"
/> />
<Heading as="h1" className="hero-title"> <Heading as="h1" className="hero-title">
<Translate id="home.title">Sharing offline has never been easier</Translate> <Translate id="home.title">Introducing Butter Box</Translate>
</Heading> </Heading>
<p className="hero-subtitle"> <p className="hero-subtitle">
<Translate id="home.subtitle1">Power your own hotspot to share educational materials, videos and apps in small groups or classrooms.</Translate><br/> <Translate id="home.subtitle1">Life without internet made smoother.</Translate><br/>
<Translate id="home.subtitle2">No internet required.</Translate> <Translate id="home.subtitle2">Get access to tools that help.</Translate>
</p> </p>
</div> </div>
</header> </header>