From 33a4af982cebe235c97123ede47162da6c677833 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 01:33:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 26d7338..05d9796 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,12 +47,12 @@ export default function LandingPage() { background={{ variant: "noise" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", imageAlt: "Professional roofing team working on residential roof" + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=1", imageAlt: "Professional roofing team working on residential roof" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", imageAlt: "Experienced roofers installing quality roofing materials" + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg?_wi=2", imageAlt: "Experienced roofers installing quality roofing materials" } ]} tag="Expert Roofing Solutions" -- 2.49.1