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