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