Update src/app/page.tsx

This commit is contained in:
2026-05-13 11:16:10 +00:00
parent 021b285af0
commit 4d080b55e8

View File

@@ -50,6 +50,9 @@ export default function LandingPage() {
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Your Entire Library, Anywhere You Go." title="Your Entire Library, Anywhere You Go."
description="Access millions of books, audiobooks, and magazines across Android and iOS devices. Seamless syncing for the modern reader." description="Access millions of books, audiobooks, and magazines across Android and iOS devices. Seamless syncing for the modern reader."
buttons={[
{ text: "Get the App", href: "#" }
]}
testimonials={[ testimonials={[
{ {
name: "Alex R.", handle: "@alexreads", testimonial: "The best reading experience I've had on my iPhone. Everything syncs perfectly.", rating: 5, name: "Alex R.", handle: "@alexreads", testimonial: "The best reading experience I've had on my iPhone. Everything syncs perfectly.", rating: 5,
@@ -262,4 +265,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }