A full-page 404 not found section with an oversized "404", a heading, a list of suggested links, and go-home/contact action buttons.
import NotFound from "@/components/ui/not-found-02"; export default function Default() { return <NotFound />; }