diff --git a/src/app/page.tsx b/src/app/page.tsx index d80fe56..6fec464 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,15 +83,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=1", imageAlt: "Modern gym interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sportswear-exercising-with-suspension-straps-fitness-club_613910-18362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sportswear-exercising-with-suspension-straps-fitness-club_613910-18362.jpg?_wi=1", imageAlt: "Heavy weights section", }, { - imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg?_wi=1", imageAlt: "Cardio machines", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { imageAlt: "Gym interior", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg?_wi=2", imageAlt: "gym star rating icon gold", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { imageAlt: "Locker room", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sportswear-exercising-with-suspension-straps-fitness-club_613910-18362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sportswear-exercising-with-suspension-straps-fitness-club_613910-18362.jpg?_wi=2", imageAlt: "gym star rating icon gold", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { imageAlt: "Gym reception", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg?_wi=2", imageAlt: "gym star rating icon gold", }, ]}