{ "$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