diff --git a/src/app/page.tsx b/src/app/page.tsx index 58c48c0..0526485 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,15 +92,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-black-shorts-holding-dumbell-studio-shoot-grey-background_613910-15388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-black-shorts-holding-dumbell-studio-shoot-grey-background_613910-15388.jpg?_wi=1", imageAlt: "Man lifting weights in a modern gym", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg?_wi=1", imageAlt: "Cardio area with treadmills and exercise bikes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-doing-pushups-while-exercising-gym_637285-8306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-doing-pushups-while-exercising-gym_637285-8306.jpg?_wi=1", imageAlt: "Woman doing yoga in a bright studio", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { imageAlt: "Person using a leg press machine", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-black-shorts-holding-dumbell-studio-shoot-grey-background_613910-15388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bodybuilder-black-shorts-holding-dumbell-studio-shoot-grey-background_613910-15388.jpg?_wi=2", imageAlt: "modern gym weight machines", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { imageAlt: "Group training session in a gym", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197734.jpg?_wi=2", imageAlt: "modern gym weight machines", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { imageAlt: "High-intensity interval training class in progress", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-doing-pushups-while-exercising-gym_637285-8306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-doing-pushups-while-exercising-gym_637285-8306.jpg?_wi=2", imageAlt: "modern gym weight machines", }, ]}