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"