{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"mist-call-to-action-2","type":"registry:block","title":"Call To Action 2","description":"Tailark Mist call-to-action variant 2 block","registryDependencies":["@tailark-oss/mist-button"],"meta":{"aspect-ratio":"72/7","width":686,"height":67},"files":[{"path":"mist/blocks/call-to-action/two.tsx","type":"registry:component","target":"@components/call-to-action-2.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=\"flex flex-wrap items-center justify-between gap-6\">\n                        <div>\n                            <h2 className=\"text-foreground text-balance text-3xl font-semibold lg:text-4xl\">Build 10x Faster with Mist</h2>\n                        </div>\n                        <div className=\"flex justify-end gap-3\">\n                            <Button\n                                asChild\n                                variant=\"outline\"\n                                size=\"lg\"\n                            >\n                                <Link href=\"#\">Get a Demo</Link>\n                            </Button>\n                            <Button\n                                asChild\n                                size=\"lg\"\n                            >\n                                <Link href=\"#\">Get Started</Link>\n                            </Button>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n"}]}