Merge version_1 into main #1
@@ -80,7 +80,7 @@ export default function BlogPage() {
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Get Free Consultation", href: "#contact" },
|
||||
{ label: "Call Now", onClick: null },
|
||||
{ label: "Call Now" },
|
||||
{ label: "Service Areas", href: "#" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -301,7 +301,7 @@ export default function LandingPage() {
|
||||
{ label: "Employee-Owned", href: "#team" }
|
||||
]
|
||||
}
|
||||
]
|
||||
]}
|
||||
bottomLeftText="© 2025 Community Tree Care. All rights reserved. Employee-owned and managed."
|
||||
bottomRightText="Certified Arborists • Safety First • Thorough Cleanup"
|
||||
/>
|
||||
|
||||
@@ -223,7 +223,7 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Get Free Consultation", href: "#contact" },
|
||||
{ label: "Call Now", onClick: null },
|
||||
{ label: "Call Now" },
|
||||
{ label: "Service Areas", href: "#" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -109,7 +109,7 @@ export default function ShopPage() {
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Get Free Consultation", href: "#contact" },
|
||||
{ label: "Call Now", onClick: null },
|
||||
{ label: "Call Now" },
|
||||
{ label: "Service Areas", href: "#" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user