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