{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"veil-content-3","type":"registry:block","title":"Content 3","description":"Tailark Veil content variant 3 block","meta":{"aspect-ratio":"80/27","width":686,"height":232},"files":[{"path":"veil/blocks/content/three.tsx","type":"registry:component","target":"@components/content-3.tsx","content":"import { Lightbulb, Pencil, PencilRuler } from 'lucide-react'\n\nexport default function Content() {\n    return (\n        <section className=\"bg-background @container py-24\">\n            <div className=\"mx-auto max-w-2xl px-6\">\n                <div className=\"space-y-4\">\n                    <h2 className=\"text-balance font-serif text-4xl font-medium\">Create Content with AI Assistance</h2>\n                    <p className=\"text-muted-foreground\">Our AI assistant helps you create better content faster. Generate ideas, improve your writing, and design layouts with simple prompts.</p>\n                </div>\n                <div className=\"@xl:grid-cols-3 mt-12 grid grid-cols-2 gap-6 text-sm\">\n                    <div className=\"space-y-3 border-t pt-6\">\n                        <Lightbulb className=\"text-muted-foreground size-4\" />\n                        <p className=\"text-muted-foreground leading-5\">\n                            <span className=\"text-foreground font-medium\">Generate Ideas</span> Spark creativity with AI-powered content suggestions and inspiration.\n                        </p>\n                    </div>\n\n                    <div className=\"space-y-3 border-t pt-6\">\n                        <Pencil className=\"text-muted-foreground size-4\" />\n                        <p className=\"text-muted-foreground leading-5\">\n                            <span className=\"text-foreground font-medium\">Improve Writing</span> Enhance your text with smart editing suggestions and style refinements.\n                        </p>\n                    </div>\n\n                    <div className=\"space-y-3 border-t pt-6\">\n                        <PencilRuler className=\"text-muted-foreground size-4\" />\n                        <p className=\"text-muted-foreground leading-5\">\n                            <span className=\"text-foreground font-medium\">Design Layouts</span> Create visually appealing layouts that capture your audience's attention.\n                        </p>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n"}]}