{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"dusk-content-2","type":"registry:block","title":"Content 2","description":"Tailark Dusk content variant 2 block","registryDependencies":["@tailark-oss/dusk-button"],"meta":{"aspect-ratio":"40/13","width":686,"height":223},"files":[{"path":"dusk/blocks/content/two.tsx","type":"registry:component","target":"@components/content-2.tsx","content":"import { Button } from '@/components/ui/button'\nimport { ChevronRight, Cpu, Zap } from 'lucide-react'\nimport Image from 'next/image'\nimport Link from 'next/link'\n\nexport default function ContentSection() {\n    return (\n        <section className=\"py-16 md:py-20\">\n            <div className=\"mx-auto max-w-7xl px-6\">\n                <div className=\"grid gap-4 md:grid-cols-2 md:gap-6 lg:gap-12\">\n                    <h2 className=\"max-w-md text-balance text-4xl font-medium tracking-tight lg:text-5xl\">A CRM workspace for every customer relationship.</h2>\n                    <div className=\"space-y-6 lg:space-y-12\">\n                        <p className=\"text-muted-foreground text-balance text-lg\">Tailark keeps pipeline, conversations, tasks, and account history connected so teams can spot the next best move, follow up with context, and turn every customer signal into momentum.</p>\n\n                        <div className=\"grid gap-4 pt-6 sm:grid-cols-2\">\n                            <p className=\"text-muted-foreground text-balance text-lg\">\n                                <span className=\"text-foreground font-medium\">\n                                    <Zap className=\"inline size-4 -translate-y-0.5\" /> Fast.\n                                </span>{' '}\n                                Move from signal to follow-up without losing context.\n                            </p>\n\n                            <p className=\"text-muted-foreground text-balance text-lg\">\n                                <span className=\"text-foreground font-medium\">\n                                    <Cpu className=\"inline size-4 -translate-y-0.5\" /> Powerful.\n                                </span>{' '}\n                                Unify pipeline, tasks, and account history.\n                            </p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n"}]}