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"], }, ]} />