Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 63f8bc2975 | |||
| 144942886b | |||
| 94553d9714 | |||
| dcea62d18f |
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
buttons: [{ text: "Get Started", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "annual", badge: "Elite", price: "₹14,000 / year", subtitle: "Ultimate commitment", features: ["Full Gym Access", "Unlimited Personal Training", "All Fitness Classes", "VIP Locker Service"],
|
||||
id: "annual", badge: "Best Value - Save 20%", price: "₹14,000 / year", subtitle: "Ultimate commitment", features: ["Full Gym Access", "Unlimited Personal Training", "All Fitness Classes", "VIP Locker Service"],
|
||||
buttons: [{ text: "Get Started", href: "#" }]
|
||||
}
|
||||
]}
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
title="Hear From Our Community"
|
||||
description="With a 5.0-star rating across our reviews, your success and satisfaction are our primary focus."
|
||||
description="With a 5.0-star rating across our reviews, your success and satisfaction is our primary focus."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,10 +195,10 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Ready to transform your health? Visit us today or get in touch through WhatsApp for membership inquiries at 070127 05692."
|
||||
text="Our 1-on-1 guided tours are strictly limited to ensure personal attention. Secure your spot now to see why we're the best gym in North Paravur—tours fill up fast!"
|
||||
buttons={[
|
||||
{ text: "Contact on WhatsApp", href: "https://wa.me/917012705692" },
|
||||
{ text: "Call Now", href: "tel:+917012705692" }
|
||||
{ text: "Book Your Tour Now", href: "https://wa.me/917012705692" },
|
||||
{ text: "Call Today", href: "tel:+917012705692" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -224,4 +224,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user