From 63f8bc2975339d0ad4b87eba68fb80fb5cfb3de1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 06:25:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 547993e..97699eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#" }] } ]} @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1