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