Components
Loading preview...
Professional pricing components featuring subscription plans, pricing tiers, feature comparisons, and conversion-optimized layouts designed to showcase value and drive purchases
@ui-layouts
npx shadcn@latest add https://21st.dev/r/uilayout.contact/pricing-section-3
import Component from "@/components/ui/pricing-section-3";
export default function DemoOne() {
return <div className="bg-white w-full">
<Component />;
</div>
}