import Link from "next/link" function Footer() { const currentYear = new Date().getFullYear() return ( ) } export { Footer }