import Link from "next/link"; const navLinks = [ { href: "/projects", label: "Projects" }, { href: "/about", label: "About" }, { href: "/uses", label: "Uses" }, ]; export default function Nav() { return ( ) }