Files
cgr-next-js/lib/constans.ts

7 lines
180 B
TypeScript

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