Consumption plan card with a per-unit rate, a bubble of included volume, and an overage note below.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Card14 } from "@/components/beste/piece/card14";
<Card14
unitPrice="$0.004"
unitLabel="per request"
includedUnits="1M"
included="requests included monthly"
overage="$3.00 per 1M after"
/>