import Link from "next/link"; import { FaGithub, FaRegEnvelope } from "react-icons/fa"; export default function Footer() { return ( ); }