diff --git a/src/app/page.tsx b/src/app/page.tsx index 0716dfc..f556ff6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,15 +94,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg?_wi=1", imageAlt: "Modern gym interior with various equipment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-yogi-people-warrior-two-pose_1163-4976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-yogi-people-warrior-two-pose_1163-4976.jpg?_wi=1", imageAlt: "People exercising with weights in a gym", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg?_wi=1", imageAlt: "Row of cardio machines at Oxygen Gym", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-equipment-gym-indoors-interior-fitness-hall-with-fitness-bicycles_613910-6644.jpg?_wi=2", imageAlt: "personal trainer helping client", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/group-yogi-people-warrior-two-pose_1163-4976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-yogi-people-warrior-two-pose_1163-4976.jpg?_wi=2", imageAlt: "personal trainer helping client", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg?_wi=2", imageAlt: "personal trainer helping client", }, ]}