From a61900fdfd67e59bfdc922792645b9cb7e443e66 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:39:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9293bfc..cdc4ba1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,19 +122,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", tag: "Essentials", price: "$49", period: "/mo", description: "Core access to all equipment.", button: { + id: "basic", tag: "Essentials", price: "$15", period: "/mo", description: "Core access to all equipment.", button: { text: "Join Now"}, featuresTitle: "Included Features", features: [ "24/7 Access", "Locker Room", "Cardio Area"], }, { - id: "pro", tag: "Elite", price: "$89", period: "/mo", description: "Full access plus classes.", button: { + id: "pro", tag: "Elite", price: "$20", period: "/mo", description: "Full access plus classes.", button: { text: "Join Elite"}, featuresTitle: "Included Features", features: [ "All Core Features", "Unlimited Classes", "Sauna/Recovery"], }, { - id: "vip", tag: "Ultimate", price: "$149", period: "/mo", description: "Personalized coaching and extra perks.", button: { + id: "vip", tag: "Ultimate", price: "$30", period: "/mo", description: "Personalized coaching and extra perks.", button: { text: "Start VIP"}, featuresTitle: "Included Features", features: [ "All Elite Features", "2x Personal Training", "Free Guest Passes"], -- 2.49.1