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

5 lines
140 B
TypeScript

export const NAV_ITEMS = [
{ label: 'Home', href: '/' },
{ label: 'About', href: '/about' },
{ label: 'Contact', href: '/contact' },
]