{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"veil-content-1","type":"registry:block","title":"Content 1","description":"Tailark Veil content variant 1 block","meta":{"aspect-ratio":"15/4","width":686,"height":183},"files":[{"path":"veil/blocks/content/one.tsx","type":"registry:component","target":"@components/content-1.tsx","content":"export default function Content() {\n    return (\n        <section className=\"bg-background @container py-24\">\n            <div className=\"@2xl:grid-cols-2 mx-auto grid max-w-3xl gap-6 px-6\">\n                <h2 className=\"text-balance font-serif text-4xl font-medium\">Create Content with AI Assistance</h2>\n\n                <div className=\"flex flex-col gap-6\">\n                    <p className=\"text-muted-foreground\">\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\">\n                        <span className=\"text-foreground font-medium\">Improve Writing</span> Enhance your text with smart editing suggestions and style refinements.\n                    </p>\n\n                    <p className=\"text-muted-foreground\">\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        </section>\n    )\n}\n"}]}