Update src/app/blog/page.tsx

This commit is contained in:
2026-02-17 03:42:24 +00:00
parent 929497715a
commit 7b90ba3bd0

View File

@@ -32,6 +32,7 @@ export default function BlogPage() {
{ name: "About", id: "about" },
{ name: "Cuts", id: "cuts" },
{ name: "Experience", id: "experience" },
{ name: "Team", id: "team" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
@@ -74,6 +75,7 @@ export default function BlogPage() {
title: "Experience", items: [
{ label: "About Us", href: "about" },
{ label: "Our Story", href: "about" },
{ label: "Team", href: "team" },
{ label: "Testimonials", href: "testimonials" }
]
},