Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-15 01:46:28 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -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: "#" }
]
},

View File

@@ -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"
/>

View File

@@ -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: "#" }
]
},

View File

@@ -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: "#" }
]
},