Add header component with responsive navigation
This commit is contained in:
5
lib/constans.ts
Normal file
5
lib/constans.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const NAV_ITEMS = [
|
||||
{ label: 'Home', href: '/' },
|
||||
{ label: 'About', href: '/about' },
|
||||
{ label: 'Contact', href: '/contact' },
|
||||
]
|
||||
Reference in New Issue
Block a user