import Link from "next/link"; import type { Metadata } from "next"; import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { BrandMark } from "@/components/layout/BrandMark"; export const metadata: Metadata = { title: "Not found" }; export default function NotFound() { return (
404
This page doesn't exist.