From 3f06041e5632b69f03cb50cff2cbd804600f0b4a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:58:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c996b4d..04a7d30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,13 +81,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Spotless & Well-Maintained Equipment", description: "Every machine is meticulously cleaned and maintained daily. Premium equipment that feels brand new every time.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-solution-disinfecting-gym-equipment_23-2148766028.jpg", imageAlt: "Clean and well-maintained gym equipment"}, + id: 1, title: "Spotless & Well-Maintained Equipment", description: "Every machine is meticulously cleaned and maintained daily. Premium equipment that feels brand new every time.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-solution-disinfecting-gym-equipment_23-2148766028.jpg", imageAlt: "Clean and well-maintained gym equipment"}, { - id: "2", title: "Peaceful, Not Overcrowded Environment", description: "Membership limits ensure you never feel rushed. Spacious zones with breathing room for focused training.", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-muscular-strong-bearded-man-work-out-cardio-bicycle-gym-near-big-window-with-view-trees-outside_343596-2637.jpg", imageAlt: "Spacious and calm gym atmosphere"}, + id: 2, title: "Peaceful, Not Overcrowded Environment", description: "Membership limits ensure you never feel rushed. Spacious zones with breathing room for focused training.", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-muscular-strong-bearded-man-work-out-cardio-bicycle-gym-near-big-window-with-view-trees-outside_343596-2637.jpg", imageAlt: "Spacious and calm gym atmosphere"}, { - id: "3", title: "Supportive & Knowledgeable Trainers", description: "Our certified trainers are here to guide, not judge. Beginner-friendly coaching with expert-level knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227846.jpg", imageAlt: "Expert trainers providing personalized guidance"}, + id: 3, title: "Supportive & Knowledgeable Trainers", description: "Our certified trainers are here to guide, not judge. Beginner-friendly coaching with expert-level knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227846.jpg", imageAlt: "Expert trainers providing personalized guidance"}, { - id: "4", title: "Dedicated Cardio + Strength Floors", description: "Separate zones for cardio and weights. Organized, distraction-free training environments for maximum focus.", imageSrc: "http://img.b2bpic.net/free-photo/gym-fitness-woman-working-gym-exercises-running-treadmill_169016-63379.jpg", imageAlt: "Organized cardio and strength training zones"}, + id: 4, title: "Dedicated Cardio + Strength Floors", description: "Separate zones for cardio and weights. Organized, distraction-free training environments for maximum focus.", imageSrc: "http://img.b2bpic.net/free-photo/gym-fitness-woman-working-gym-exercises-running-treadmill_169016-63379.jpg", imageAlt: "Organized cardio and strength training zones"}, ]} /> -- 2.49.1