Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48e534a37a | |||
| ea0de7595f | |||
| b26f880c59 | |||
| c98509d76f | |||
| 609983b09e | |||
| 5d38ec856f | |||
| 63f4dc832e | |||
| 6e432d380f |
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro", name: "Premium", price: "$19/mo", features: [
|
||||
id: "pro", name: "Premium", badge: "Best Value", price: "$19/mo", features: [
|
||||
"Weekly Digital Issue", "Archive Access", "Ad-Free Experience"],
|
||||
buttons: [
|
||||
{
|
||||
@@ -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: "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"
|
||||
description="Quick answers to help you get the most out of your subscription."
|
||||
|
||||
Reference in New Issue
Block a user