Update src/app/page.tsx

This commit is contained in:
2026-04-05 04:54:13 +00:00
parent 2bf10fc53b
commit ab23866d0c

View File

@@ -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",
},
]}