From 241bf33eced370bdf22b3d586a307592585b92fd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:34:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 189 ++++++++++------------------------------------- 1 file changed, 38 insertions(+), 151 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04a48a1..1c906b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -62,35 +52,21 @@ export default function LandingPage() { description="Forge your physique at the premier fitness destination designed for results." buttons={[ { - text: "Start Training", - href: "#pricing", - }, + text: "Start Training", href: "#pricing"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-working-bicycle_23-2148503039.jpg", - imageAlt: "Gym interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-working-bicycle_23-2148503039.jpg", imageAlt: "Gym interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercise-simulator-gym_23-2147688152.jpg", - imageAlt: "Gym interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercise-simulator-gym_23-2147688152.jpg", imageAlt: "Gym interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-sits-resting-treadmill-healthy-lifestyle_78826-3203.jpg", - imageAlt: "Gym interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-sits-resting-treadmill-healthy-lifestyle_78826-3203.jpg", imageAlt: "Gym interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-photo-dumbbells_1301-2290.jpg", - imageAlt: "Gym interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/crop-photo-dumbbells_1301-2290.jpg", imageAlt: "Gym interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/gym-with-motivational-phrase_1134-442.jpg", - imageAlt: "Gym interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/gym-with-motivational-phrase_1134-442.jpg", imageAlt: "Gym interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114159.jpg", - imageAlt: "Gym interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114159.jpg", imageAlt: "Gym interior"}, ]} /> @@ -112,26 +88,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Free Weights", - description: "Professional-grade power racks and platforms.", - tag: "Strength", - imageSrc: "http://img.b2bpic.net/free-photo/equipment-rehabilitation-interior-physiotherapy-clinic_1139-1203.jpg", - }, + id: "f1", title: "Free Weights", description: "Professional-grade power racks and platforms.", tag: "Strength", imageSrc: "http://img.b2bpic.net/free-photo/equipment-rehabilitation-interior-physiotherapy-clinic_1139-1203.jpg"}, { - id: "f2", - title: "Cardio Suite", - description: "High-end treadmills and bikes.", - tag: "Endurance", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5037.jpg", - }, + id: "f2", title: "Cardio Suite", description: "High-end treadmills and bikes.", tag: "Endurance", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5037.jpg"}, { - id: "f3", - title: "Studio Classes", - description: "Diverse classes for holistic wellness.", - tag: "Wellness", - imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918019.jpg", - }, + id: "f3", title: "Studio Classes", description: "Diverse classes for holistic wellness.", tag: "Wellness", imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918019.jpg"}, ]} title="Elite Training Options" description="Customized programs for every fitness journey." @@ -145,37 +106,20 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - badge: "Entry", - price: "$39/mo", - subtitle: "Full access to facility.", - buttons: [ + id: "basic", badge: "Entry", price: "$39/mo", subtitle: "Full access to facility.", buttons: [ { - text: "Get Started", - href: "#", - }, + text: "Get Started", href: "#"}, ], features: [ - "24/7 Access", - "Standard Equipment", - ], + "24/7 Access", "Standard Equipment"], }, { - id: "pro", - badge: "Gold", - price: "$69/mo", - subtitle: "Classes included.", - buttons: [ + id: "pro", badge: "Gold", price: "$69/mo", subtitle: "Classes included.", buttons: [ { - text: "Get Started", - href: "#", - }, + text: "Get Started", href: "#"}, ], features: [ - "Everything Basic", - "Unlimited Classes", - "Sauna access", - ], + "Everything Basic", "Unlimited Classes", "Sauna access"], }, ]} title="Membership Plans" @@ -185,30 +129,16 @@ export default function LandingPage() {