import Head from "next/head"; import Link from "next/link"; export default function Footer(props) { return ( ); }