'use client'; import Image from 'next/image'; import { useLocale } from '@/lib/i18n/locale-context'; export function Footer() { const { t, locale } = useLocale(); return ( ); }