Update src/app/service-areas/page.tsx

This commit is contained in:
2026-03-13 14:12:48 +00:00
parent e9795c1b2f
commit d9ac89eaf4

View File

@@ -48,7 +48,8 @@ export default function ServiceAreasPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Call for Service", href: "tel:+19545550123"},
text: "Call for Service", href: "tel:+19545550123"
},
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qba3ro"
@@ -74,23 +75,28 @@ export default function ServiceAreasPage() {
features={[
{
icon: MapPin,
title: "Davie", description: "Professional lawn care services in sunny Davie, including residential mowing and landscape maintenance."},
title: "Davie", description: "Professional lawn care services in sunny Davie, including residential mowing and landscape maintenance."
},
{
icon: MapPin,
title: "Sunrise", description: "Trusted by Sunrise families for weekly lawn mowing, edging, and yard cleanup services."},
title: "Sunrise", description: "Trusted by Sunrise families for weekly lawn mowing, edging, and yard cleanup services."
},
{
icon: MapPin,
title: "Plantation", description: "Expert lawn maintenance in Plantation with flexible scheduling and competitive pricing."},
title: "Plantation", description: "Expert lawn maintenance in Plantation with flexible scheduling and competitive pricing."
},
{
icon: MapPin,
title: "Weston & Cooper City", description: "Serving premium neighborhoods with high-quality lawn care and personalized service."},
title: "Weston & Cooper City", description: "Serving premium neighborhoods with high-quality lawn care and personalized service."
},
]}
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{
text: "Schedule Today", href: "/contact"},
text: "Schedule Today", href: "/contact"
},
]}
buttonAnimation="slide-up"
ariaLabel="Service areas coverage feature section"
@@ -110,7 +116,8 @@ export default function ServiceAreasPage() {
title="Trusted in These Communities"
description="Thousands of satisfied customers across Broward County rely on M&M Best Lawn Service for their lawn care needs."
names={[
"Davie", "Sunrise", "Plantation", "Weston", "Cooper City", "Southwest Ranches"]}
"Davie", "Sunrise", "Plantation", "Weston", "Cooper City", "Southwest Ranches"
]}
tag="Community Leaders"
tagIcon={Users}
tagAnimation="slide-up"
@@ -119,7 +126,8 @@ export default function ServiceAreasPage() {
showCard={true}
buttons={[
{
text: "Get Your Quote", href: "/contact"},
text: "Get Your Quote", href: "/contact"
},
]}
buttonAnimation="slide-up"
ariaLabel="Neighborhood highlights social proof section"
@@ -142,37 +150,49 @@ export default function ServiceAreasPage() {
{
title: "Quick Links", items: [
{
label: "Home", href: "/"},
label: "Home", href: "/"
},
{
label: "Service Areas", href: "/service-areas"},
label: "Service Areas", href: "/service-areas"
},
{
label: "About", href: "/about"},
label: "About", href: "/about"
},
{
label: "Contact", href: "/contact"},
label: "Contact", href: "/contact"
},
],
},
{
title: "Services", items: [
{
label: "Lawn Mowing", href: "#"},
label: "Lawn Mowing", href: "#"
},
{
label: "Edging & Trimming", href: "#"},
label: "Edging & Trimming", href: "#"
},
{
label: "Yard Cleanup", href: "#"},
label: "Yard Cleanup", href: "#"
},
{
label: "Maintenance Plans", href: "#"},
label: "Maintenance Plans", href: "#"
},
],
},
{
title: "Contact", items: [
{
label: "Phone: (954) 555-0123", href: "tel:+19545550123"},
label: "Phone: (954) 555-0123", href: "tel:+19545550123"
},
{
label: "Email: info@mmbest.com", href: "mailto:info@mmbest.com"},
label: "Email: info@mmbest.com", href: "mailto:info@mmbest.com"
},
{
label: "Address: 840 Rock Hill Ave, Davie, FL 33325", href: "#"},
label: "Address: 840 Rock Hill Ave, Davie, FL 33325", href: "#"
},
{
label: "Hours: Daily until 6 PM", href: "#"},
label: "Hours: Daily until 6 PM", href: "#"
},
],
},
]}