A gold trophy badge that on hover reveals a mini profile card with the user’s rank, name, and score.
import { Component } from "@/components/ui/winner-badge"; export default function DemoOne() { return <Component />; }