feat(landing): Add team
This commit is contained in:
@@ -217,19 +217,28 @@ onMounted(() => {
|
||||
const navigationItems = computed<NavigationMenuItem[]>(() => [
|
||||
{
|
||||
label: t('nav.forWorksCouncils'),
|
||||
to: '#betriebsraete'
|
||||
to: '/#betriebsraete',
|
||||
active: false
|
||||
},
|
||||
{
|
||||
label: t('nav.forCompanies'),
|
||||
to: '#unternehmen'
|
||||
to: '/#unternehmen',
|
||||
active: false
|
||||
},
|
||||
{
|
||||
label: t('nav.features'),
|
||||
to: '#features'
|
||||
to: '/#features',
|
||||
active: false
|
||||
},
|
||||
{
|
||||
label: t('nav.team'),
|
||||
to: '/team',
|
||||
active: false
|
||||
},
|
||||
{
|
||||
label: t('nav.contact'),
|
||||
to: '#kontakt'
|
||||
to: '/#kontakt',
|
||||
active: false
|
||||
}
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user