From b075050c468afe448f3220d1f0d6e9610490f8a8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:16:32 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fca303f..2843ec9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -67,7 +67,7 @@ export default function AboutPage() { icon: Clock } ]} - imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=3" imageAlt="Modern gym interior with training equipment" mediaAnimation="blur-reveal" imagePosition="right" -- 2.49.1 From ec329605e6758c9369fcc003c1e73f865dc9a7c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:16:32 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f65be7f..8e8e1ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function HomePage() { buttonAnimation="slide-up" carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/athletic-tattooed-male-two-sporty-women-doing-trx-straps-exercises_613910-11340.jpg" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/african-woman-is-measuring-her-waist-with-centimeter-has-happy-look_8353-10009.jpg" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg" } + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=1" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=1" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg?_wi=1" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/african-woman-is-measuring-her-waist-with-centimeter-has-happy-look_8353-10009.jpg?_wi=1" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg?_wi=1" } ]} autoPlay={true} autoPlayInterval={4000} @@ -98,7 +98,7 @@ export default function HomePage() { icon: Clock } ]} - imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=2" imageAlt="Modern gym interior with training equipment" mediaAnimation="blur-reveal" imagePosition="right" @@ -121,28 +121,28 @@ export default function HomePage() { id: "1", title: "Strength Training", description: "Build muscle and increase your strength with our comprehensive weightlifting programs. Perfect for beginners and advanced lifters alike, with personalized guidance from our expert trainers.", - imageSrc: "http://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=2", imageAlt: "Strength training equipment and setup" }, { id: "2", title: "Personal Training", description: "One-on-one coaching tailored to your specific goals and fitness level. Our certified trainers will design a custom program and provide motivation every step of the way.", - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg?_wi=2", imageAlt: "Personal trainer guiding a client" }, { id: "3", title: "Weight Loss Programs", description: "Achieve your weight loss goals with our specialized programs combining effective workouts, nutrition guidance, and ongoing support from our professional team.", - imageSrc: "http://img.b2bpic.net/free-photo/african-woman-is-measuring-her-waist-with-centimeter-has-happy-look_8353-10009.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-woman-is-measuring-her-waist-with-centimeter-has-happy-look_8353-10009.jpg?_wi=2", imageAlt: "Fitness transformation and weight loss progress" }, { id: "4", title: "General Fitness", description: "Maintain overall health and fitness with our balanced approach to exercise, including cardio, flexibility training, and functional fitness for everyone.", - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg?_wi=2", imageAlt: "Group fitness class in action" } ]} -- 2.49.1 From 037408603731fedb2b5348d6205643e9e459bf53 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:16:33 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5da948d..fe74586 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,28 +50,28 @@ export default function ServicesPage() { id: "1", title: "Strength Training", description: "Build muscle and increase your strength with our comprehensive weightlifting programs. Perfect for beginners and advanced lifters alike, with personalized guidance from our expert trainers.", - imageSrc: "http://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/athletic-blond-female-fitness-model-holding-heavy-barbell-preparing-squats_613910-257.jpg?_wi=3", imageAlt: "Strength training equipment and setup" }, { id: "2", title: "Personal Training", description: "One-on-one coaching tailored to your specific goals and fitness level. Our certified trainers will design a custom program and provide motivation every step of the way.", - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-doing-excercisses-special-equipment-gym-with-personal-trainer_1157-51767.jpg?_wi=3", imageAlt: "Personal trainer guiding a client" }, { id: "3", title: "Weight Loss Programs", description: "Achieve your weight loss goals with our specialized programs combining effective workouts, nutrition guidance, and ongoing support from our professional team.", - imageSrc: "http://img.b2bpic.net/free-photo/african-woman-is-measuring-her-waist-with-centimeter-has-happy-look_8353-10009.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-woman-is-measuring-her-waist-with-centimeter-has-happy-look_8353-10009.jpg?_wi=3", imageAlt: "Fitness transformation and weight loss progress" }, { id: "4", title: "Group Fitness Classes", description: "Join our energetic group classes including aerobics, yoga, spinning, and more. Train with a community that keeps you motivated and accountable.", - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32104.jpg?_wi=3", imageAlt: "Group fitness class in action" } ]} -- 2.49.1