feat(landing): Add impressum, update translations

This commit is contained in:
2026-01-10 19:32:49 +01:00
parent cbb02348c9
commit b5417ef7c6
5 changed files with 209 additions and 21 deletions

View File

@@ -250,10 +250,6 @@ const footerLinks = computed<NavigationMenuItem[]>(() => [
{
label: t('footer.privacy'),
to: '/datenschutz'
},
{
label: t('footer.terms'),
to: '/agb'
}
])
</script>