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", }, ]}