Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user