Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 05:37:06 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroOverlay
title="Professional Lawn Care — Without the Wait"
description="Same-day and next-day lawn services done right the first time. Locally trusted. Professionally maintained. Beautiful results."
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="Professional striped lawn mowing"
textPosition="bottom-left"
showBlur={true}
@@ -80,18 +80,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Lawn Mowing", description: "Clean, professional mowing that keeps your lawn healthy and looking sharp. Includes precision cutting, clean edging, full trimming, and yard cleanup.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg" }
title: "Lawn Mowing", description: "Clean, professional mowing that keeps your lawn healthy and looking sharp. Includes precision cutting, clean edging, full trimming, and yard cleanup.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=3" }
},
{
id: 2,
title: "Overgrown Yard Recovery", description: "Got tall grass or a yard that got out of control? We specialize in restoring lawns back to clean, manageable conditions. Perfect for tall grass, large yards, and first-time cleanups.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/marsh-grass-coastal-views-new-england_493961-1758.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg" }
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=4" }
},
{
id: 3,
title: "Same Day Service", description: "Need your lawn cut today? We offer same-day and next-day appointments whenever availability allows. Perfect for real estate showings, surprise guests, and busy schedules.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg" }
title: "Same Day Service", description: "Need your lawn cut today? We offer same-day and next-day appointments whenever availability allows. Perfect for real estate showings, surprise guests, and busy schedules.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=5" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=6" }
}
]}
showStepNumbers={false}