--- import { FaGithub, FaLinkedin, FaEnvelope } from "react-icons/fa"; const navItems = [ { label: "About", href: "#about" }, { label: "Work", href: "#work" }, { label: "Blog", href: "#blog" }, { label: "Contact", href: "#contact" }, ]; ---