--- const navLinks = [ { name: "Home", url: "/" }, { name: "About Me", url: "/about-me" }, { name: "Contact", url: "/contact" }, { name: "GitHub", url: "https://github.com/getchoo" }, ]; ---