Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-01 23:02:02 +00:00

View File

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