From 067d9516442b74cedf947ec1b7daf653ccb55cd0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:06:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0502657..2df4e80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,19 +105,19 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Popular", badgeIcon: Zap, - price: "$59.99", subtitle: "8-Week Aesthetic Body Transformation", features: [ + price: "$59.99", subtitle: "Build Aesthetic Physique & Strength", features: [ "Custom workout plan", "Fat loss & muscle building strategy", "Weekly progress tracking", "Direct message support", "Nutrition guide" ] }, { id: "2", badge: "Transformative", badgeIcon: Sparkles, - price: "$59.99", subtitle: "Lifestyle Glow-Up Coaching", features: [ + price: "$59.99", subtitle: "Build Confidence & Style", features: [ "Confidence building system", "Daily routine optimization", "Grooming & style advice", "Productivity & discipline coaching", "Mindset upgrade plan" ] }, { id: "3", badge: "Best Value", badgeIcon: Crown, - price: "$99.99", subtitle: "Complete Transformation Bundle", features: [ + price: "$99.99", subtitle: "Build Complete Lifestyle Mastery", features: [ "Everything in both programs", "Priority support (24/7)", "Bonus fat loss secrets", "Exclusive transformation checklist", "Private coaching calls" ] } -- 2.49.1