import Link from "next/link"; import {IoLogoGithub, IoLogoGitlab} from "react-icons/io5"; export const Footer = () => { return (
); }