import { useTranslations } from "next-intl"; export function Footer() { const t = useTranslations("footer"); return ( ); }