{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "software-purchase-01", "description": "Software purchase approval card", "registryDependencies": [ "software-purchase-card", "separator" ], "files": [ { "path": "creative-tim/blocks/software-purchase-01/page.tsx", "content": "\"use client\"\n\nimport { Badge } from \"@/components/ui/badge\"\nimport { Separator } from \"@/components/ui/separator\"\nimport { SoftwarePurchaseCard } from \"@/components/ui/software-purchase-card\"\n\nexport default function Page() {\n const handleApprove = () => {\n console.log(\"Purchase approved\")\n }\n\n const handleDiscard = () => {\n console.log(\"Purchase discarded\")\n }\n\n return (\n
\n Review and approve the software purchase details below\n
\n\n This software is critical for our cloud infrastructure\n management and will enable the engineering team to scale\n operations more efficiently. The per-seat pricing model\n aligns with our team growth projections for Q1 2025.\n
\n