From 78b340bbc6796db29f8c6ef945aec2e055d5af88 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sat, 17 Jan 2026 08:28:45 +0100 Subject: [PATCH] feat(landing): New translations, add extra benefit kicker --- .../landing/BenefitsWorksCouncil.vue | 34 ++++++++++++++++--- .../app/components/landing/TeamSection.vue | 2 +- landing/i18n/locales/de.json | 8 ++--- landing/i18n/locales/en.json | 8 ++--- 4 files changed, 39 insertions(+), 13 deletions(-) diff --git a/landing/app/components/landing/BenefitsWorksCouncil.vue b/landing/app/components/landing/BenefitsWorksCouncil.vue index 5f5a5ea..c3fde53 100644 --- a/landing/app/components/landing/BenefitsWorksCouncil.vue +++ b/landing/app/components/landing/BenefitsWorksCouncil.vue @@ -97,6 +97,33 @@ + + +
@@ -145,12 +172,11 @@ const painPointIcons = [ const benefitIcons = [ 'i-lucide-layout-list', 'i-lucide-route', - 'i-lucide-file-check', - 'i-lucide-scan-eye', - 'i-lucide-git-compare', 'i-lucide-clock', + 'i-lucide-git-compare', + 'i-lucide-scan-eye', 'i-lucide-shield-check', - 'i-lucide-heart-handshake' + 'i-lucide-file-check' ] const highlightIcons = ['i-lucide-zap', 'i-lucide-handshake', 'i-lucide-shield'] diff --git a/landing/app/components/landing/TeamSection.vue b/landing/app/components/landing/TeamSection.vue index a7a39db..ed2c324 100644 --- a/landing/app/components/landing/TeamSection.vue +++ b/landing/app/components/landing/TeamSection.vue @@ -140,7 +140,7 @@