From b5417ef7c6afc3af4abb9db25e2fcf2d8138923b Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 10 Jan 2026 19:32:49 +0100 Subject: [PATCH] feat(landing): Add impressum, update translations --- landing/app/app.vue | 4 - landing/app/pages/impressum.vue | 202 ++++++++++++++++++++++++++++++++ landing/app/pages/team.vue | 10 +- landing/i18n/locales/de.json | 11 +- landing/i18n/locales/en.json | 3 +- 5 files changed, 209 insertions(+), 21 deletions(-) create mode 100644 landing/app/pages/impressum.vue diff --git a/landing/app/app.vue b/landing/app/app.vue index 1778527..edfb76b 100644 --- a/landing/app/app.vue +++ b/landing/app/app.vue @@ -250,10 +250,6 @@ const footerLinks = computed(() => [ { label: t('footer.privacy'), to: '/datenschutz' - }, - { - label: t('footer.terms'), - to: '/agb' } ]) diff --git a/landing/app/pages/impressum.vue b/landing/app/pages/impressum.vue new file mode 100644 index 0000000..ecbb330 --- /dev/null +++ b/landing/app/pages/impressum.vue @@ -0,0 +1,202 @@ + + + diff --git a/landing/app/pages/team.vue b/landing/app/pages/team.vue index f24ae76..eadd93b 100644 --- a/landing/app/pages/team.vue +++ b/landing/app/pages/team.vue @@ -1,7 +1,5 @@ - - diff --git a/landing/i18n/locales/de.json b/landing/i18n/locales/de.json index acb1ec6..2dd4cf7 100644 --- a/landing/i18n/locales/de.json +++ b/landing/i18n/locales/de.json @@ -29,14 +29,13 @@ "footer": { "brandDescription": "Digitale Mitbestimmung für IT- und KI-Systeme. Strukturierte Prozesse, risikobasierter Ansatz, revisionssichere Dokumentation.", "imprint": "Impressum", - "privacy": "Datenschutz", - "terms": "AGB" + "privacy": "Datenschutz" }, "hero": { "badge": "Bald verfügbar", - "title1": "Digitale Mitbestimmung bei IT- und KI-Systemen per Web-App", + "title1": "Mitbestimmung bei IT- und KI-Systemen per Web-App", "title2": "Strukturierter Workflow bis zur Vereinbarung", - "description": "Ein durchgängiger risiko-differenzierter Workflow für Betriebsrat und Arbeitgeber: Informationen liefern, Unterlagen bündeln, Rückfragen klären, Abstimmungen steuern und Vereinbarungen finalisieren – zentral dokumentiert", + "description": "Ein durchgängiger digitaler risiko-differenzierter Workflow für Betriebsrat und Arbeitgeber in unserer neuen Web-App: Informationen liefern, Unterlagen bündeln, Rückfragen klären, Abstimmungen steuern und Vereinbarungen finalisieren – zentral dokumentiert", "cta": { "requestDemo": "Demo anfragen", "discoverFeatures": "Features entdecken" @@ -216,8 +215,8 @@ }, "additionalFeatures": { "badge": "Vertrauen & Sicherheit", - "title": "Weitere große {highlight}", - "titleHighlight": "Vorteile", + "title": "Das spricht noch für unsere {highlight}", + "titleHighlight": "Web-App", "description": "Alles aus einer Hand, alles in einer Web-App – ohne Drittanbieter, DSGVO-konform mit Serverstandort in Deutschland.", "items": [ { diff --git a/landing/i18n/locales/en.json b/landing/i18n/locales/en.json index e5e0cea..bf57f0e 100644 --- a/landing/i18n/locales/en.json +++ b/landing/i18n/locales/en.json @@ -29,8 +29,7 @@ "footer": { "brandDescription": "Digital co-determination for IT and AI systems. Structured processes, audit-proof documentation.", "imprint": "Imprint", - "privacy": "Privacy Policy", - "terms": "Terms & Conditions" + "privacy": "Privacy Policy" }, "hero": { "badge": "Available now",