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