import Link from "next/link"; import { Github, Linkedin, Gamepad2 } from "lucide-react"; const Footer = () => { const currentYear = new Date().getFullYear(); const socialLinks = [ { title: "github", href: "https://github.com/GKaszewski", icon: , }, { title: "linkedin", href: "https://www.linkedin.com/in/gabriel-kaszewski-5344b3183", icon: , }, { title: "itch.io", href: "https://gabrielkaszewski.itch.io/", icon: , }, ]; return ( ); }; export default Footer;