Simple Pricing Card
npx shadcn@latest add https://21st.dev/r/beratberkayg/pricing-card
Loading preview...
import { Component } from "@/components/ui/pricing-card"; export default function DemoOne() { return <Component />; }