{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "pricing-2", "type": "registry:block", "description": "Modular pricing card UI kit with reusable glass-style components and typography helpers.", "files": [ { "path": "components/pricing-card.tsx", "content": "import type React from \"react\";\nimport { cn } from \"@/lib/utils\";\n\nfunction Card({ className, ...props }: React.ComponentProps<\"div\">) {\n return (\n
\n );\n}\n\nfunction Header({\n className,\n children,\n glassEffect = true,\n ...props\n}: React.ComponentProps<\"div\"> & {\n glassEffect?: boolean;\n}) {\n return (\n