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" ] }