diff --git a/src/app/page.tsx b/src/app/page.tsx index dfbc8f9..bbc1577 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function LandingPage() { title: "Lawn Mowing", description: "Precise mowing to keep your grass healthy and looking great.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg?_wi=1", imageAlt: "Mowing service", }, items: [ @@ -156,7 +156,7 @@ export default function LandingPage() { title: "Fertilization", description: "Nutrient-rich treatments for lush, green, weed-free lawns.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg?_wi=1", imageAlt: "Fertilization", }, items: [ @@ -174,7 +174,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-leaves-gardening-scissors_23-2149413494.jpg?_wi=2", imageAlt: "lawn mowing and trimming service", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden-near-house_1157-23419.jpg?_wi=2", imageAlt: "lawn fertilization and weed control", }, ]}