From 58db87b120f1e71dbccba4d8230deb0cb0a5c8aa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 07:58:52 +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 f906b35..3355f65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,12 +69,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=1", imageAlt: "Modern roofing construction", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-prague_1398-2722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-prague_1398-2722.jpg?_wi=1", imageAlt: "Residential property roofing", }, { @@ -144,7 +144,7 @@ export default function LandingPage() { description: "Quick, reliable response for emergency leak repairs and storm damage.", bentoComponent: "reveal-icon", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=2", imageAlt: "Man with helmet working on roof full shot", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { description: "Full-service renovation and general construction management for your home.", bentoComponent: "reveal-icon", icon: Building, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-prague_1398-2722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-prague_1398-2722.jpg?_wi=2", imageAlt: "Man with helmet working on roof full shot", }, ]}