diff --git a/landing-page/components/TasksAppStoreBadge.tsx b/landing-page/components/TasksAppStoreBadge.tsx
index 1bf776d92..d6c0d3051 100644
--- a/landing-page/components/TasksAppStoreBadge.tsx
+++ b/landing-page/components/TasksAppStoreBadge.tsx
@@ -29,10 +29,10 @@ export const TasksAppStoreBadge = () => {
}[language]
return (
-
+
)
diff --git a/landing-page/components/TasksPlaystoreBadge.tsx b/landing-page/components/TasksPlaystoreBadge.tsx
index cce383f3f..6645aa424 100644
--- a/landing-page/components/TasksPlaystoreBadge.tsx
+++ b/landing-page/components/TasksPlaystoreBadge.tsx
@@ -1,7 +1,7 @@
import { useLanguage } from '@helpwave/common/hooks/useLanguage'
import Image from 'next/image'
import Link from 'next/link'
-import { tw } from '@twind/core'
+import { tx } from '@twind/core'
/**
* WHEN USING MAKE THE NECESSARY ATTRIBUTION TO GOOGLE
@@ -26,9 +26,8 @@ export const TasksPlaystoreBadge = () => {
en: '/images/google_play_badge_english.png'
}[language]
return (
-
-
+
+
)
}
diff --git a/landing-page/components/sections/SectionBase.tsx b/landing-page/components/sections/SectionBase.tsx
index da1bc929c..b3c7a191c 100644
--- a/landing-page/components/sections/SectionBase.tsx
+++ b/landing-page/components/sections/SectionBase.tsx
@@ -1,5 +1,5 @@
import type { PropsWithChildren } from 'react'
-import { tx } from '@twind/core'
+import { apply, tx } from '@twind/core'
type BackgroundColor = 'white' | 'black' | 'gray' | 'darkSecondary' | 'darkPrimary'
@@ -24,7 +24,7 @@ export const SectionBase = ({
'bg-hw-grayscale-1000': backgroundColor === 'black',
'bg-hw-secondary-800': backgroundColor === 'darkSecondary',
'bg-hw-primary-900': backgroundColor === 'darkPrimary',
- 'desktop:px-24 tablet:px-12 mobile:px-6 py-16': useDefaultStyle
+ [apply('desktop:px-24 tablet:px-12 mobile:px-6 py-16')]: useDefaultStyle
}, outerClassName)}>
-
-
+
+
{translation.title}
@@ -59,15 +59,14 @@ export const MobileFeatureSection = ({ overwriteTranslation }: PropsForTranslati
diff --git a/landing-page/components/sections/tasks/PatientSection.tsx b/landing-page/components/sections/tasks/PatientSection.tsx
index cbed93a6e..f7096754c 100644
--- a/landing-page/components/sections/tasks/PatientSection.tsx
+++ b/landing-page/components/sections/tasks/PatientSection.tsx
@@ -33,18 +33,19 @@ export const PatientSection = ({ overwriteTranslation }: PropsForTranslation
diff --git a/landing-page/components/sections/tasks/PropertiesSection.tsx b/landing-page/components/sections/tasks/PropertiesSection.tsx
index 802773992..ec0a460a4 100644
--- a/landing-page/components/sections/tasks/PropertiesSection.tsx
+++ b/landing-page/components/sections/tasks/PropertiesSection.tsx
@@ -33,17 +33,18 @@ export const PropertiesSection = ({ overwriteTranslation }: PropsForTranslation<
return (
diff --git a/landing-page/components/sections/tasks/StartSection.tsx b/landing-page/components/sections/tasks/StartSection.tsx
index 7bcdbd002..e33694855 100644
--- a/landing-page/components/sections/tasks/StartSection.tsx
+++ b/landing-page/components/sections/tasks/StartSection.tsx
@@ -42,7 +42,7 @@ const StartSection = ({ overwriteTranslation }: PropsForTranslation
diff --git a/landing-page/components/sections/tasks/TasksKanbanSection.tsx b/landing-page/components/sections/tasks/TasksKanbanSection.tsx
index 36b478272..e611da927 100644
--- a/landing-page/components/sections/tasks/TasksKanbanSection.tsx
+++ b/landing-page/components/sections/tasks/TasksKanbanSection.tsx
@@ -47,7 +47,7 @@ export const TasksKanbanSection = ({ overwriteTranslation }: PropsForTranslation