From 7c408ff9d968fbd5233fa2f204eedcd1b926e05a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 05:26:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 275f7bb..2a54870 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -393,14 +393,18 @@ export default function LandingPage() { label: "Pressure Washing", href: "#services"}, { label: "Gutter Cleaning", href: "#services"}, + { + label: "Soft Washing", href: "#services"}, { label: "Solar Panel Cleaning", href: "#services"}, { label: "Exterior Surfaces", href: "#services"}, - ], + ] }, { title: "Company", items: [ + { + label: "Home", href: "#hero"}, { label: "Our Process", href: "#process"}, { @@ -410,8 +414,40 @@ export default function LandingPage() { { label: "Pricing", href: "#pricing"}, { - label: "FAQ", href: "#faq"}, - ], + label: "FAQ", href: "#faq"} + ] + }, + { + title: "Service Areas", items: [ + { + label: "Phoenix", href: "#contact"}, + { + label: "Scottsdale", href: "#contact"}, + { + label: "Mesa", href: "#contact"}, + { + label: "Chandler", href: "#contact"}, + { + label: "Gilbert", href: "#contact"}, + { + label: "Tempe", href: "#contact"}, + { + label: "Glendale", href: "#contact"}, + { + label: "Peoria", href: "#contact"}, + { + label: "Surprise", href: "#contact"}, + { + label: "Goodyear", href: "#contact"}, + { + label: "Avondale", href: "#contact"}, + { + label: "Buckeye", href: "#contact"}, + { + label: "Queen Creek", href: "#contact"}, + { + label: "Maricopa", href: "#contact"} + ] }, { title: "Contact Us", items: [ @@ -420,9 +456,9 @@ export default function LandingPage() { { label: "Email: info@azcrystalclear.com", href: "mailto:info@azcrystalclear.com"}, { - label: "Get a Quote", href: "#contact"}, - ], - }, + label: "Get a Quote", href: "#contact"} + ] + } ]} copyrightText="© 2024 AZ Crystal Clear. All rights reserved." />