refactor: remove blog section and update navigation items

This commit is contained in:
2025-04-25 13:44:27 +02:00
parent a129511728
commit 1ecdf57df8
4 changed files with 2 additions and 155 deletions

View File

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