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 (