Update src/app/blog/page.tsx
This commit is contained in:
@@ -29,10 +29,10 @@ export default function BlogPage() {
|
||||
brandName="Catamount Tree Service"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,25 +60,25 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Tree Removal", href: "tree-removal" },
|
||||
{ label: "Tree Trimming", href: "tree-trimming" },
|
||||
{ label: "Emergency Service", href: "emergency-service" },
|
||||
{ label: "Storm Cleanup", href: "tree-removal" }
|
||||
{ label: "Tree Removal", href: "/services" },
|
||||
{ label: "Tree Trimming", href: "/services" },
|
||||
{ label: "Emergency Service", href: "/services" },
|
||||
{ label: "Storm Cleanup", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Reviews", href: "reviews" },
|
||||
{ label: "Service Area", href: "services" },
|
||||
{ label: "Contact", href: "contact" }
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Service Area", href: "/services" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "📞 (802) 473-2606", href: "tel:(802)4732606" },
|
||||
{ label: "1774 Baptist St, Williamstown, VT 05679", href: "https://maps.google.com/?q=1774+Baptist+St+Williamstown+VT+05679" },
|
||||
{ label: "Available 24/7", href: "contact" }
|
||||
{ label: "Available 24/7", href: "/contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user