import Image from "next/image"; import Link from "next/link"; import { ReactElement } from "react"; import config from "@/config"; import { minecrafter } from "@/font/fonts"; import { cn } from "@/lib/utils"; import { FooterLinks } from "@/types/config"; /** * The footer for the site. * * @returns the footer jsx */ const Footer = (): ReactElement => ( ); export default Footer;