diff --git a/src/components/TeaserCarousel.tsx b/src/components/TeaserCarousel.tsx index 4e70a00..c60546a 100644 --- a/src/components/TeaserCarousel.tsx +++ b/src/components/TeaserCarousel.tsx @@ -94,7 +94,7 @@ export default function TeaserCarousel() { return (
{/* Slides (fade transition + hero lift effect) */} -
+
{slides.map((slide, i) => { const title = t(`${slide.key}.title`); const description = t(`${slide.key}.description`);