From 772996ec1c14ada45adb40cb2e6da8ed36ac6753 Mon Sep 17 00:00:00 2001 From: v4ltages Date: Mon, 27 Oct 2025 05:09:43 +0200 Subject: [PATCH] Farewell message for 2025 event --- next.config.ts | 14 -------------- src/app/[locale]/page.tsx | 4 ++-- translations/en.json | 2 +- translations/et.json | 2 +- 4 files changed, 4 insertions(+), 18 deletions(-) diff --git a/next.config.ts b/next.config.ts index 069e25a..d71ac07 100644 --- a/next.config.ts +++ b/next.config.ts @@ -22,20 +22,6 @@ const nextConfig: NextConfig = { }, ]; }, - async redirects() { - return [ - { - source: "/et", - destination: "/striim", - permanent: false, - }, - { - source: "/en", - destination: "/stream", - permanent: false, - }, - ]; - }, }; export default withNextIntl(nextConfig); diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 1e47058..791cf23 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -119,10 +119,10 @@ export default async function Home({ {/* Date */} -
+

{t("home.sections.reserveSpot")}

diff --git a/translations/en.json b/translations/en.json index d6a89b9..1b4f5b2 100644 --- a/translations/en.json +++ b/translations/en.json @@ -51,7 +51,7 @@ }, "reserveSpot": "Reserve your spot today!", "poweredBy": "TipiLAN is powered by...", - "dateAndLocation": "24th-26th Oct. @ TalTech main building" + "dateAndLocation": "Thank you for participating in TipiLAN 2025! We hope to see you again next time!" } }, "tickets": { diff --git a/translations/et.json b/translations/et.json index 8c75e58..44581ea 100644 --- a/translations/et.json +++ b/translations/et.json @@ -51,7 +51,7 @@ }, "reserveSpot": "Broneeri oma koht juba täna!", "poweredBy": "TipiLANi tõmbab käima...", - "dateAndLocation": "24.-26. okt. TalTechi peahoones" + "dateAndLocation": "Aitäh, et olite osa 2025 TipiLANist! Ootame teid tagasi järgmisel!" } }, "tickets": {