Update footer info

This commit is contained in:
Rene Arumetsa
2026-03-31 00:36:40 +03:00
parent e04999b664
commit 1036fe1f13
3 changed files with 12 additions and 16 deletions

View File

@@ -31,11 +31,9 @@ export default function Footer() {
</div> </div>
{/* Center: Contact info */} {/* Center: Contact info */}
<div className="flex flex-col gap-2 text-p text-text-light"> <div className="flex flex-col gap-2 text-p text-text-light mt-8 lg:mt-0 lg:pt-8">
<p className="font-bold">{t("teaser.footer.studentUnion")}</p> <a href="mailto:tipilaninfo@gmail.com" className="underline">{t("teaser.footer.email")}</a>
<a href="mailto:tipilan@ituk.ee" className="underline">{t("teaser.footer.email")}</a>
<p>{t("teaser.footer.phone")}</p> <p>{t("teaser.footer.phone")}</p>
<p>{t("teaser.footer.address")}</p>
</div> </div>
{/* Right: Social links */} {/* Right: Social links */}

View File

@@ -40,14 +40,13 @@
"contactButton": "Partner with us" "contactButton": "Partner with us"
}, },
"footer": { "footer": {
"organization": "MTÜ FOR Tsükkel", "organization": "MTÜ Lapikud",
"regCode": "Registration code: 80391807", "regCode": "Registration code: 80167145",
"bankAccount": "LHV EE617700771002582855", "bankAccount": "Swedbank EE842200221094704780",
"copyright": "TipiLAN 2025-2026", "copyright": "TipiLAN 2025-2026",
"studentUnion": "ITÜK | TalTech IT Faculty Student Council", "email": "tipilaninfo@gmail.com",
"email": "tipilan@ituk.ee",
"phone": "+372 5693 1193", "phone": "+372 5693 1193",
"address": "ICO-210, Raja tn 4c, Tallinn, Harjumaa, 12616" "address": "Akadeemia tee 5, 12616 Tallinn, Estonia"
} }
}, },
"notFound": { "notFound": {

View File

@@ -40,14 +40,13 @@
"contactButton": "Tule partneriks" "contactButton": "Tule partneriks"
}, },
"footer": { "footer": {
"organization": "MTÜ FOR Tsükkel", "organization": "MTÜ Lapikud",
"regCode": "Registrikood: 80391807", "regCode": "Registrikood: 80167145",
"bankAccount": "LHV EE617700771002582855", "bankAccount": "Swedbank EE842200221094704780",
"copyright": "TipiLAN 2025-2026", "copyright": "TipiLAN 2025-2026",
"studentUnion": "ITÜK | TalTechi IT-teaduskonna üliõpilaskogu", "email": "tipilaninfo@gmail.com",
"email": "tipilan@ituk.ee",
"phone": "+372 5693 1193", "phone": "+372 5693 1193",
"address": "ICO-210, Raja tn 4c, Tallinn, Harjumaa, 12616" "address": "Akadeemia tee 5, 12616 Tallinn, Eesti"
} }
}, },
"notFound": { "notFound": {