import { useTranslations } from 'next-intl' import Link from 'next/link' import { MapPin, Phone, Mail } from 'lucide-react' export function Footer() { const t = useTranslations('nav') const f = useTranslations('footer') return ( ) }