From ab7ec708725ef225567c30f34f270aaf980cbb1c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 19:54:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 841c7df..09156a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,7 @@ export default function LandscapingPage() { { name: "About Us", id: "about" }, { name: "Our Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} button={{ text: "Request a Quote", href: "#contact" }} @@ -164,7 +165,7 @@ export default function LandscapingPage() { cardTag="Hear From Our Happy Clients" cardTagIcon={Leaf} cardTitle="Botanica Landscapes is praised for hard work, quality, and reasonable pricing throughout Yuba City and beyond." - buttons={[{ text: "Request Your Quote", href: "#contact" }]} + buttons={[{ text: "Request Your Quote", href: "#contact" }]} buttonAnimation="slide-up" cardAnimation="slide-up" useInvertedBackground={false} @@ -243,10 +244,10 @@ export default function LandscapingPage() { columns={[ { title: "Services", items: [ - { label: "Commercial Landscaping", href: "#services" }, - { label: "Residential Landscaping", href: "#services" }, - { label: "Landscape Maintenance", 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: "Irrigation Services", href: "#services" } ] @@ -263,7 +264,8 @@ export default function LandscapingPage() { title: "Contact", items: [ { label: "(530) 671-1029", href: "tel:5306711029" }, { 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" } ] } ]}