Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b24790521 | |||
| 31154f06e6 | |||
| 143cef4772 | |||
| c1c43d27d4 |
@@ -50,9 +50,6 @@ export default function LandingPage() {
|
|||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Your Entire Library, Anywhere You Go."
|
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."
|
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={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Alex R.", handle: "@alexreads", testimonial: "The best reading experience I've had on my iPhone. Everything syncs perfectly.", rating: 5,
|
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: "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"
|
title="Frequently Asked Questions"
|
||||||
description="Common inquiries about LibroCloud digital library."
|
description="Common inquiries about LibroCloud digital library."
|
||||||
@@ -233,7 +230,7 @@ export default function LandingPage() {
|
|||||||
description="Start your journey into millions of books now."
|
description="Start your journey into millions of books now."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get the App", href: "#"},
|
text: "Start Your Free Trial", href: "#"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user