From 6103bb5bd2b274d1556703a53e72202c58f366f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 19:58:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e48aa0..35b9778 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,17 +81,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg?_wi=1", imageAlt: "Luxurious garden with patio", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148905240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148905240.jpg?_wi=1", imageAlt: "Residential lawn care", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698296.jpg?_wi=1", imageAlt: "Sustainable landscape design", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { imageAlt: "Lawn mowing service", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg?_wi=2", imageAlt: "gardener trimming hedges close up", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { imageAlt: "Tree stump grinding service", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148905240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148905240.jpg?_wi=2", imageAlt: "gardener trimming hedges close up", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { imageAlt: "Patio and fire pit installation", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698296.jpg?_wi=2", imageAlt: "gardener trimming hedges close up", }, ]} -- 2.49.1