diff --git a/src/app/page.tsx b/src/app/page.tsx index bf0a638..74d5717 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-plant-nursery-holding-watering-can-hand_23-2147948200.jpg", imageAlt: "Drone view of lush green lawn with active sprinkler system at sunrise in Orange County" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-plant-nursery-holding-watering-can-hand_23-2147948200.jpg?_wi=1", imageAlt: "Drone view of lush green lawn with active sprinkler system at sunrise in Orange County" } ]} background={{ variant: "radial-gradient" }} @@ -190,7 +190,7 @@ export default function LandingPage() {