{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"veil-content-2","type":"registry:block","title":"Content 2","description":"Tailark Veil content variant 2 block","meta":{"aspect-ratio":"90/24","width":686,"height":183},"files":[{"path":"veil/blocks/content/two.tsx","type":"registry:component","target":"@components/content-2.tsx","content":"export default function Content() {\n    return (\n        <section className=\"bg-background @container py-24\">\n            <div className=\"mx-auto max-w-2xl px-6\">\n                <h2 className=\"text-balance font-serif text-4xl font-medium\">Create Content with AI Assistance</h2>\n\n                <div className=\"@xl:gap-12 mt-12 grid grid-cols-2 gap-6\">\n                    <p className=\"text-muted-foreground border-t pt-6\">\n                        <span className=\"text-foreground font-medium\">Generate Ideas</span> Spark creativity with AI-powered content suggestions and inspiration.\n                    </p>\n\n                    <p className=\"text-muted-foreground border-t pt-6\">\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            </div>\n        </section>\n    )\n}\n"}]}