4 Commits

Author SHA1 Message Date
4d080b55e8 Update src/app/page.tsx 2026-05-13 11:16:10 +00:00
021b285af0 Merge version_1 into main
Merge version_1 into main
2026-05-13 11:15:44 +00:00
1c5020d942 Merge version_1 into main
Merge version_1 into main
2026-05-13 11:15:06 +00:00
6f2e62ea69 Merge version_1 into main
Merge version_1 into main
2026-05-13 11:14:32 +00:00

View File

@@ -50,6 +50,9 @@ export default function LandingPage() {
variant: "gradient-bars"}}
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."
buttons={[
{ text: "Get the App", href: "#" }
]}
testimonials={[
{
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>
</ThemeProvider>
);
}
}