import type { Metadata } from "next"; import Link from "next/link"; import { Button } from "@/components/ui/button"; export const metadata: Metadata = { title: "Page not found | Presenton", }; /** * Unknown routes only. Keep the 404.svg inside a fixed max height + object-contain * so the illustration never scales to full-viewport (the old w-3/4-only layout could). */ export default function NotFound() { return (
It seems you've found a page that doesn't exist. But don't worry, every great presentation starts with a blank slide!