export const NAV_ITEMS = [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Admin", href: "/admin" }, ];