{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-pricing-2", "type": "registry:block", "title": "Pricing Two", "description": "Mist Kit Pricing block, variant two", "registryDependencies": [ "button", "card" ], "files": [ { "path": "../../packages/mist-kit/blocks/pricing/two/index.tsx", "content": "import { Button } from '@/components/ui/button'\nimport { Check } from 'lucide-react'\nimport Link from 'next/link'\nimport { Card, CardHeader, CardTitle, CardDescription } from '@/components/ui/card'\n\nexport default function Pricing() {\n return (\n
\n
\n
\n

Pricing that scale with your business

\n

Choose the perfect plan for your needs and start optimizing your workflow today

\n
\n
\n \n
\n
\n \n Free\n $0 / mo\n Per editor\n \n
\n \n Get Started\n \n
\n\n \n {['Basic Analytics Dashboard', '5GB Cloud Storage', 'Email and Chat Support'].map((item, index) => (\n \n \n {item}\n \n ))}\n \n
\n
\n
\n \n Pro\n $19 / mo\n Per editor\n \n
\n \n Get Started\n \n
\n\n \n {['Everything in Free Plan', '5GB Cloud Storage', 'Email and Chat Support', 'Access to Community Forum', 'Single User Access', 'Access to Basic Templates', 'Mobile App Access', '1 Custom Report Per Month', 'Monthly Product Updates', 'Standard Security Features'].map((item, index) => (\n \n \n {item}\n \n ))}\n \n
\n
\n
\n \n Pro Plus\n $49 / mo\n Per editor\n \n
\n \n Get Started\n \n
\n\n \n {['Everything in Pro Plan', '5GB Cloud Storage', 'Email and Chat Support'].map((item, index) => (\n \n \n {item}\n \n ))}\n \n
\n
\n
\n
\n
\n
\n )\n}\n", "type": "registry:component", "target": "components/pricing-section-two.tsx" } ] }