import { NextSeo } from "next-seo"; import Image from "next/image"; import Link from "next/link"; import angryPandaGif from "../public/static/images/angry-panda.gif"; const Custom404 = () => ( <>
Panda takes out anger on innocent computer.

404s Make Panda Angry

Maybe it's wise to get out of here and go home...?
); export default Custom404;