Components
Loading preview...
Pricing Card With Features
npx shadcn@latest add https://21st.dev/r/erikvalencia1/pricing-card-with-featuresimport { Box } from "@/components/ui/pricing-card-with-features";
export default function DemoOne() {
return <Box />;
}