From 56f6c0f1d301a60c78bf7799fd465d9d0915ef4d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:03:28 +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 5f2425c..9010ed6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,11 +96,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg?_wi=1", imageAlt: "Roofer inspecting a residential roof", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1", imageAlt: "Roofing crew installing a new roof", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { }, ]} tag="Our Legacy of Excellence" - imageSrc="http://img.b2bpic.net/free-photo/closed-urban-window_23-2148107127.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closed-urban-window_23-2148107127.jpg?_wi=1" imageAlt="Team of roofers reviewing project plans" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -169,7 +169,7 @@ export default function LandingPage() { imageAlt: "Close-up of new residential roof shingles", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-roof_23-2149343677.jpg?_wi=2", imageAlt: "residential roofing installation suburban house", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { imageAlt: "Worker on a large commercial roof project", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2", imageAlt: "residential roofing installation suburban house", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { imageAlt: "Close-up of a roof repair patch", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/closed-urban-window_23-2148107127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closed-urban-window_23-2148107127.jpg?_wi=2", imageAlt: "residential roofing installation suburban house", }, { -- 2.49.1