{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "not-found-1", "type": "registry:block", "description": "Minimal 404 error page with bold typography, subtle borders, and clear navigation actions.", "registryDependencies": [ "button", "empty" ], "files": [ { "path": "registry/blocks/not-found/1/not-found.tsx", "content": "import { Compass, Home } from \"lucide-react\";\nimport { Button } from \"@/components/ui/button\";\nimport {\n Empty,\n EmptyContent,\n EmptyDescription,\n EmptyHeader,\n EmptyTitle,\n} from \"@/components/ui/empty\";\n\nexport function NotFoundPage() {\n return (\n
\n
\n
\n
\n \n \n \n 404\n \n \n The page you're looking for might have been
\n moved or doesn't exist.\n
\n
\n \n
\n \n\n \n
\n
\n
\n
\n
\n
\n
\n );\n}\n", "type": "registry:component" } ], "categories": [ "not-found" ] }