import Link from "../components/Link"; import Video from "../components/Video"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "404 Not Found", }; export default async function Page() { return (
); }