From c8228f28bf4fe0ae65d00b4c470fb644d37f9ae7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 06:40:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 938c08e..d85333f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,12 +88,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg?_wi=1", imageAlt: "Modern home roofing installation in Los Angeles", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=1", imageAlt: "Commercial roofing project with Los Angeles skyline", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/outdoors-abstract-shadow-daylight_23-2149080269.jpg", imageAlt: "Detailed roof damage close up", }, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg?_wi=2", imageAlt: "roofer using tablet on job site", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-office_23-2148179154.jpg", imageAlt: "Document with project timeline", }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=2", imageAlt: "roofer using tablet on job site", }, ]} -- 2.49.1