From af56f097d501ef7d3bf1fa125b0f6bc56cb7c177 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:52:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 718ea5a..8965599 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function LandingPage() { { id: "basic", badge: "Entry", price: "$25", subtitle: "1 Month Plan", buttons: [ { - text: "Select"}, + text: "Get Started"}, ], features: [ "Full Gym Access", "Basic Support"], @@ -138,7 +138,7 @@ export default function LandingPage() { { id: "standard", badge: "Best Value", price: "$70", subtitle: "3 Month Plan", buttons: [ { - text: "Select"}, + text: "Get Started"}, ], features: [ "Full Gym Access", "Yoga Included", "Personalized Plan"], @@ -146,7 +146,7 @@ export default function LandingPage() { { id: "premium", badge: "Pro", price: "$130", subtitle: "6 Month Plan", buttons: [ { - text: "Select"}, + text: "Get Started"}, ], features: [ "All Gym Access", "Priority Booking", "Nutrition Guidance"], @@ -154,7 +154,7 @@ export default function LandingPage() { { id: "vip", badge: "VIP", price: "$250", subtitle: "12 Month Plan", buttons: [ { - text: "Select"}, + text: "Get Started"}, ], features: [ "Unlimited Access", "Trainer Mentorship", "All Inclusive"],