A testimonial badge with an avatar stack, star rating, and social proof text for hero sections.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>