feat(landing): Separate /unternehmen page, replace comparison element in BenefitsWorksCouncil

This commit is contained in:
2026-01-10 19:21:53 +01:00
parent 1393de11f9
commit cbb02348c9
7 changed files with 120 additions and 97 deletions

View File

@@ -222,7 +222,7 @@ const navigationItems = computed<NavigationMenuItem[]>(() => [
},
{
label: t('nav.forCompanies'),
to: '/#unternehmen',
to: '/unternehmen',
active: false
},
{