Merge version_2 into main #2

Merged
bender merged 4 commits from version_2 into main 2026-02-27 10:43:50 +00:00
Showing only changes of commit 262b46f26e - Show all commits

View File

@@ -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" }
] ]