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