Two-by-two reassurance tiles covering secure checkout, free returns, authenticity, and support, each with an icon and a short hint.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Commerce16 } from "@/components/beste/piece/commerce16";
<Commerce16
badges={[
{
"kind": "secure",
"label": "Secure checkout",
"hint": "256-bit SSL"
},
{
"kind": "returns",
"label": "Free returns",
"hint": "30 days"
},
{
"kind": "authentic",
"label": "Authentic",
"hint": "Brand-verified"
},
{
"kind": "support",
"label": "24/7 support",
"hint": "Chat or email"
}
]}
/>