diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a51a59..996e1fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg?_wi=1", imageAlt: "fitness athletes gym weights", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-training-outdoors_23-2150975453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-training-outdoors_23-2150975453.jpg?_wi=1", imageAlt: "athlete workout portrait", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-bikes_1203-367.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-bikes_1203-367.jpg?_wi=1", imageAlt: "modern functional training studio", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-takes-dumbbell-from-rack-gym-close-up-her-hand_169016-46934.jpg?_wi=2", imageAlt: "fitness athletes gym weights", }, { @@ -179,7 +179,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-training-outdoors_23-2150975453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-training-outdoors_23-2150975453.jpg?_wi=2", imageAlt: "fitness athletes gym weights", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/blurred-bikes_1203-367.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-bikes_1203-367.jpg?_wi=2", imageAlt: "fitness athletes gym weights", }, ]}