From 7b1e1621deaee5ec7675d18b872e13b30063aa73 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:40:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1