From 3cdc7ee64d84a14a4e0f9e9da59d5c4786a52d83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 03:49:48 +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 b05c5fa..80c34f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,15 +86,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-admiring-flowers-garden_1150-8126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-is-admiring-flowers-garden_1150-8126.jpg?_wi=1", imageAlt: "Professional tree trimming in action during sunset", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake-mattock-being-displeased_141793-102377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake-mattock-being-displeased_141793-102377.jpg?_wi=1", imageAlt: "Lush green lawn with trimmed trees and landscaping", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=1", imageAlt: "Stump grinding machinery operating in a yard", }, { @@ -157,7 +157,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-admiring-flowers-garden_1150-8126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-is-admiring-flowers-garden_1150-8126.jpg?_wi=2", imageAlt: "tree trimming service residential house", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake-mattock-being-displeased_141793-102377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-mini-rake-mattock-being-displeased_141793-102377.jpg?_wi=2", imageAlt: "tree trimming service residential house", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=2", imageAlt: "tree trimming service residential house", }, ]} -- 2.49.1