Enhance MobileNav with theme context and visual updates See merge request rheinsw/website!19
17 lines
248 B
TypeScript
17 lines
248 B
TypeScript
export const navLinks = [
|
|
{
|
|
id: 1,
|
|
url: '/',
|
|
label: 'Home',
|
|
},
|
|
{
|
|
id: 2,
|
|
url: '#',
|
|
label: 'Über uns',
|
|
},
|
|
{
|
|
id: 3,
|
|
url: 'contact',
|
|
label: 'Kontakt',
|
|
}
|
|
]; |