From 4024c7a6c0b6436533f42ad27b24cbb0be2878ec Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:01:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1475c7..4709ed1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,12 +52,12 @@ export default function LandingPage() { { text: "Call Now", href: "tel:0485576824" } ]} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg", imageAlt: "beautifully manicured lawn fresh green grass" }, + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg?_wi=1", imageAlt: "beautifully manicured lawn fresh green grass" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-bearded-florist-blue-t-shirt-with-garden-tools-cutting-dead-flowers-spending-summer-morning-countryside-house_176420-19906.jpg", imageAlt: "lawn mowing professional landscaping grass cutting" }, { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-collects-leaves-cleans-park_1157-27409.jpg", imageAlt: "professional lawn edging trimming garden borders" }, { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sorting-garbage-concept-recycling-zero-waste_1153-6159.jpg", imageAlt: "residential bin cleaning service maintenance hygiene" }, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27385.jpg", imageAlt: "green waste removal garden disposal landscaping" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg", imageAlt: "beautifully manicured lawn fresh green grass" } + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-male-worker-gloves-removing-dry-leaves-from-sidewalk-with-hand-blower-park-side-view_7502-10152.jpg?_wi=2", imageAlt: "beautifully manicured lawn fresh green grass" } ]} autoPlay={true} autoPlayInterval={4000} @@ -110,7 +110,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037259.jpg?_wi=1" imageAlt="professional lawn care team Tasmania outdoor" imagePosition="right" bulletPoints={[ @@ -219,7 +219,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037259.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037259.jpg?_wi=2" imageAlt="professional lawn care team Tasmania outdoor" imagePosition="left" bulletPoints={[ @@ -260,7 +260,7 @@ export default function LandingPage() {