import Link from 'next/link'; import Image from 'next/image'; import { useTranslations } from 'next-intl'; export default function Footer() { const t = useTranslations('Footer'); const currentYear = new Date().getFullYear(); return ( ); }