feat: hero text change

#11
This commit is contained in:
Chris Milne 2026-05-01 13:01:50 +01:00
parent 55984bdbc2
commit 4d5d3dcaf2
2 changed files with 7 additions and 7 deletions

View file

@ -327,13 +327,13 @@
"description": "The title of the tag list page"
},
"home.title": {
"message": "Introducing Butter Box"
"message": "Sharing offline has never been easier"
},
"home.subtitle1": {
"message": "Life without internet made smoother."
"message": "Power your own hotspot to share educational materials, videos and apps in small groups or classrooms."
},
"home.subtitle2": {
"message": "Get access to tools that help."
"message": "No internet required."
},
"home.whatisbutterbox": {
"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?"
},
"home.section1.description": {
"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."
"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."
},
"home.learnmore": {
"message": "Learn More"

View file

@ -19,11 +19,11 @@ function Hero() {
alt="Butter App Feature Logo"
/>
<Heading as="h1" className="hero-title">
<Translate id="home.title">Introducing Butter Box</Translate>
<Translate id="home.title">Sharing offline has never been easier</Translate>
</Heading>
<p className="hero-subtitle">
<Translate id="home.subtitle1">Life without internet made smoother.</Translate><br/>
<Translate id="home.subtitle2">Get access to tools that help.</Translate>
<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.subtitle2">No internet required.</Translate>
</p>
</div>
</header>