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 */}
{SLIDES.map((slide, i) => ( -
+
-
+

{t(slide.titleKey)}

{t(slide.descKey)}

diff --git a/src/components/teaser/EndSection.tsx b/src/components/teaser/EndSection.tsx index e524650..651a359 100644 --- a/src/components/teaser/EndSection.tsx +++ b/src/components/teaser/EndSection.tsx @@ -62,7 +62,7 @@ export default function EndSection() { />
{/* Ticket stats */} -
+
@@ -95,7 +95,7 @@ export default function EndSection() { />
{/* Sponsor stats */} -
+
@@ -104,7 +104,7 @@ export default function EndSection() {

{t("teaser.sponsors.cta")}

- + {t("teaser.sponsors.contactButton")}
diff --git a/src/components/teaser/HeroSection.tsx b/src/components/teaser/HeroSection.tsx index 771594b..6704cc8 100644 --- a/src/components/teaser/HeroSection.tsx +++ b/src/components/teaser/HeroSection.tsx @@ -95,6 +95,7 @@ export default function HeroSection({ onScrollDown }: HeroSectionProps) { {t("teaser.sponsors.contactButton")} diff --git a/translations/en.json b/translations/en.json index e76f70f..7735e16 100644 --- a/translations/en.json +++ b/translations/en.json @@ -32,7 +32,7 @@ "visitors": "TipiLAN 2025\nvisitor count", "streamViewers": "2025 livestream\nviewer count", "cta": "Bring your booth to our expo area!", - "contactButton": "Write to us" + "contactButton": "Partner with us" }, "footer": { "organization": "MTÜ FOR Tsükkel", diff --git a/translations/et.json b/translations/et.json index 378642b..bfc4cb3 100644 --- a/translations/et.json +++ b/translations/et.json @@ -32,7 +32,7 @@ "visitors": "TipiLAN 2025\nkülastajate arv", "streamViewers": "2025 otseülekande\nvaatajate arv", "cta": "Tule oma boksiga meie messialale!", - "contactButton": "Kirjuta meile" + "contactButton": "Tule partneriks" }, "footer": { "organization": "MTÜ FOR Tsükkel",