From 3b80105a87f192b7cf8bbd4d514261fc7778d424 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:07:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83a5a4b..82f5daa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { showDimOverlay={true} buttons={[ { text: "Join Now", href: "#membership" }, - { text: "Call Now: 096196 94000", href: "tel:+919619694000" } + { text: "Call for Pricing", href: "tel:+919619694000" } ]} buttonAnimation="slide-up" /> @@ -154,19 +154,22 @@ export default function LandingPage() { plans={[ { id: "monthly", tag: "Popular", tagIcon: Zap, - price: "₹1,499", period: "/month", description: "Perfect for beginners and fitness enthusiasts", button: { text: "Book Free Trial", href: "#location" }, featuresTitle: "What's Included:", features: [ + price: "₹1,499", period: "/month", description: "Perfect for beginners and fitness enthusiasts", button: { text: "Book Free Trial", href: "#location" }, + featuresTitle: "What's Included:", features: [ "Unlimited gym access", "All cardio & strength equipment", "Locker & shower facilities", "Parking included", "Community support" ] }, { id: "quarterly", tag: "Best Value", tagIcon: Star, - price: "₹3,999", period: "/3 months", description: "Ideal for committed fitness goals", button: { text: "Book Free Trial", href: "#location" }, featuresTitle: "Everything in Monthly +", features: [ + price: "₹3,999", period: "/3 months", description: "Ideal for committed fitness goals", button: { text: "Book Free Trial", href: "#location" }, + featuresTitle: "Everything in Monthly +", features: [ "Personal fitness consultation", "Monthly body composition analysis", "Priority class booking", "Yoga classes (3x/week)", "Nutritionist guidance" ] }, { id: "annual", tag: "Complete Package", tagIcon: Heart, - price: "₹14,999", period: "/year", description: "Ultimate fitness transformation plan", button: { text: "Book Free Trial", href: "#location" }, featuresTitle: "Everything +", features: [ + price: "₹14,999", period: "/year", description: "Ultimate fitness transformation plan", button: { text: "Book Free Trial", href: "#location" }, + featuresTitle: "Everything +", features: [ "1-on-1 monthly training sessions", "Customized workout plan", "Meal planning support", "Unlimited yoga & classes", "Free guest passes (4x/month)", "Free merchandise" ] } @@ -206,4 +209,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}