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