--- import Navlink from "./Navlink.astro"; const links = [ { display: "Home", href: "/" }, { display: "Blog", href: "/blog" }, { display: "About", href: "/about" }, { display: "Contact", href: "/contact" } ]; ---