Merge branch 'navbar-refactoring' into 'dev'

Enhance MobileNav with theme context and visual updates

See merge request rheinsw/website!19
This commit is contained in:
2025-04-04 18:36:44 +00:00
parent 81729693bd
commit 3c25d1a351
3 changed files with 61 additions and 34 deletions

View File

@@ -7,11 +7,11 @@ export const navLinks = [
{
id: 2,
url: '#',
label: 'About Us',
label: 'Über uns',
},
{
id: 3,
url: 'contact',
label: 'Contact',
label: 'Kontakt',
}
];