Update src/app/page.tsx

This commit is contained in:
2026-03-12 09:40:21 +00:00
parent 9f20e8b6f6
commit dcf09a5c3e

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
title="Read Like You Scroll"
description="Experience books in bite-sized chapters with the familiar feel of TikTok. Swipe through stories at your own pace, build reading streaks, and unlock achievements. Transform how you discover and complete books."
description="Experience books in bite-sized chapters with the familiar feel of TikTok. Swipe through stories at your own pace, build reading streaks, and unlock achievements. Transform how you discover and complete books. Watch text flow vertically as you scroll—just like your favorite social media app, but with infinite stories to explore."
background={{ variant: "plain" }}
tag="Reading Reimagined"
tagIcon={BookOpen}
@@ -307,4 +307,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}