Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 13:07:42 +00:00
2 changed files with 9 additions and 6 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}