2 Commits

Author SHA1 Message Date
b6ee2577fb Update src/app/page.tsx 2026-05-09 10:51:08 +00:00
c2716bc689 Update src/app/page.tsx 2026-05-09 10:50:37 +00:00

View File

@@ -130,7 +130,7 @@ export default function LandingPage() {
{
id: "basic", badge: "Entry", price: "$25", subtitle: "1 Month Plan", buttons: [
{
text: "Get Started"},
text: "Select"},
],
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: "Get Started"},
text: "Select"},
],
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: "Get Started"},
text: "Select"},
],
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: "Get Started"},
text: "Select"},
],
features: [
"Unlimited Access", "Trainer Mentorship", "All Inclusive"],