From d938029720034792328285cdb9c4c13b4a34ec31 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 23:03:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e684b76..296af5d 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg" 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?_wi=2", 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", 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?_wi=3", 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", imageAlt: "Property cleanup and maintenance", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} @@ -147,6 +147,7 @@ export default function LandingPage() { title: "Owner-Involved", description: "Chris and the team personally oversee your project", icon: CheckCircle } ]} + mediaAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} imagePosition="left" -- 2.49.1