import Link from 'next/link' import { t } from '@/lib/i18n' export function Footer(): JSX.Element { return ( ) }