From 40bd502bae2da7083e67100ce3a60bf7fa3489d2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 19:53:57 +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 fe55261..35c42bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,12 +76,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - 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: "Professional roof repair", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg?_wi=1", imageAlt: "Roofing installation", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { description: "High-durability materials installed with precision.", bentoComponent: "reveal-icon", icon: Zap, - 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: "Aerial shot of rooftops of city buildings with red shingles", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { description: "Preventative care to maximize the lifespan of your roof.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg?_wi=2", imageAlt: "Aerial shot of rooftops of city buildings with red shingles", }, ]} -- 2.49.1