1 Commits

Author SHA1 Message Date
4d080b55e8 Update src/app/page.tsx 2026-05-13 11:16:10 +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,
@@ -230,7 +233,7 @@ export default function LandingPage() {
description="Start your journey into millions of books now."
buttons={[
{
text: "Start Your Free Trial", href: "#"},
text: "Get the App", href: "#"},
]}
/>
</div>