{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "digital-product-overview-01", "type": "registry:block", "description": "Digital product with plan options", "registryDependencies": [ "button", "label", "radio-group", "badge" ], "files": [ { "path": "creative-tim-ui/blocks/digital-product-overview-01/page.tsx", "content": "\"use client\"\n\nimport { Eye, Lock, ShoppingCart, Star } from \"lucide-react\"\n\nimport { Badge } from \"@/components/ui/badge\"\nimport { Button } from \"@/components/ui/button\"\nimport { Label } from \"@/components/ui/label\"\nimport {\n RadioGroup,\n RadioGroupItem,\n} from \"@/components/ui/radio-group\"\n\nconst data = [\n {\n name: \"HTML Version\",\n desc: \"Pure HTML/CSS with Tailwind, perfect for static websites.\",\n price: \"$39\",\n popular: false,\n },\n {\n name: \"React Version\",\n desc: \"React components with TypeScript support included.\",\n price: \"$49\",\n popular: true,\n },\n {\n name: \"Angular Version\",\n desc: \"Angular components with full type definitions.\",\n price: \"$99\",\n popular: false,\n },\n]\n\nexport default function DigitalProductOverview01() {\n return (\n
\n \n\n
\n
\n \n
\n
\n\n
\n
\n
\n

\n Premium UI Kit\n

\n \n Best Seller\n \n
\n

\n A comprehensive collection of beautifully crafted components and\n templates. Built with modern web technologies and best practices\n for seamless integration.\n

\n
\n\n
\n
\n \n 4.9/5\n \n (127 reviews)\n \n
\n
\n
\n \n 1,234\n sales\n
\n
\n\n
\n

Choose your version

\n \n {data.map(({ name, desc, price, popular }) => (\n \n \n \n
\n
\n
\n

{name}

\n {popular && (\n \n Popular\n \n )}\n
\n

{desc}

\n
\n
\n

{price}

\n

\n one-time\n

\n
\n
\n \n
\n ))}\n \n
\n\n
\n \n \n
\n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/digital-product-overview/page.tsx" } ], "meta": { "iframeHeight": "1000px", "container": "w-full bg-surface min-h-svh flex px-4 py-12 items-center md:py-20 justify-center min-w-0", "mobile": "component" }, "categories": [ "ecommerce" ] }