A responsive pricing section with a monthly/yearly billing toggle, animated price counters, feature-listed plan cards, and a highlighted partnership plan.
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> ); }