From 045fc685482e8e98d05aedf39f6bf3bdbfe7de13 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:48:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fcc39bd..bfd6e01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,30 +49,30 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", imageAlt: "professional roofer installing shingles on residential home" + imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=1", imageAlt: "professional roofer installing shingles on residential home" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg", imageAlt: "roof repair maintenance inspection professional" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=1", imageAlt: "roof repair maintenance inspection professional" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-uniform-holding-pencil-clipboard-looking-pensive-front-view_176474-21302.jpg", imageAlt: "home roof inspection professional assessment" + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-uniform-holding-pencil-clipboard-looking-pensive-front-view_176474-21302.jpg?_wi=1", imageAlt: "home roof inspection professional assessment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg", imageAlt: "new roof installation residential home" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg?_wi=1", imageAlt: "new roof installation residential home" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg", imageAlt: "new roof installation residential home" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg?_wi=2", imageAlt: "new roof installation residential home" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", imageAlt: "Quality roofing installation work" + imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg?_wi=2", imageAlt: "Quality roofing installation work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-uniform-holding-pencil-clipboard-looking-pensive-front-view_176474-21302.jpg", imageAlt: "Professional roof inspection" + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-uniform-holding-pencil-clipboard-looking-pensive-front-view_176474-21302.jpg?_wi=2", imageAlt: "Professional roof inspection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg", imageAlt: "Professional roof repair service" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343653.jpg?_wi=2", imageAlt: "Professional roof repair service" } ]} buttons={[ -- 2.49.1