{"$schema":"https://ui.shadcn.com/schema/registry-item.json","type":"registry:block","registryDependencies":["button","empty"],"name":"not-found-2","description":"Minimalist 404 page featuring large masked typography and clear navigation actions.","categories":["not-found"],"files":[{"path":"registry/blocks/not-found/2/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\";\n\nexport function NotFoundPage() {\n\treturn (\n\t\t<div className=\"relative flex min-h-screen w-full items-center justify-center overflow-hidden\">\n\t\t\t<Empty>\n\t\t\t\t<EmptyHeader>\n\t\t\t\t\t<EmptyTitle className=\"mask-b-from-20% mask-b-to-80% font-extrabold text-9xl\">\n\t\t\t\t\t\t404\n\t\t\t\t\t</EmptyTitle>\n\t\t\t\t\t<EmptyDescription className=\"-mt-8 text-nowrap text-foreground/80\">\n\t\t\t\t\t\tThe page you're looking for might have been <br />\n\t\t\t\t\t\tmoved or doesn't exist.\n\t\t\t\t\t</EmptyDescription>\n\t\t\t\t</EmptyHeader>\n\t\t\t\t<EmptyContent>\n\t\t\t\t\t<div className=\"flex gap-2\">\n\t\t\t\t\t\t<Button asChild>\n\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t\t<IconPlaceholder\n\t\t\t\t\t\t\t\t\tdata-icon=\"inline-start\"\n\t\t\t\t\t\t\t\t\thugeicons=\"Home01Icon\"\n\t\t\t\t\t\t\t\t\tlucide=\"HomeIcon\"\n\t\t\t\t\t\t\t\t\tphosphor=\"HouseIcon\"\n\t\t\t\t\t\t\t\t\tremixicon=\"RiHomeLine\"\n\t\t\t\t\t\t\t\t\ttabler=\"IconHome\"\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\tGo Home\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</Button>\n\n\t\t\t\t\t\t<Button asChild variant=\"outline\">\n\t\t\t\t\t\t\t<a href=\"#\">\n\t\t\t\t\t\t\t\t<IconPlaceholder\n\t\t\t\t\t\t\t\t\tdata-icon=\"inline-start\"\n\t\t\t\t\t\t\t\t\thugeicons=\"CompassIcon\"\n\t\t\t\t\t\t\t\t\tlucide=\"CompassIcon\"\n\t\t\t\t\t\t\t\t\tphosphor=\"CompassIcon\"\n\t\t\t\t\t\t\t\t\tremixicon=\"RiCompassLine\"\n\t\t\t\t\t\t\t\t\ttabler=\"IconCompass\"\n\t\t\t\t\t\t\t\t/>{\" \"}\n\t\t\t\t\t\t\t\tExplore\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</Button>\n\t\t\t\t\t</div>\n\t\t\t\t</EmptyContent>\n\t\t\t</Empty>\n\t\t</div>\n\t);\n}\n"}]}