export const navItems = [ { href: "/#about", title: "About" }, { href: "/blog", title: "Blog" }, { href: "/stories", title: "Stories" }, { href: "https://portfolio.eggworld.me", title: "Portfolio", dominant: true }, ]; export default navItems;