{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"dusk-content-4","type":"registry:block","title":"Content 4","description":"Tailark Dusk content variant 4 block","meta":{"aspect-ratio":"90/50","width":686,"height":381},"files":[{"path":"dusk/blocks/content/four.tsx","type":"registry:component","target":"@components/content-4.tsx","content":"import { ArrowLeftRight, Bell, LineChart, Users } from 'lucide-react'\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\">\n                        <span className=\"text-muted-foreground\">Customer context.</span> <br /> Survives every handoff.\n                    </h2>\n                    <div className=\"space-y-4\">\n                        <p className=\"text-muted-foreground text-balance text-lg\">Deals rarely stay with one person. When accounts move from sales to success, or from one rep to another, context usually gets lost in inboxes and spreadsheets.</p>\n                        <p className=\"text-muted-foreground text-balance text-lg\">Tailark keeps notes, commitments, and open tasks attached to the account so the next owner picks up with full history — not a cold restart.</p>\n\n                        <div className=\"*:not-last:pb-3 *:not-last:border-b mt-20 flex flex-col gap-3 pt-6\">\n                            <p className=\"text-muted-foreground text-balance text-lg\">\n                                <span className=\"text-foreground font-medium\">\n                                    <ArrowLeftRight className=\"inline size-4 -translate-y-0.5\" /> Seamless handoffs.\n                                </span>{' '}\n                                Ownership changes without resetting the relationship.\n                            </p>\n\n                            <p className=\"text-muted-foreground text-balance text-lg\">\n                                <span className=\"text-foreground font-medium\">\n                                    <Bell className=\"inline size-4 -translate-y-0.5\" /> Proactive alerts.\n                                </span>{' '}\n                                Surface renewals and quiet accounts before they slip.\n                            </p>\n\n                            <p className=\"text-muted-foreground text-balance text-lg\">\n                                <span className=\"text-foreground font-medium\">\n                                    <Users className=\"inline size-4 -translate-y-0.5\" /> Shared timeline.\n                                </span>{' '}\n                                Sales, success, and support work from one account view.\n                            </p>\n\n                            <p className=\"text-muted-foreground text-balance text-lg\">\n                                <span className=\"text-foreground font-medium\">\n                                    <LineChart className=\"inline size-4 -translate-y-0.5\" /> Forecast clarity.\n                                </span>{' '}\n                                Leaders see risk and momentum without chasing updates.\n                            </p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n"}]}