From be188b155308f42b4ccf80795255c4febdf017d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:04:05 +0000 Subject: [PATCH] Update src/app/membership/page.tsx --- src/app/membership/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/membership/page.tsx b/src/app/membership/page.tsx index 2ab20a3..74fe33f 100644 --- a/src/app/membership/page.tsx +++ b/src/app/membership/page.tsx @@ -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"}} /> @@ -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"], }, ]} />