diff --git a/landing/app/app.vue b/landing/app/app.vue index eed63c2..1778527 100644 --- a/landing/app/app.vue +++ b/landing/app/app.vue @@ -222,7 +222,7 @@ const navigationItems = computed(() => [ }, { label: t('nav.forCompanies'), - to: '/#unternehmen', + to: '/unternehmen', active: false }, { diff --git a/landing/app/components/landing/BenefitsWorksCouncil.vue b/landing/app/components/landing/BenefitsWorksCouncil.vue index a49586b..03f5014 100644 --- a/landing/app/components/landing/BenefitsWorksCouncil.vue +++ b/landing/app/components/landing/BenefitsWorksCouncil.vue @@ -28,89 +28,72 @@

- -
- -
-
- -
+
+

+ {{ $t('worksCouncil.tabs.awayFrom') }} +

+

{{ $t('worksCouncil.awayFromSubtitle') }}

+
+
+ +
+
- - {{ $t('worksCouncil.tabs.towards') }} - +
+ +
+

{{ point.text }}

+
- -
- - -
-
-
-
- -
-

{{ point.text }}

-
-
+ +
+
+
+
- +
+

+ {{ $t('worksCouncil.tabs.towards') }} +

+

{{ $t('worksCouncil.towardsSubtitle') }}

+
+
- - -
-
-
-
- -
-

{{ benefit.text }}

-
+
+
+
+
+

{{ benefit.text }}

- +
@@ -130,7 +113,7 @@ :style="{ animationDelay: `${index * 150}ms` }" >
const { t } = useI18n() -const activeTab = ref<'pain' | 'benefit'>('benefit') const painPointIcons = [ 'i-lucide-search', diff --git a/landing/app/components/landing/TeamSection.vue b/landing/app/components/landing/TeamSection.vue index 7973e4f..e3a474b 100644 --- a/landing/app/components/landing/TeamSection.vue +++ b/landing/app/components/landing/TeamSection.vue @@ -1,24 +1,32 @@