From d9040ede2e068ed297c768a4d7c67ef3265c8e70 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 05:27:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4e4a8a..16fe7f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { ]} mediaItems={[ { - 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: "Luxury roofing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-8673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-8673.jpg?_wi=1", imageAlt: "Luxury roofing", }, { @@ -117,7 +117,7 @@ export default function LandingPage() { }, ], reverse: false, - 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: "roof repair service residential", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { title: "Inspection", description: "Protect your home with routine inspections and preventative care.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg?_wi=1", imageAlt: "Inspection", }, items: [ @@ -167,7 +167,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-8673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-weave-abstract-wallpaper-background_1048-8673.jpg?_wi=2", imageAlt: "roof repair service residential", }, ]} @@ -250,7 +250,7 @@ export default function LandingPage() { tag="Contact Us" title="Need Roofing Help?" description="Get a fast, free quote today and let our team take care of your home." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1