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