Components
A centered 404 not-found page with a mono eyebrow, serif display headline, paired call-to-action buttons and a suggested-routes list.
Loading preview...
import NotFound01 from "@/components/ui/not-found-01";
export default function Default() {
return <NotFound01 />;
}