A responsive 404 error page that displays when users navigate to a non-existent route.
Loading preview...
import { NotFound } from "@/components/ui/not-found"; export default function DemoOne() { return <NotFound />; }