feat: hero text change

#11

(cherry picked from commit 4d5d3dcaf2)
This commit is contained in:
Chris Milne 2026-05-01 13:01:50 +01:00
parent 39a423a955
commit 7000dddc87
2 changed files with 7 additions and 7 deletions

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>