From f3792ae31af97097d2b6cd5b1920c54b0fdac716 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 22:59:07 +0000 Subject: [PATCH] Seed: fitness template (17 files) --- src/pages/Pricing.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Pricing.tsx b/src/pages/Pricing.tsx index b3ea944..a344ea5 100644 --- a/src/pages/Pricing.tsx +++ b/src/pages/Pricing.tsx @@ -66,7 +66,7 @@ export default function Pricing() {
{tiers.map((tier, i) => ( - + {tier.popular &&
Most Popular
}

{tier.name}

@@ -83,7 +83,7 @@ export default function Pricing() {
))}
- @@ -117,7 +117,7 @@ export default function Pricing() {

Frequently Asked Questions

{faqs.map((faq, i) => ( - + {faq.q} {faq.a}