{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-pricing-1", "type": "registry:block", "title": "Pricing One", "description": "Mist Kit Pricing block, variant one", "registryDependencies": [ "button", "card" ], "files": [ { "path": "../../packages/mist-kit/blocks/pricing/one/index.tsx", "content": "import { Button } from '@/components/ui/button'\nimport { Check } from 'lucide-react'\nimport Link from 'next/link'\nimport { Card } 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

Suite Enterprise

\n

For your company of any size

\n \n $234\n \n\n
\n \n Get started\n \n
\n\n

Includes : Security, Unlimited Storage, Payment, Search engine, and all features

\n
\n
\n \n {['First premium advantage', 'Second advantage weekly', 'Third advantage donate to project', 'Fourth, access to all components weekly'].map((item, index) => (\n \n \n {item}\n \n ))}\n \n

Team can be any size, and you can add or switch members as needed. Companies using our platform include:

\n
\n \n \n \n \n
\n
\n
\n
\n
\n
\n
\n )\n}\n", "type": "registry:component", "target": "components/pricing-section-one.tsx" }, { "path": "../../packages/core/src/components/logo.tsx", "content": "import { cn } from '@/lib/utils'\n\nexport const Logo = ({ className, uniColor }: { className?: string; uniColor?: boolean }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n )\n}\n\nexport const LogoIcon = ({ className, uniColor }: { className?: string; uniColor?: boolean }) => {\n return (\n \n \n \n \n \n \n \n \n \n )\n}\n\nexport const LogoStroke = ({ className }: { className?: string }) => {\n return (\n \n \n \n )\n}\n", "type": "registry:component", "target": "components/logo.tsx" } ] }