From 7b90ba3bd0822af7abe0d85bfbbf036adec52cd0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 03:42:24 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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" } ] },