diff --git a/src/app/page.tsx b/src/app/page.tsx index c57c73a..765700b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,15 +73,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg?_wi=1", imageAlt: "Construction Site", }, { - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-scene_23-2147653306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-scene_23-2147653306.jpg?_wi=1", imageAlt: "Residential Construction", }, { - imageSrc: "http://img.b2bpic.net/free-photo/road-construction_342744-602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/road-construction_342744-602.jpg?_wi=1", imageAlt: "Infrastructure Project", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-safety-hat_185193-108529.jpg?_wi=2", imageAlt: "professional architect on site", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-scene_23-2147653306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-office-scene_23-2147653306.jpg?_wi=2", imageAlt: "professional architect on site", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/road-construction_342744-602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/road-construction_342744-602.jpg?_wi=2", imageAlt: "professional architect on site", }, ]}