'use client'; import { Building2, MapPin, Mail, Phone } from 'lucide-react'; export default function Footer() { const currentYear = new Date().getFullYear(); return ( ); }