{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "not-found-2", "type": "registry:block", "description": "Animated 404 page with floating gradient orbs, soft motion effects, and clean centered layout.", "dependencies": [ "motion" ], "registryDependencies": [ "button", "empty" ], "files": [ { "path": "registry/blocks/not-found/2/not-found.tsx", "content": "\"use client\";\n\nimport { Compass, Home } from \"lucide-react\";\nimport { motion } from \"motion/react\";\nimport { Button } from \"@/components/ui/button\";\nimport {\n Empty,\n EmptyContent,\n EmptyDescription,\n EmptyHeader,\n EmptyTitle,\n} from \"@/components/ui/empty\";\n\nconst PRIMARY_ORB_HORIZONTAL_OFFSET = 40;\nconst PRIMARY_ORB_VERTICAL_OFFSET = 20;\n\nexport function NotFoundPage() {\n return (\n