Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b80105a87 | |||
| d32cf8975c | |||
| d30f2a5578 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
|||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Join Now", href: "#membership" },
|
{ text: "Join Now", href: "#membership" },
|
||||||
{ text: "Call Now: 096196 94000", href: "tel:+919619694000" }
|
{ text: "Call for Pricing", href: "tel:+919619694000" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -154,19 +154,22 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "monthly", tag: "Popular", tagIcon: Zap,
|
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"
|
"Unlimited gym access", "All cardio & strength equipment", "Locker & shower facilities", "Parking included", "Community support"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "quarterly", tag: "Best Value", tagIcon: Star,
|
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"
|
"Personal fitness consultation", "Monthly body composition analysis", "Priority class booking", "Yoga classes (3x/week)", "Nutritionist guidance"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "annual", tag: "Complete Package", tagIcon: Heart,
|
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"
|
"1-on-1 monthly training sessions", "Customized workout plan", "Meal planning support", "Unlimited yoga & classes", "Free guest passes (4x/month)", "Free merchandise"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user