Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c408ff9d9 | |||
| fb48a61cbd | |||
| 795f0fc346 |
@@ -393,14 +393,18 @@ export default function LandingPage() {
|
|||||||
label: "Pressure Washing", href: "#services"},
|
label: "Pressure Washing", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "Gutter Cleaning", href: "#services"},
|
label: "Gutter Cleaning", href: "#services"},
|
||||||
|
{
|
||||||
|
label: "Soft Washing", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "Solar Panel Cleaning", href: "#services"},
|
label: "Solar Panel Cleaning", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "Exterior Surfaces", href: "#services"},
|
label: "Exterior Surfaces", href: "#services"},
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
|
{
|
||||||
|
label: "Home", href: "#hero"},
|
||||||
{
|
{
|
||||||
label: "Our Process", href: "#process"},
|
label: "Our Process", href: "#process"},
|
||||||
{
|
{
|
||||||
@@ -410,8 +414,40 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Pricing", href: "#pricing"},
|
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: [
|
title: "Contact Us", items: [
|
||||||
@@ -420,9 +456,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Email: info@azcrystalclear.com", href: "mailto:info@azcrystalclear.com"},
|
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."
|
copyrightText="© 2024 AZ Crystal Clear. All rights reserved."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user