import { SiDiscord, SiInstagram, SiFacebook } from "react-icons/si"; import Image from "next/image"; import { useTranslations } from "next-intl"; // Fonts import { vipnagorgialla } from "@/components/Vipnagorgialla"; const Footer = () => { const t = useTranslations(); return (
TipiLAN Logo TipiLAN Logo
{/* Social media */}

{t("footer.contact")}

{t("footer.studentUnion")}

{t("footer.organization")}

{t("footer.registrationCode")}:{" "} 80391807

ICO-210, Raja tn 4c, Tallinn, Harjumaa, 12616

{t("footer.madeBy")}{" "} MTÜ Lapikud {" "} {t("footer.withHelpFrom")}{" "} MTÜ For Tsükkel/ITÜK
); }; export default Footer;