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