import { ExternalLink, Rss } from 'lucide-react'; import { footerLinks } from '@/data/social'; export function Footer() { const currentYear = new Date().getFullYear(); return ( ); }