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", }, ]}