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": {