import { vipnagorgialla } from "@/components/Vipnagorgialla"; import { useTranslations } from "next-intl"; import Image from "next/image"; import NextLink from "next/link"; interface SponsorsProps { showTitle?: boolean; className?: string; } export default function Sponsors({ showTitle = true, className = "" }: SponsorsProps) { const t = useTranslations(); return (
{showTitle && (

{t("home.sections.poweredBy")}

)}
Taltech (Tallinna Tehnikaülikool) Redbull Alecoq EVAL Balsnack LVLup! BFGL Tallinna Haridusamet Militaarseiklus Estonian Gamedev Guild Tahentorni Hotell (Tähentorni Hotel) Domino's Pizza
); }