Merge version_2 into main #2
@@ -30,6 +30,7 @@ export default function BlogPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Projects", id: "projects" },
|
{ name: "Projects", id: "projects" },
|
||||||
|
{ name: "Team", id: "team" },
|
||||||
{ name: "Skills", id: "skills" },
|
{ name: "Skills", id: "skills" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
@@ -65,6 +66,7 @@ export default function BlogPage() {
|
|||||||
title: "Navigation", items: [
|
title: "Navigation", items: [
|
||||||
{ label: "About", href: "#about" },
|
{ label: "About", href: "#about" },
|
||||||
{ label: "Projects", href: "#projects" },
|
{ label: "Projects", href: "#projects" },
|
||||||
|
{ label: "Team", href: "#team" },
|
||||||
{ label: "Skills", href: "#skills" },
|
{ label: "Skills", href: "#skills" },
|
||||||
{ label: "Contact", href: "#contact" }
|
{ label: "Contact", href: "#contact" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user