Components
Loading preview...
Pricing Component with sleek design and better handling
npx shadcn@latest add https://21st.dev/r/moazamtrade/pricing-componentimport PricingCards from "@/components/ui/pricing-component";
export default function DemoOne() {
return <PricingCards />;
}