From e71715d4bf83cc78ab2d4f7cc2f85d2d9b2fb8b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 23:01:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdc2a2c..e684b76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "📋 Get Free Estimate", href: "#contact" } ]} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg" + imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1" imageAlt="Pristine landscaped lawn with professional maintenance" mediaAnimation="slide-up" frameStyle="card" @@ -62,7 +62,7 @@ export default function LandingPage() { description="Professional landscaping services tailored to your property's unique needs" features={[ { - title: "Lawn Mowing & Maintenance", description: "Regular maintenance to keep your lawn pristine year-round", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Professional lawn mowing service", buttonIcon: ArrowRight, + title: "Lawn Mowing & Maintenance", description: "Regular maintenance to keep your lawn pristine year-round", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2", imageAlt: "Professional lawn mowing service", buttonIcon: ArrowRight, buttonHref: "#contact" }, { @@ -82,7 +82,7 @@ export default function LandingPage() { buttonHref: "#contact" }, { - title: "Property Cleanups", description: "Complete property cleanup services for seasonal transitions", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Property cleanup and maintenance", buttonIcon: ArrowRight, + title: "Property Cleanups", description: "Complete property cleanup services for seasonal transitions", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=3", imageAlt: "Property cleanup and maintenance", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} -- 2.49.1