diff --git a/src/app/page.tsx b/src/app/page.tsx index 57bd695..20338c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,12 +72,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488211.jpg?_wi=1", imageAlt: "Professional landscaping", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661429.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661429.jpg?_wi=1", imageAlt: "Expert gardening", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { description: "Custom patios, walkways, and stone masonry.", bentoComponent: "reveal-icon", icon: Mountain, - imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488211.jpg?_wi=2", imageAlt: "White umbrellas seen from a tree", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { description: "Smart watering for optimal garden health.", bentoComponent: "reveal-icon", icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661429.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661429.jpg?_wi=2", imageAlt: "White umbrellas seen from a tree", }, ]}