From e1905e8a3b974935cb36a92f597200580e4f9fe9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:28:19 +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 dab1556..319bbfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,17 +58,17 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg", imageAlt: "Professional arborist"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg?_wi=1", imageAlt: "Professional arborist"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg", imageAlt: "Tree maintenance service"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg?_wi=2", imageAlt: "Tree maintenance service"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg", imageAlt: "Garden care expert"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg?_wi=3", imageAlt: "Garden care expert"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg", imageAlt: "Professional landscaping"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg?_wi=4", imageAlt: "Professional landscaping"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg", imageAlt: "Tidy garden result"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg?_wi=5", imageAlt: "Tidy garden result"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg", imageAlt: "Tree surgeon team"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905279.jpg?_wi=6", imageAlt: "Tree surgeon team"}, ]} />