{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-call-to-action-1", "type": "registry:block", "title": "Call To Action 1", "description": "Mist Kit Call To Action block, variant 1", "registryDependencies": [ "button" ], "files": [ { "path": "../../packages/mist-kit/blocks/call-to-action/one/index.tsx", "content": "import { Button } from '@/components/ui/button'\nimport Link from 'next/link'\n\nexport default function StatsSection() {\n return (\n
\n
\n
\n
\n

Build 10x Faster with Mist

\n
\n \n Get Started\n \n \n Get a Demo\n \n
\n
\n
\n
\n
\n )\n}\n", "type": "registry:component", "target": "components/call-to-action-one.tsx" } ] }