Order Confirmation

Post-purchase card with an emerald check, order id, total price, a package-arrival line, and the receipt email destination.

Order confirmed#SO-8241
$284.00
Arrives Apr 26 – Apr 28
Receipt sent to hello@beste.co

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Commerce9 } from "@/components/beste/piece/commerce9";

<Commerce9
  orderId="#SO-8241"
  total="$284.00"
  eta="Arrives Apr 26 – Apr 28"
  email="hello@beste.co"
/>