A three-tier pricing section with plan cards, feature lists, and a highlighted recommended plan.
import Pricing from "@/components/ui/pricing-08"; export default function Default() { return <Pricing />; }