import { Heart, Github, Code2 } from 'lucide-react'; import Link from 'next/link'; export default function Footer() { const currentYear = new Date().getFullYear(); return ( ); }