feat: add hobby section and update navigation links

This commit is contained in:
2025-05-01 14:41:42 +02:00
parent 5b917142f2
commit 7e41d57515
6 changed files with 130 additions and 22 deletions

View File

@ -3,6 +3,7 @@ import { FaGithub, FaLinkedin, FaEnvelope } from "react-icons/fa";
const navItems = [
{ label: "About", href: "#about" },
{ label: "Hobby", href: "#hobby" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
];