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