Overview
A modern, conversion-optimized pricing section featuring a monthly/annual toggle, highlighted popular tier, and comprehensive feature lists.
Features
- Billing Toggle: Smooth animated switch between monthly and annual billing cycles
- Highlighted Tier: Visual emphasis on the 'Pro' or most popular pricing tier to drive conversions
- Feature Comparison: Clear, bulleted lists with checkmarks for easy feature comparison
- Responsive Design: Stacks neatly on mobile devices while expanding gracefully on desktop screens
Installation
import { PricingSection } from "@/components/marketing/pricing-section.tsx";
export default function Page() {
return <PricingSection />;
}