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