The source of design inspiration @Saad Shaikh
Loading preview...
import { NotFound } from "@/components/ui/ghost-404-page" const Page = () => { return ( <div className="min-h-screen w-full bg-white"> <NotFound /> </div> ); } export default {Page}