8 Commits

Author SHA1 Message Date
a3b6559268 Update src/app/page.tsx 2026-05-12 21:27:44 +00:00
f8ebf04ae7 Merge version_6 into main
Merge version_6 into main
2026-05-12 21:24:27 +00:00
48e534a37a Update src/app/page.tsx 2026-05-12 21:24:21 +00:00
ea0de7595f Merge version_5 into main
Merge version_5 into main
2026-05-12 21:23:17 +00:00
b26f880c59 Merge version_4 into main
Merge version_4 into main
2026-05-12 21:23:13 +00:00
c98509d76f Update src/app/page.tsx 2026-05-12 21:23:11 +00:00
609983b09e Update src/app/page.tsx 2026-05-12 21:23:07 +00:00
5d38ec856f Merge version_3 into main
Merge version_3 into main
2026-05-12 21:22:20 +00:00

View File

@@ -153,7 +153,7 @@ export default function LandingPage() {
}, },
{ {
id: "pro", name: "Premium", badge: "Best Value", price: "$19/mo", features: [ id: "pro", name: "Premium", badge: "Best Value", price: "$19/mo", features: [
"Weekly Digital Issue", "Archive Access", "Ad-Free Experience"], "Ad-Free Experience", "Weekly Digital Issue", "Archive Access"],
buttons: [ buttons: [
{ {
text: "Subscribe", href: "#"}, text: "Subscribe", href: "#"},
@@ -204,6 +204,10 @@ export default function LandingPage() {
id: "q2", title: "Can I cancel anytime?", content: "Yes, our flexible plans allow cancellation at any time."}, id: "q2", title: "Can I cancel anytime?", content: "Yes, our flexible plans allow cancellation at any time."},
{ {
id: "q3", title: "Do you offer bulk discounts?", content: "Yes, for organizations of 10+ members."}, id: "q3", title: "Do you offer bulk discounts?", content: "Yes, for organizations of 10+ members."},
{
id: "q4", title: "Which payment methods do you accept?", content: "We securely accept major credit cards, PayPal, and Apple Pay."},
{
id: "q5", title: "Is there a trial period available?", content: "Yes, all new annual subscribers receive a 14-day free trial to explore our full library."},
]} ]}
title="Frequently Asked" title="Frequently Asked"
description="Quick answers to help you get the most out of your subscription." description="Quick answers to help you get the most out of your subscription."
@@ -236,4 +240,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }