Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f13ff79f8b | |||
| 5b24790521 | |||
| 31154f06e6 | |||
| 143cef4772 | |||
| c1c43d27d4 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user