Update src/app/membership/page.tsx

This commit is contained in:
2026-03-03 15:04:05 +00:00
parent 1b47f0fc15
commit be188b1553

View File

@@ -36,8 +36,7 @@ export default function MembershipPage() {
navItems={navItems}
brandName="Cherry Drops"
button={{
text: "Call Now", href: "tel:+8801610021342"
}}
text: "Call Now", href: "tel:+8801610021342"}}
/>
</div>
@@ -56,20 +55,17 @@ export default function MembershipPage() {
{
id: "monthly", badge: "Popular", badgeIcon: Sparkles,
price: "Call for Rate", subtitle: "Perfect for getting started", features: [
"Full gym access", "All facilities included", "Locker room access", "Steam & massage available"
],
"Full gym access", "All facilities included", "Locker room access", "Steam & massage available"],
},
{
id: "quarterly", badge: "Value", badgeIcon: Gift,
price: "Call for Rate", subtitle: "Best for 3-month commitment", features: [
"Full gym access", "Priority trainer booking", "All facilities included", "Free fitness assessment"
],
"Full gym access", "Priority trainer booking", "All facilities included", "Free fitness assessment"],
},
{
id: "annual", badge: "Best Value", badgeIcon: Star,
price: "Call for Rate", subtitle: "Biggest savings with yearly plan", features: [
"Full gym access", "Free monthly trainer session", "All facilities included", "Priority support & access"
],
"Full gym access", "Free monthly trainer session", "All facilities included", "Priority support & access"],
},
]}
/>