Components
Simple Transparent Pricing for Startups with toggles mode Pricing Mode Design & Dev Design Only
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/transparent-pricing-for-startupsLoading preview...
import PricingPage from "@/components/ui/transparent-pricing-for-startups";
export default function DemoOne() {
return <div className="App bg">
<PricingPage />
</div>
}