Loading preview...
Here is Stats component
@tailark
npx shadcn@latest add https://21st.dev/r/meschacirung/stats-defautlt
import StatsSection from "@/components/ui/stats-defautlt"; export default function DemoOne() { return <StatsSection />; }