From 4d080b55e8a430d040d2d84b69ac98ce08b20ef7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 11:16:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fd2b4b..35f1aa6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file