--- const headerLinks = [ { label: "About", href: "/about", icon: "fa-solid fa-user", // font awesome css class }, { label: "/now", href: "/now", icon: "fa-solid fa-calendar-days" }, { label: "Projects", href: "/projects", icon: "fa-solid fa-folder", }, { label: "Notes", href: "/notes", icon: "fa-solid fa-sticky-note", }, { label: "Blog", href: "/blog", icon: "fa-solid fa-blog", }, { label: "Contact", href: "/contact", icon: "fa-solid fa-envelope", }, ]; ---