From bd461d5b695d99c6e49583a0c063e503effa5049 Mon Sep 17 00:00:00 2001 From: v4ltages Date: Wed, 6 May 2026 19:26:49 +0300 Subject: [PATCH] change height of teaser --- src/components/TeaserCarousel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`);