This lesson covers the creation of a more complex and fully responsive Pricing Card component using shadcn/ui styles.
Now, when you have both card components created you can easily use them within Pro Blocks to create your unique sections. Follow the guide below to create a pricing section that will use the new cards.
npx shadcn@latest add https://pro-blocks-v4.vercel.app/r/pro-blocks-styles.jsonnpx shadcn@latest add "https://shadcndesign-pro-blocks.vercel.app/components?name=empty-lp-section-2&key=YOUR_LICENSE_KEY"EmptyLpSection2() to CustomPricingSection().<div className="flex flex-col gap-4 lg:flex-row lg:gap-6">
<PricingCardDefault />
<PricingCardPrimary />
</div>
That's it! Our new pricing section is responsive and ready to use.