diff --git a/src/components/teaser/CarouselSection.tsx b/src/components/teaser/CarouselSection.tsx index 6f99370..79b4a5a 100644 --- a/src/components/teaser/CarouselSection.tsx +++ b/src/components/teaser/CarouselSection.tsx @@ -5,7 +5,7 @@ import Image from "next/image"; import { useTranslations } from "next-intl"; import { SLIDES, type CarouselSlide } from "./constants"; import { BLUR_PLACEHOLDERS } from "@/lib/blurPlaceholders"; -import {gray} from "next/dist/lib/picocolors"; +import { gray } from "next/dist/lib/picocolors"; function blurKey(src: string) { return src.replace('/images/', '').replace(/\.\w+$/, ''); @@ -116,7 +116,7 @@ export default function CarouselSection({ sectionRef }: CarouselSectionProps) { {/* Mobile: stacked slides, no hero images, no transitions */}
{t(slide.descKey)}