{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-stats-3", "type": "registry:block", "title": "Stats block", "description": "Mist Kit Stats block, variant three", "files": [ { "path": "../../packages/mist-kit/blocks/stats/three/index.tsx", "content": "import { ArrowRight } from 'lucide-react'\n\nexport default function StatsSection() {\n return (\n
\n
\n
\n
\n

Vengeance UI in numbers

\n

Our platform continues to grow with developers and businesses using our tools to create innovative solutions and enhance productivity.

\n
\n \n {[\n { value: '90+', label: 'Integrations' },\n { value: '56%', label: 'Productivity Boost' },\n { value: '24/7', label: 'Customer Support' },\n { value: '10k+', label: 'Active Users' },\n ].map((stat, index) => (\n \n \n {stat.value} {stat.label}\n \n ))}\n \n
\n
\n
\n )\n}\n", "type": "registry:component", "target": "components/stats-three.tsx" } ] }