{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"dusk-content-1","type":"registry:block","title":"Content 1","description":"Tailark Dusk content variant 1 block","registryDependencies":["@tailark-oss/dusk-button"],"meta":{"aspect-ratio":"80/69","width":686,"height":592},"files":[{"path":"dusk/blocks/content/one.tsx","type":"registry:component","target":"@components/content-1.tsx","content":"import { Button } from '@/components/ui/button'\nimport { ChevronRight } 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 space-y-12 px-6 md:space-y-16\">\n                <div className=\"aspect-video\">\n                    <Image\n                        className=\"size-full rounded-xl object-cover grayscale\"\n                        src=\"https://images.unsplash.com/photo-1530099486328-e021101a494a?q=80&w=2747&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\"\n                        alt=\"team image\"\n                        height=\"1080\"\n                        width=\"1920\"\n                        loading=\"lazy\"\n                    />\n                </div>\n\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\">\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                        <p className=\"text-muted-foreground text-balance text-lg\">Modern sales teams move faster when every account, conversation, and next step lives in one place. </p>\n                        <Button\n                            asChild\n                            variant=\"secondary\"\n                            size=\"sm\"\n                            className=\"gap-1 pr-1.5\"\n                        >\n                            <Link href=\"#\">\n                                <span>Explore CRM</span>\n                                <ChevronRight className=\"size-2\" />\n                            </Link>\n                        </Button>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n"}]}