Auto-commit: add paralax effect on scroll to the hero section images

This commit is contained in:
2026-01-16 14:45:15 +01:00
parent 162db271e3
commit 0dd3bf460b

View File

@@ -101,7 +101,7 @@ const HeroCarouselLogo = ({
)}
aria-hidden={currentSlide !== index}
>
<MediaContent className="parallax-effect"
<MediaContent className='parallax-effect' className="parallax-effect"
imageSrc={slide.imageSrc}
videoSrc={slide.videoSrc}
imageAlt={slide.imageAlt || ""}