'use client'; import { Fuel, Mail, MapPin, Phone } from 'lucide-react'; import Link from 'next/link'; import { useTextController } from '@/shared/language/hooks/use-text-controller'; export const Footer = () => { const { t } = useTextController(); return ( ); };