"use client" import Link from "next/link" import { useTranslation } from "@/lib/i18n" export function Footer() { const { t } = useTranslation() const currentYear = new Date().getFullYear() return ( ) }