diff --git a/src/app/page.tsx b/src/app/page.tsx index d7e13bf..b37ed1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,11 +95,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg?_wi=1", imageAlt: "Industrial worker wearing safety gloves", }, { - imageSrc: "http://img.b2bpic.net/free-photo/towel-roll-stack-shelf_1339-6723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/towel-roll-stack-shelf_1339-6723.jpg?_wi=1", imageAlt: "Warehouse stock of cotton rags", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg?_wi=2", imageAlt: "various types of hand gloves displayed", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/towel-roll-stack-shelf_1339-6723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/towel-roll-stack-shelf_1339-6723.jpg?_wi=2", imageAlt: "various types of hand gloves displayed", }, ]}