From cba81e7b0c8b585f9de1f8686b5f786b34e172c2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:30:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 448b515..5be94dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343701.jpg?_wi=1", imageAlt: "residential roof repair expert", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg?_wi=1", imageAlt: "house with high quality roof", }, { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg?_wi=1", imageAlt: "roof inspection worker safety", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg", imageAlt: "roof shingle installation close-up", }, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343701.jpg?_wi=2", imageAlt: "roof inspection worker", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "roof shingle installation close-up", }, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-building-hamilton-gardens-new-zealand-blue-sky_181624-13599.jpg?_wi=2", imageAlt: "roof inspection worker", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg", imageAlt: "roof shingle installation close-up", }, - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg?_wi=2", imageAlt: "roof inspection worker", }, ]} -- 2.49.1