Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-05-06 16:39:11 +00:00

View File

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