File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export const StepsToDigitalizationSection = () => {
100100 < h2 > < Span type = "title" className = { tw ( '!text-3xl' ) } > < MarkdownInterpreter text = { translation . title } /> </ Span > </ h2 >
101101 < Span className = { tw ( 'font-space font-semibold' ) } > < MarkdownInterpreter text = { translation . description } /> </ Span >
102102 </ div >
103- < Carousel hintNext = { true } isLooping = { true } isAutoLooping = { true } heights = { { tablet : 300 } } >
103+ < Carousel hintNext = { true } isLooping = { true } isAutoLooping = { true } heights = { { tablet : 300 } } blurColor = "hw-grayscale-50" >
104104 { items . map ( ( value , index ) => (
105105 < div key = { index } className = { tw ( 'px-[2.5%] h-full' ) } >
106106 < TextImage { ...value } className = { tw ( 'h-full overflow-hidden' ) } />
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export const StorySliderSection = () => {
9494
9595 return (
9696 < SectionBase className = { tw ( 'flex flex-col gap-y-8 w-full !max-w-[1600px]' ) } outerClassName = { tw ( '!px-0' ) } >
97- < Carousel hintNext = { true } isLooping = { true } isAutoLooping = { true } autoLoopingTimeOut = { 15000 } >
97+ < Carousel hintNext = { true } isLooping = { true } isAutoLooping = { true } autoLoopingTimeOut = { 15000 } blurColor = "hw-grayscale-50" >
9898 { items . map ( ( value , index ) => (
9999 < div key = { index } className = { tw ( 'px-[2.5%] h-full' ) } >
100100 < TextImage { ...value } className = { tw ( 'h-full overflow-hidden' ) } />
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { Languages } from '@helpwave/common/hooks/useLanguage'
33import { useTranslation } from '@helpwave/common/hooks/useTranslation'
44import StoryHeader from '@/components/sections/story/StoryHeader'
55import { Page } from '@/components/Page'
6- import { StorySliderSection } from '@/components/sections/landing /StoriesSliderSection'
6+ import { StorySliderSection } from '@/components/sections/story /StoriesSliderSection'
77
88type StoryTranslation = {
99 title : string
You can’t perform that action at this time.
0 commit comments