From 60109225cc2ffcd0a6317436c59235e74cb7e2ea Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 20:29:18 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 59e2580..76935db 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -150,6 +150,7 @@ export default function HomePage() { Date: Mon, 22 Jun 2026 20:29:26 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 157 +++++++++-------------------------------- 1 file changed, 35 insertions(+), 122 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 76935db..9799d53 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,25 +18,18 @@ export default function HomePage() { title="Train Hard. Recover Faster." description="Experience a diverse selection of high-end equipment, professional personal training, and premium recovery amenities in Redondo Beach." primaryButton={{ - text: "Become a Member", - href: "#contact", - }} + text: "Become a Member", href: "#contact"}} secondaryButton={{ - text: "Book a Tour", - href: "#contact", - }} + text: "Book a Tour", href: "#contact"}} items={[ { - text: "24/7 Access Availability", - icon: CheckCircle, + text: "24/7 Access Availability", icon: CheckCircle, }, { - text: "Personal Training Experts", - icon: Zap, + text: "Personal Training Experts", icon: Zap, }, { - text: "Premium Recovery Lounge", - icon: Shield, + text: "Premium Recovery Lounge", icon: Shield, }, ]} imageSrc="http://img.b2bpic.net/free-photo/sports-woman-training-morning-gym_1157-28776.jpg" @@ -49,9 +42,7 @@ export default function HomePage() { @@ -64,35 +55,17 @@ export default function HomePage() { description="Our training floor is packed with the gear you need to reach your peak performance." items={[ { - tag: "Training", - title: "Elite Equipment", - description: "Diverse selection of weight training, cardio, and performance gear.", - primaryButton: { - text: "See Gym Floor", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-5777.jpg", - }, + tag: "Training", title: "Elite Equipment", description: "Diverse selection of weight training, cardio, and performance gear.", primaryButton: { + text: "See Gym Floor", href: "#contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-5777.jpg"}, { - tag: "Relaxation", - title: "Sauna & Steam", - description: "Relax your muscles after an intense workout in our premium sauna facilities.", - primaryButton: { - text: "View Amenities", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263632.jpg", - }, + tag: "Relaxation", title: "Sauna & Steam", description: "Relax your muscles after an intense workout in our premium sauna facilities.", primaryButton: { + text: "View Amenities", href: "#contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263632.jpg"}, { - tag: "Wellness", - title: "Recovery Lounge", - description: "Get back on track with hydration and recovery services, including our upcoming IV pop-ups.", - primaryButton: { - text: "Learn More", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092052.jpg", - }, + tag: "Wellness", title: "Recovery Lounge", description: "Get back on track with hydration and recovery services, including our upcoming IV pop-ups.", primaryButton: { + text: "Learn More", href: "#contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092052.jpg"}, ]} /> @@ -105,41 +78,13 @@ export default function HomePage() { title="Our Recovery Philosophy" description="We believe recovery is as important as the training itself. From IV therapy to cold immersion, we provide the tools to help you recover faster and perform stronger." items={[ - { - title: "Free Weights", - description: "Full dumbbell and rack selection.", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-weights-gym_23-2148768913.jpg", - }, - { - title: "Kettlebell Zone", - description: "Functional training stations.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg", - }, - { - title: "Cardio Deck", - description: "High-end treadmill and bike tech.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5038.jpg", - }, - { - title: "Yoga Studio", - description: "Dedicated space for movement.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-cobra-pose-exercise-mat_1170-289.jpg", - }, - { - title: "Sauna Suite", - description: "Infrared and traditional options.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-bench-eyes-closed-warm-underlight-wellness-relax-calm-steamroom_169016-69067.jpg", - }, - { - title: "Lounge Area", - description: "Relaxation and social space.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-is-engaged-gym_1157-21914.jpg", - }, - { - title: "Changing Rooms", - description: "Full amenities for comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg", - }, + { title: "Free Weights", description: "Full dumbbell and rack selection.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-weights-gym_23-2148768913.jpg" }, + { title: "Kettlebell Zone", description: "Functional training stations.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg" }, + { title: "Cardio Deck", description: "High-end treadmill and bike tech.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5038.jpg" }, + { title: "Yoga Studio", description: "Dedicated space for movement.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-cobra-pose-exercise-mat_1170-289.jpg" }, + { title: "Sauna Suite", description: "Infrared and traditional options.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-bench-eyes-closed-warm-underlight-wellness-relax-calm-steamroom_169016-69067.jpg" }, + { title: "Lounge Area", description: "Relaxation and social space.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-is-engaged-gym_1157-21914.jpg" }, + { title: "Changing Rooms", description: "Full amenities for comfort.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-couple-gym_23-2148503022.jpg" } ]} /> @@ -150,38 +95,18 @@ export default function HomePage() { @@ -192,24 +117,16 @@ export default function HomePage() { @@ -221,13 +138,9 @@ export default function HomePage() { tag="Start Your Journey" text="Join Redondo Beach's most dynamic fitness community today. Get in touch with our team for membership details." primaryButton={{ - text: "Contact Us Now", - href: "tel:3103182912", - }} + text: "Contact Us Now", href: "tel:3103182912"}} secondaryButton={{ - text: "Visit Our Website", - href: "https://www.sandboxfitclub.com", - }} + text: "Visit Our Website", href: "https://www.sandboxfitclub.com"}} /> -- 2.49.1