From ab23866d0c8ccae1fbe77c2e4cd026c6e7a3dd97 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 04:54:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0248809..3154e76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-with-copy-space_23-2148396899.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-with-copy-space_23-2148396899.jpg?_wi=1" imageAlt="Perfectly manicured lush green residential lawn" mediaAnimation="slide-up" /> @@ -85,7 +85,7 @@ export default function LandingPage() { description="At Great Eco Lawn Care, we believe that a premium lawn doesn't have to cost the planet. Our services utilize emission-free tools and organic-first treatment protocols to ensure a healthy, vibrant garden for years to come." subdescription="Our team of certified experts brings years of experience in sustainable landscaping, providing bespoke care packages designed specifically for your soil and climate needs." icon={Leaf} - imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg?_wi=1" imageAlt="Modern electric lawn maintenance equipment" mediaAnimation="blur-reveal" /> @@ -101,7 +101,7 @@ export default function LandingPage() { title: "Sustainable Mowing", description: "Precision cutting using quiet, electric-powered machinery that reduces noise and emissions.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-plants_23-2148175914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-plants_23-2148175914.jpg?_wi=1", }, items: [ { @@ -118,7 +118,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-with-copy-space_23-2148396899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-tools-with-copy-space_23-2148396899.jpg?_wi=2", imageAlt: "lush green residential lawn manicured", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg?_wi=2", imageAlt: "electric lawn mower eco friendly", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-plants_23-2148175914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-plants_23-2148175914.jpg?_wi=2", imageAlt: "lawn fertilization organic eco friendly", }, ]} -- 2.49.1