From bf052f12993e87e01e39e0469f5e04b7aa45f6b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 07:16:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 128 +++++++++++++---------------------------------- 1 file changed, 36 insertions(+), 92 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3b7096..881d093 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,54 +35,37 @@ export default function LandingPage() { { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - brandName="Dans Fitness" + brandName="A.A. Fitness" button={{ text: "Join Now", href: "#contact" }} />
@@ -92,15 +75,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Strength Training", description: "Access to pro-grade weights and racks for all levels.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197737.jpg"}, - { - title: "Advanced Cardio", description: "High-tech cardio machines designed to keep your heart healthy.", imageSrc: "http://img.b2bpic.net/free-photo/treadmill-as-perfect-cardio-machine_329181-14158.jpg"}, - { - title: "Group Classes", description: "Energizing group classes led by expert instructors.", imageSrc: "http://img.b2bpic.net/free-photo/women-doing-resitance-exercise-mat_23-2148387880.jpg"}, + { title: "Elite Weight Room", description: "High-performance racks and free weights for dedicated training.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197737.jpg" }, + { title: "Cardio Zone", description: "Latest generation equipment for optimized endurance training.", imageSrc: "http://img.b2bpic.net/free-photo/treadmill-as-perfect-cardio-machine_329181-14158.jpg" }, + { title: "Group Fitness", description: "Energizing classes led by local industry experts.", imageSrc: "http://img.b2bpic.net/free-photo/women-doing-resitance-exercise-mat_23-2148387880.jpg" } ]} - title="Gym Experience Defined" - description="From heavy lifting to high-intensity interval training, we offer everything you need to crush your fitness goals." + title="The A.A. Fitness Standard" + description="We offer more than just a gym; we offer a path to your best self." /> @@ -109,85 +89,49 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" - useInvertedBackground={false} + title="World-Class Coaching Team" + description="Our trainers bring years of experience to help you reach your goals safely and effectively." members={[ - { - id: "t1", name: "Daniel Smith", role: "Head Trainer", description: "10 years of experience in athletic conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg"}, - { - id: "t2", name: "Sarah Jenkins", role: "Fitness Coach", description: "Expert in functional training and HIIT.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149049766.jpg"}, - { - id: "t3", name: "Mike Ross", role: "Strength Specialist", description: "Master of powerlifting and strength development.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205542.jpg"}, + { id: "c1", name: "Alex P.", role: "Head Coach", description: "Specializing in functional strength and longevity.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-training-gym_23-2149049830.jpg" }, + { id: "c2", name: "Sarah M.", role: "Cardio & HIIT", description: "Expert in explosive movement and conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149049766.jpg" }, + { id: "c3", name: "Jordan R.", role: "Strength Specialist", description: "Dedicated to your powerlifting progression.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205542.jpg" } ]} - title="Meet Your Coaches" - description="Our trainers are certified professionals dedicated to your success." />
); -} \ No newline at end of file +}