diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 3f37914..d2a5e09 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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" } ] },