diff --git a/src/app/page.tsx b/src/app/page.tsx index 5108d63..1686dad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,10 +58,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-female-gardener-digging-soil-watering-plant_23-2148165277.jpg", imageAlt: "Professional lawn care team working on residential yard" + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-male-female-gardener-digging-soil-watering-plant_23-2148165277.jpg?_wi=1", imageAlt: "Professional lawn care team working on residential yard" }, { - imageSrc: "http://img.b2bpic.net/free-photo/dried-leaves-fallen-grass_107420-95703.jpg", imageAlt: "Close-up of healthy, vibrant green lawn" + imageSrc: "http://img.b2bpic.net/free-photo/dried-leaves-fallen-grass_107420-95703.jpg?_wi=1", imageAlt: "Close-up of healthy, vibrant green lawn" } ]} mediaAnimation="slide-up" @@ -125,7 +125,7 @@ export default function LandingPage() { title: "Quality Guaranteed", description: "We stand behind our work with professional-grade service and attention to detail on every project.", icon: CheckCircle } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-smiling-camera-planting-seeds-garden-watering-plants_176420-19925.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-smiling-camera-planting-seeds-garden-watering-plants_176420-19925.jpg?_wi=1" imageAlt="Professional lawn care team portrait" mediaAnimation="blur-reveal" imagePosition="right" @@ -139,7 +139,7 @@ export default function LandingPage() {