get to prod tasks
This commit is contained in:
@@ -87,7 +87,7 @@ const faqs: FAQ[] = [
|
||||
},
|
||||
{
|
||||
q: "What happens after my free trial?",
|
||||
a: "Your trial includes full access to your selected plan for 14 days. You can cancel anytime before the trial ends with no charge.",
|
||||
a: "Your trial includes Basic features for 14 days. Upgrade anytime during your trial to unlock Plus or Premium features immediately. If you don't upgrade, your account will remain active with Basic features.",
|
||||
},
|
||||
{
|
||||
q: "Can I remove my data from brokers?",
|
||||
@@ -220,10 +220,10 @@ export default function PricingPage() {
|
||||
Protection That Fits{" "}
|
||||
<span class="text-gradient-primary">Your Budget</span>
|
||||
</h1>
|
||||
<p class="text-xl text-text-secondary mb-8 max-w-2xl mx-auto">
|
||||
Start with a 14-day free trial. No credit card required. Cancel
|
||||
anytime.
|
||||
</p>
|
||||
<p class="text-xl text-text-secondary mb-8 max-w-2xl mx-auto">
|
||||
Start with a 14-day free trial of Basic features. No credit card
|
||||
required. Upgrade anytime to unlock Plus or Premium.
|
||||
</p>
|
||||
<div class="flex flex-wrap items-center justify-center gap-x-6 gap-y-2 text-sm text-text-tertiary">
|
||||
<span class="flex items-center gap-1.5">
|
||||
<CheckIcon />
|
||||
|
||||
Reference in New Issue
Block a user