import Link from "next/link"; import styles from '../styles/Footer.module.css'; export default function Footer() { return ( <> ); }