Merge branch 'homepage-refactoring' into 'dev'

Homepage Refactoring - Pt .3

See merge request rheinsw/website!28
This commit is contained in:
2025-04-16 17:37:41 +00:00
parent 66cdadea16
commit 5c60594a4f
36 changed files with 896 additions and 473 deletions

View File

@@ -2,15 +2,10 @@ export const navLinks = [
{
id: 1,
url: '/',
label: 'Home',
label: 'Start',
},
{
id: 2,
url: '#',
label: 'Über uns',
},
{
id: 3,
url: '/services',
label: 'Leistungen',
}