Components
Interactive three-tier pricing section with a monthly/yearly toggle, animated price numbers, and a highlighted popular plan.
Loading preview...
import PricingSection from "@/components/ui/pricing-4";
export default function PricingSectionDemo() {
return (
<div className="flex min-h-screen w-full items-center justify-center bg-background py-16 text-foreground">
<PricingSection />
</div>
);
}