From fd26f02a2f48ecd237e4bf01aefcc8e4ea15ca80 Mon Sep 17 00:00:00 2001 From: v4ltages Date: Thu, 26 Mar 2026 17:12:52 +0200 Subject: [PATCH] Modify layout for mobile, hide unknown prices --- src/components/teaser/EndSection.tsx | 24 ++++++++++++------------ translations/en.json | 1 + translations/et.json | 1 + 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/components/teaser/EndSection.tsx b/src/components/teaser/EndSection.tsx index c69ed30..a49cedc 100644 --- a/src/components/teaser/EndSection.tsx +++ b/src/components/teaser/EndSection.tsx @@ -46,10 +46,10 @@ export default function EndSection() { const t = useTranslations(); return ( -
-
+
+
{/* Tickets side */} -
+
-
+
{/* Ticket stats */} -
+
{/* CTA */}

- {t("teaser.tickets.cta")} + {t("teaser.tickets.tba")}

- + {t("teaser.tickets.buyButton")}
@@ -79,10 +79,10 @@ export default function EndSection() {
{/* Separator */} -
+
{/* Sponsors side */} -
+
-
+
{/* Sponsor stats */} -
+
@@ -104,7 +104,7 @@ export default function EndSection() {

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

- + {t("teaser.sponsors.contactButton")}
diff --git a/translations/en.json b/translations/en.json index 862fe06..4516141 100644 --- a/translations/en.json +++ b/translations/en.json @@ -30,6 +30,7 @@ "earlyVisitor": "Early visitor ticket (until XX.XX)", "supporter": "Supporter ticket (TipiLAN T-shirt)", "cta": "Buy an early ticket from Fienta!", + "tba": "We will announce prices and sale dates soon!", "buyButton": "Buy tickets here" }, "sponsors": { diff --git a/translations/et.json b/translations/et.json index 563ed62..ae8ff93 100644 --- a/translations/et.json +++ b/translations/et.json @@ -30,6 +30,7 @@ "earlyVisitor": "Varajane külastaja pilet (kuni XX.XX)", "supporter": "Toetaja pilet (TipiLANi T-särk)", "cta": "Osta varajane pilet Fientast!", + "tba": "Avaldame hinnad ja müügikuupäevad peagi!", "buyButton": "Osta pilet siit" }, "sponsors": {