From 883a061cd15dfd2bfd7cfc009fb25e02ed7c927f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:26:35 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0945ce..ac34ade 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,13 +67,13 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/young-happy-sportswoman-warming-up-stretching-floor-while-exercising-living-room_637285-661.jpg?_wi=1", imageAlt: "Hero workout image"}, { imageSrc: - "http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg", imageAlt: "Strength training workout"}, + "http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg?_wi=1", imageAlt: "Strength training workout"}, { imageSrc: - "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg", imageAlt: "Cardio workout session"}, + "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg?_wi=1", imageAlt: "Cardio workout session"}, { imageSrc: - "http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg", imageAlt: "Yoga and flexibility"}, + "http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=1", imageAlt: "Yoga and flexibility"}, ]} mediaAnimation="slide-up" buttons={[ -- 2.49.1 From e2dfbd5137d9a7ce1630c00a3af0643641f9a3ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:26:35 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 366abd8..0668c7e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -56,16 +56,16 @@ export default function ServicesPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg", imageAlt: "Arm and shoulder workout"}, + "http://img.b2bpic.net/free-photo/muscular-woman-exercising-with-dumbbells_23-2147789666.jpg?_wi=2", imageAlt: "Arm and shoulder workout"}, { imageSrc: - "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg", imageAlt: "Leg workout session"}, + "http://img.b2bpic.net/free-photo/male-feet-sneakers-running-treadmill-gym-exercise-concept_335224-798.jpg?_wi=2", imageAlt: "Leg workout session"}, { imageSrc: "http://img.b2bpic.net/free-photo/young-happy-sportswoman-warming-up-stretching-floor-while-exercising-living-room_637285-661.jpg?_wi=1", imageAlt: "Core training"}, { imageSrc: - "http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg", imageAlt: "Back and flexibility work"}, + "http://img.b2bpic.net/free-photo/closeup-woman-with-hands-cupped-doing-stretching-exercises-floor_637285-3440.jpg?_wi=2", imageAlt: "Back and flexibility work"}, ]} mediaAnimation="slide-up" buttons={[ @@ -80,17 +80,17 @@ export default function ServicesPage() {