Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user