diff --git a/src/app/page.tsx b/src/app/page.tsx index 9892f99..dd68c3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "basic", badge: "Entry", price: "$29/mo", subtitle: "Basics covered", features: ["Gym access", "Basic locker", "Free parking"] }, - { id: "pro", badge: "Popular", price: "$59/mo", subtitle: "Best for results", features: ["Everything in Basic", "Personal trainer session", "Classes included"] }, + { id: "pro", badge: "Most Popular", price: "$59/mo", subtitle: "Best for results", features: ["Everything in Basic", "Personal trainer session", "Classes included"] }, { id: "elite", badge: "Unlimited", price: "$99/mo", subtitle: "Maximum potential", features: ["All access", "Priority booking", "Guest pass"] }, ]} title="Membership Plans"