9 Commits

Author SHA1 Message Date
f13ff79f8b Merge version_4 into main
Merge version_4 into main
2026-05-13 11:17:29 +00:00
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
4d080b55e8 Update src/app/page.tsx 2026-05-13 11:16:10 +00:00
021b285af0 Merge version_1 into main
Merge version_1 into main
2026-05-13 11:15:44 +00:00
1c5020d942 Merge version_1 into main
Merge version_1 into main
2026-05-13 11:15:06 +00:00
6f2e62ea69 Merge version_1 into main
Merge version_1 into main
2026-05-13 11:14:32 +00:00

View File

@@ -210,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."
@@ -230,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>
@@ -262,4 +262,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}