diff --git a/src/app/service-areas/page.tsx b/src/app/service-areas/page.tsx index 0c381f1..97fe9a3 100644 --- a/src/app/service-areas/page.tsx +++ b/src/app/service-areas/page.tsx @@ -19,8 +19,7 @@ export default function ServiceAreasPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -28,8 +27,7 @@ export default function ServiceAreasPage() { ] }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Emergency Response", href: "/services" }, { label: "Home Maintenance", href: "/services" }, { label: "Free Inspections", href: "/services" }, @@ -37,8 +35,7 @@ export default function ServiceAreasPage() { ] }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: (555) 123-4567", href: "tel:5551234567" }, { label: "Email: info@localpro.com", href: "mailto:info@localpro.com" }, { label: "24/7 Emergency", href: "tel:5551234567" }, @@ -46,8 +43,7 @@ export default function ServiceAreasPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -87,14 +83,7 @@ export default function ServiceAreasPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Downtown District", - "Westside Community", - "Northgate Area", - "Eastside Valley", - "Riverside Region", - "Central Business", - "Suburban Zone", - "Airport District" + "Downtown District", "Westside Community", "Northgate Area", "Eastside Valley", "Riverside Region", "Central Business", "Suburban Zone", "Airport District" ]} speed={40} showCard={true}