{"$schema":"https://ui.shadcn.com/schema/registry-item.json","type":"registry:block","registryDependencies":["button","empty","@efferd/full-width-divider"],"name":"not-found-1","description":"Minimal 404 error page with bold typography, subtle borders, and clear navigation actions.","categories":["not-found"],"files":[{"path":"registry/blocks/not-found/1/index.tsx","type":"registry:component","target":"~/components/not-found.tsx","content":"import { Button } from \"@/components/ui/button\";\nimport {\n\tEmpty,\n\tEmptyContent,\n\tEmptyDescription,\n\tEmptyHeader,\n\tEmptyTitle,\n} from \"@/components/ui/empty\";\nimport { FullWidthDivider } from \"@/components/full-width-divider\";\n\nexport function NotFoundPage() {\n\treturn (\n\t\t<div className=\"flex w-full items-center justify-center overflow-hidden\">\n\t\t\t<div className=\"flex h-screen items-center border-x\">\n\t\t\t\t<div>\n\t\t\t\t\t<FullWidthDivider />\n\t\t\t\t\t<Empty>\n\t\t\t\t\t\t<EmptyHeader>\n\t\t\t\t\t\t\t<EmptyTitle className=\"font-black font-mono text-8xl\">\n\t\t\t\t\t\t\t\t404\n\t\t\t\t\t\t\t</EmptyTitle>\n\t\t\t\t\t\t\t<EmptyDescription className=\"text-nowrap\">\n\t\t\t\t\t\t\t\tThe page you're looking for might have been <br />\n\t\t\t\t\t\t\t\tmoved or doesn't exist.\n\t\t\t\t\t\t\t</EmptyDescription>\n\t\t\t\t\t\t</EmptyHeader>\n\t\t\t\t\t\t<EmptyContent>\n\t\t\t\t\t\t\t<div className=\"flex gap-2\">\n\t\t\t\t\t\t\t\t<Button asChild>\n\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t\t\t\t<IconPlaceholder\n\t\t\t\t\t\t\t\t\t\t\tdata-icon=\"inline-start\"\n\t\t\t\t\t\t\t\t\t\t\thugeicons=\"Home01Icon\"\n\t\t\t\t\t\t\t\t\t\t\tlucide=\"HomeIcon\"\n\t\t\t\t\t\t\t\t\t\t\tphosphor=\"HouseIcon\"\n\t\t\t\t\t\t\t\t\t\t\tremixicon=\"RiHomeLine\"\n\t\t\t\t\t\t\t\t\t\t\ttabler=\"IconHome\"\n\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\tGo Home\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</Button>\n\n\t\t\t\t\t\t\t\t<Button asChild variant=\"outline\">\n\t\t\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t\t\t\t<IconPlaceholder\n\t\t\t\t\t\t\t\t\t\t\tdata-icon=\"inline-start\"\n\t\t\t\t\t\t\t\t\t\t\thugeicons=\"CompassIcon\"\n\t\t\t\t\t\t\t\t\t\t\tlucide=\"CompassIcon\"\n\t\t\t\t\t\t\t\t\t\t\tphosphor=\"CompassIcon\"\n\t\t\t\t\t\t\t\t\t\t\tremixicon=\"RiCompassLine\"\n\t\t\t\t\t\t\t\t\t\t\ttabler=\"IconCompass\"\n\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\tExplore\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</EmptyContent>\n\t\t\t\t\t</Empty>\n\t\t\t\t\t<FullWidthDivider />\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t);\n}\n"}]}