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