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