A centered 404 "page not found" screen with a search input and a back-home link.
import NotFound from "@/components/ui/not-found-04"; export default function Default() { return <NotFound />; }