import Image from "next/image"; import Link from "next/link"; const Footer = () => { const currentYear = new Date().getFullYear(); return ( ); }; export default Footer;