import Image from "../components/Image"; import Link from "../components/Link"; import type { Metadata } from "next"; import notFoundGif from "./not-found.gif"; export const metadata: Metadata = { title: "Page Not Found", description: null, openGraph: {}, alternates: { canonical: null, }, }; const Page = () => { return (