4 Commits

Author SHA1 Message Date
5b24790521 Update src/app/page.tsx 2026-05-13 11:17:25 +00:00
31154f06e6 Merge version_3 into main
Merge version_3 into main
2026-05-13 11:16:18 +00:00
143cef4772 Update src/app/page.tsx 2026-05-13 11:16:14 +00:00
c1c43d27d4 Merge version_2 into main
Merge version_2 into main
2026-05-13 11:16:13 +00:00

View File

@@ -50,9 +50,6 @@ 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,
@@ -213,7 +210,7 @@ export default function LandingPage() {
{
id: "2", title: "Can I read offline?", content: "Absolutely. Download books directly to your device for offline reading."},
{
id: "3", title: "How much does it cost?", content: "We offer a free tier and a premium subscription with unlimited access."},
id: "3", title: "How much does it cost?", content: "We offer a free tier and a premium subscription with unlimited access. Unlock unlimited reading and offline access with our premium plan."},
]}
title="Frequently Asked Questions"
description="Common inquiries about LibroCloud digital library."
@@ -233,7 +230,7 @@ export default function LandingPage() {
description="Start your journey into millions of books now."
buttons={[
{
text: "Get the App", href: "#"},
text: "Start Your Free Trial", href: "#"},
]}
/>
</div>