import Image from "next/image"; import Link from "next/link"; import { Container } from "./Container"; export function Footer() { return ( ); }