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