{"$schema":"https://ui.shadcn.com/schema/registry-item.json","name":"veil-stats-1","type":"registry:block","title":"Stats 1","description":"Tailark Veil stats variant 1 block","meta":{"aspect-ratio":"16/5","width":686,"height":214},"files":[{"path":"veil/blocks/stats/one.tsx","type":"registry:component","target":"@components/stats-1.tsx","content":"export default function Stats() {\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\">Trusted by Teams Worldwide</h2>\n                    <p className=\"text-muted-foreground text-balance\">Our platform delivers measurable results that help businesses scale faster and work smarter.</p>\n                </div>\n                <div className=\"@xl:grid-cols-3 mt-12 grid grid-cols-2 gap-6 text-sm\">\n                    <div className=\"border-y py-6\">\n                        <p className=\"text-muted-foreground text-xl\">\n                            <span className=\"text-foreground font-medium\">99.9%</span> Uptime guarantee.\n                        </p>\n                    </div>\n\n                    <div className=\"border-y py-6\">\n                        <p className=\"text-muted-foreground text-xl\">\n                            <span className=\"text-foreground font-medium\">10M+</span> API requests processed daily.\n                        </p>\n                    </div>\n\n                    <div className=\"border-y py-6\">\n                        <p className=\"text-muted-foreground text-xl\">\n                            <span className=\"text-foreground font-medium\">500+</span> Enterprise customers.\n                        </p>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n"}]}