{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"mist-call-to-action-1","type":"registry:block","title":"Call To Action 1","description":"Tailark Mist call-to-action variant 1 block","registryDependencies":["@tailark-oss/mist-button"],"meta":{"aspect-ratio":"60/9","width":686,"height":103},"files":[{"path":"mist/blocks/call-to-action/one.tsx","type":"registry:component","target":"@components/call-to-action-1.tsx","content":"import { Button } from '@/components/ui/button'\nimport Link from 'next/link'\n\nexport default function CallToAction() {\n    return (\n        <section>\n            <div className=\"py-12\">\n                <div className=\"mx-auto max-w-5xl px-6\">\n                    <div className=\"space-y-6 text-center\">\n                        <h2 className=\"text-foreground text-balance text-3xl font-semibold lg:text-4xl\">Build 10x Faster with Mist</h2>\n                        <div className=\"flex justify-center gap-3\">\n                            <Button\n                                asChild\n                                size=\"lg\"\n                            >\n                                <Link href=\"#\">Get Started</Link>\n                            </Button>\n                            <Button\n                                asChild\n                                variant=\"outline\"\n                                size=\"lg\"\n                            >\n                                <Link href=\"#\">Get a Demo</Link>\n                            </Button>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n"}]}