diff --git a/landing-page/components/sections/landing/StepsToDigitalizationSection.tsx b/landing-page/components/sections/landing/StepsToDigitalizationSection.tsx
index 0a4396e5b..f5c0481b3 100644
--- a/landing-page/components/sections/landing/StepsToDigitalizationSection.tsx
+++ b/landing-page/components/sections/landing/StepsToDigitalizationSection.tsx
@@ -100,7 +100,7 @@ export const StepsToDigitalizationSection = () => {
-
+
{items.map((value, index) => (
diff --git a/landing-page/components/sections/landing/StoriesSliderSection.tsx b/landing-page/components/sections/story/StoriesSliderSection.tsx
similarity index 99%
rename from landing-page/components/sections/landing/StoriesSliderSection.tsx
rename to landing-page/components/sections/story/StoriesSliderSection.tsx
index 1f5840df8..86911bdf7 100644
--- a/landing-page/components/sections/landing/StoriesSliderSection.tsx
+++ b/landing-page/components/sections/story/StoriesSliderSection.tsx
@@ -94,7 +94,7 @@ export const StorySliderSection = () => {
return (
-
+
{items.map((value, index) => (
diff --git a/landing-page/pages/story/index.tsx b/landing-page/pages/story/index.tsx
index c7b410ea7..2e5684f88 100644
--- a/landing-page/pages/story/index.tsx
+++ b/landing-page/pages/story/index.tsx
@@ -3,7 +3,7 @@ import type { Languages } from '@helpwave/common/hooks/useLanguage'
import { useTranslation } from '@helpwave/common/hooks/useTranslation'
import StoryHeader from '@/components/sections/story/StoryHeader'
import { Page } from '@/components/Page'
-import { StorySliderSection } from '@/components/sections/landing/StoriesSliderSection'
+import { StorySliderSection } from '@/components/sections/story/StoriesSliderSection'
type StoryTranslation = {
title: string