import Link from 'next/link'; import { Mail, Phone, MapPin } from 'lucide-react'; import { COMPANY_INFO, NAVIGATION } from '@/lib/constants'; export function Footer() { return ( ); }