diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx
index 76a7f8a..1e47058 100644
--- a/src/app/[locale]/page.tsx
+++ b/src/app/[locale]/page.tsx
@@ -131,7 +131,7 @@ export default async function Home({
- 24.-26. okt.
+ {t("home.sections.dateAndLocation")}
{/* Sponsors */}
diff --git a/translations/en.json b/translations/en.json
index 8e41706..ad03969 100644
--- a/translations/en.json
+++ b/translations/en.json
@@ -50,7 +50,8 @@
"description": "The TipiLAN expo area hosts companies, additional activities and lectures."
},
"reserveSpot": "Reserve your spot today!",
- "poweredBy": "TipiLAN is powered by..."
+ "poweredBy": "TipiLAN is powered by...",
+ "dateAndLocation": "24th-26th Oct. @ TalTech main building"
}
},
"tickets": {
diff --git a/translations/et.json b/translations/et.json
index de253c9..2f3961d 100644
--- a/translations/et.json
+++ b/translations/et.json
@@ -50,7 +50,8 @@
"description": "TipiLANi messialal paiknevad ettevõtted, lisategevused ja toimuvad loengud."
},
"reserveSpot": "Broneeri oma koht juba täna!",
- "poweredBy": "TipiLANi tõmbab käima..."
+ "poweredBy": "TipiLANi tõmbab käima...",
+ "dateAndLocation": "24.-26. okt. TalTechi peahoones"
}
},
"tickets": {