diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b36f53..f7525c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,19 +85,19 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg?_wi=1", imageAlt: "Beautifully designed backyard with lush greenery", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg?_wi=1", imageAlt: "Professional lawn care service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-care-their-plants-greenhouse_23-2149037260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-care-their-plants-greenhouse_23-2149037260.jpg?_wi=1", imageAlt: "Landscaping team working on a garden", }, { - imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=1", imageAlt: "Vibrant flower beds and pathways", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg?_wi=2", imageAlt: "freshly mowed lawn perfect green grass", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg?_wi=2", imageAlt: "freshly mowed lawn perfect green grass", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-care-their-plants-greenhouse_23-2149037260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-care-their-plants-greenhouse_23-2149037260.jpg?_wi=2", imageAlt: "freshly mowed lawn perfect green grass", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2", imageAlt: "freshly mowed lawn perfect green grass", }, ]}