Components
A responsive pricing section with a monthly/yearly billing toggle, animated price counters, feature-listed plan cards, and a highlighted partnership plan.
Loading preview...
import { PricingOverview } from "@/components/ui/pricing-overview";
export default function PricingOverviewDemo() {
return (
<div className="min-h-screen w-full bg-white text-neutral-950">
<PricingOverview />
</div>
);
}