Update src/app/page.tsx

This commit is contained in:
2026-03-01 23:01:57 +00:00
parent c29cfed9b5
commit e71715d4bf

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