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

{t("footer.contact")}

MTÜ Lapikud

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

Swedbank EE842200221094704780

mail tipilaninfo@gmail.com
phone +372 5693 1193
{/* Social media */}
); }; export default Footer;