diff --git a/src/app/page.tsx b/src/app/page.tsx index a7e89e9..c046585 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,19 +59,19 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-driving-lawn-mower-outdoors_23-2149382195.jpg", imageAlt: "Professional lawn mower repair service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg", imageAlt: "McManus workshop interior" + imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg?_wi=1", imageAlt: "McManus workshop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22925.jpg", imageAlt: "Expert repair technician at work" + imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22925.jpg?_wi=1", imageAlt: "Expert repair technician at work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-women-wearing-winter-clothes_329181-13075.jpg", imageAlt: "Snow blower maintenance service" + imageSrc: "http://img.b2bpic.net/free-photo/two-women-wearing-winter-clothes_329181-13075.jpg?_wi=1", imageAlt: "Snow blower maintenance service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Convenient pickup and delivery service" + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1", imageAlt: "Convenient pickup and delivery service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg", imageAlt: "Satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg?_wi=1", imageAlt: "Satisfied customer" } ]} mediaAnimation="opacity" @@ -82,7 +82,7 @@ export default function LandingPage() {