Update src/app/page.tsx

This commit is contained in:
2026-06-10 19:54:39 +00:00
parent c0df587d99
commit ab7ec70872

View File

@@ -37,6 +37,7 @@ export default function LandscapingPage() {
{ name: "About Us", id: "about" }, { name: "About Us", id: "about" },
{ name: "Our Team", id: "team" }, { name: "Our Team", id: "team" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "contact" }
]} ]}
button={{ text: "Request a Quote", href: "#contact" }} button={{ text: "Request a Quote", href: "#contact" }}
@@ -243,10 +244,10 @@ export default function LandscapingPage() {
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
{ label: "Commercial Landscaping", href: "#services" },
{ label: "Residential Landscaping", href: "#services" },
{ label: "Landscape Maintenance", href: "#services" },
{ label: "Landscape Design", href: "#services" }, { label: "Landscape Design", href: "#services" },
{ label: "Residential Landscaping", href: "#services" },
{ label: "Commercial Landscaping", href: "#services" },
{ label: "Landscape Maintenance", href: "#services" },
{ label: "Lawn Care", href: "#services" }, { label: "Lawn Care", href: "#services" },
{ label: "Irrigation Services", href: "#services" } { label: "Irrigation Services", href: "#services" }
] ]
@@ -263,7 +264,8 @@ export default function LandscapingPage() {
title: "Contact", items: [ title: "Contact", items: [
{ label: "(530) 671-1029", href: "tel:5306711029" }, { label: "(530) 671-1029", href: "tel:5306711029" },
{ label: "5411 CA-20, Yuba City, CA 95993" }, { label: "5411 CA-20, Yuba City, CA 95993" },
{ label: "info@botanicalandscapes.com", href: "mailto:info@botanicalandscapes.com" } { label: "info@botanicalandscapes.com", href: "mailto:info@botanicalandscapes.com" },
{ label: "Emergency Service", href: "tel:5306711029" }
] ]
} }
]} ]}