Trust Badges

Two-by-two reassurance tiles covering secure checkout, free returns, authenticity, and support, each with an icon and a short hint.

Secure checkout256-bit SSL
Free returns30 days
AuthenticBrand-verified
24/7 supportChat or email

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

Import & use
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"
    }
  ]}
/>