import Link from "next/link"; import { useI18n } from "@/lib/i18n"; export function SiteFooter() { const { t } = useI18n(); return ( ); }