import Link from "next/link"; export default function Header() { const navLinks = [ { label: "About me", href: "#aboutme" }, { label: "My Skills", href: "#myskills" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact me", href: "#contactme" }, ]; return (
ANDRÉ KEMPF.
); }