From 15f412f1a8394679d647b21229e786a8d0146ad0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 01:18:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1