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

@@ -1,7 +1,5 @@
<template>
<div class="team-page">
<LandingTeamSection />
</div>
<LandingTeamSection />
</template>
<script setup lang="ts">
@@ -52,9 +50,3 @@ useHead({
]
})
</script>
<style scoped>
.team-page {
padding-top: 5rem; /* Header offset */
}
</style>