Update src/app/blog/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user