From d823de0877a38afd9aac6289bface2b5aed163b5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 00:20: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 e4db730..8b2ecab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-28.jpg", imageAlt: "Professional landscape design and installation" + imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-28.jpg?_wi=1", imageAlt: "Professional landscape design and installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Beautiful outdoor garden transformation" @@ -64,7 +64,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/chair-nobody-summer-lifestyle-terrace_1203-4897.jpg", imageAlt: "Gonzalez Landscaping service showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-28.jpg", imageAlt: "Expert landscaping installation" + imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-28.jpg?_wi=2", imageAlt: "Expert landscaping installation" } ]} carouselPosition="right" -- 2.49.1