From 1f7d114a1e616b46d6f55d78f0629b47cd71c14b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 12:17:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 236 ++++++++--------------------------------------- 1 file changed, 40 insertions(+), 196 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76b933d..a6d5b3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,38 +49,19 @@ export default function LandingPage() {
@@ -116,45 +84,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Strength", - title: "Heavy Weight Section", - subtitle: "Pure Performance", - description: "High-quality racks and weights for every training level.", - imageSrc: "http://img.b2bpic.net/free-photo/sports-dumbbells-filtered-image-processed-vintage-effect_1232-3417.jpg", - imageAlt: "gym weightlifting rack modern", - }, + tag: "Strength", title: "Heavy Weight Section", subtitle: "Pure Performance", description: "High-quality racks and weights for every training level.", imageSrc: "http://img.b2bpic.net/free-photo/sports-dumbbells-filtered-image-processed-vintage-effect_1232-3417.jpg", imageAlt: "gym weightlifting rack modern"}, { - tag: "Cardio", - title: "Cardio Zone", - subtitle: "Endurance Power", - description: "Modern cardio machines for heart-healthy workouts.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-hotel-lobby_74190-3799.jpg", - imageAlt: "gym cardio area with equipment", - }, + tag: "Cardio", title: "Cardio Zone", subtitle: "Endurance Power", description: "Modern cardio machines for heart-healthy workouts.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-hotel-lobby_74190-3799.jpg", imageAlt: "gym cardio area with equipment"}, { - tag: "Functional", - title: "Functional Area", - subtitle: "Total Mobility", - description: "Versatile space for bodyweight and HIIT training.", - imageSrc: "http://img.b2bpic.net/free-photo/sporty-shaved-head-male-doing-pull-ups-trx-straps-stand_613910-11273.jpg", - imageAlt: "gym functional training zone", - }, + tag: "Functional", title: "Functional Area", subtitle: "Total Mobility", description: "Versatile space for bodyweight and HIIT training.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-shaved-head-male-doing-pull-ups-trx-straps-stand_613910-11273.jpg", imageAlt: "gym functional training zone"}, { - tag: "Flexibility", - title: "Stretching Studio", - subtitle: "Recovery & Balance", - description: "Dedicated quiet zone for yoga and deep stretching.", - imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-1480.jpg", - imageAlt: "Dumbbell", - }, + tag: "Flexibility", title: "Stretching Studio", subtitle: "Recovery & Balance", description: "Dedicated quiet zone for yoga and deep stretching.", imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-1480.jpg", imageAlt: "Dumbbell"}, { - tag: "Hydration", - title: "Refreshment Bar", - subtitle: "Fuel Your Results", - description: "Smoothies and health drinks to power your workout.", - imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", - imageAlt: "Fitness equipment", - }, + tag: "Hydration", title: "Refreshment Bar", subtitle: "Fuel Your Results", description: "Smoothies and health drinks to power your workout.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Fitness equipment"}, ]} title="World-Class Training Features" description="Designed for performance and comfort, our gym facilities offer everything you need." @@ -168,39 +106,20 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - badge: "Essential", - price: "$39/mo", - subtitle: "Access to all basic gym areas.", - buttons: [ + id: "basic", badge: "Essential", price: "$39/mo", subtitle: "Access to all basic gym areas.", buttons: [ { - text: "Choose Basic", - href: "#contact", - }, + text: "Choose Basic", href: "#contact"}, ], features: [ - "Gym Access", - "Locker Room", - "Orientation Session", - ], + "Gym Access", "Locker Room", "Orientation Session"], }, { - id: "pro", - badge: "Premium", - price: "$69/mo", - subtitle: "Full access with extras.", - buttons: [ + id: "pro", badge: "Premium", price: "$69/mo", subtitle: "Full access with extras.", buttons: [ { - text: "Choose Pro", - href: "#contact", - }, + text: "Choose Pro", href: "#contact"}, ], features: [ - "All Basic Features", - "Group Classes", - "Sauna & Spa", - "Priority Booking", - ], + "All Basic Features", "Group Classes", "Sauna & Spa", "Priority Booking"], }, ]} title="Membership Plans" @@ -211,44 +130,16 @@ export default function LandingPage() {
@@ -324,8 +183,7 @@ export default function LandingPage() {