diff --git a/src/app/page.tsx b/src/app/page.tsx index 54e5764..735f429 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/car-being-taking-care-workshop_23-2149580573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580573.jpg?_wi=1", imageAlt: "Professional locksmith", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-work-van_23-2149891032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-work-van_23-2149891032.jpg?_wi=1", imageAlt: "Ignition repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-opening-van-s-door_23-2149908130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-opening-van-s-door_23-2149908130.jpg?_wi=1", imageAlt: "Lockout service", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580573.jpg?_wi=2", imageAlt: "broken car key extraction tool", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-work-van_23-2149891032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-work-van_23-2149891032.jpg?_wi=2", imageAlt: "broken car key extraction tool", }, { @@ -212,7 +212,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-opening-van-s-door_23-2149908130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-opening-van-s-door_23-2149908130.jpg?_wi=2", imageAlt: "broken car key extraction tool", }, ]}