Testimonial Badge

A testimonial badge with an avatar stack, star rating, and social proof text for hero sections.

Loved by 2,400+ founders

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

Import & use
import { Badge14 } from "@/components/beste/component/badge14";

<Badge14
  avatars={[
    "/avatars/mia.jpg",
    "/avatars/deniz.jpg",
    "/avatars/omar.jpg",
  ]}
  text="Loved by 2,400+ founders"
  rating={5}        // stars, 0–5 (default 5)
  tone="amber"      // "amber" (default) | "primary" | "foreground"
/>