A three-tier pricing section with a monthly/yearly billing toggle, animated prices, a highlighted popular plan, and feature lists with helper tooltips.
import Pricing from "@/components/ui/pricing-04"; export default function Default() { return <Pricing />; }