{TESTIMONIALS.map((item, i) => (
{i === active ? (
) : (
)}
))}
{/* washes for legibility */}
{/* Avatar tabs — top right */}
{TESTIMONIALS.map((item, i) => (
))}
{/* Quote overlay — bottom left */}
{t.metric.value} {t.metric.label}
“{t.quote}”
{t.name
.split(" ")
.map((n) => n[0])
.join("")}
{t.name}
{t.role}
{/* Controls — bottom right */}
{/* progress — thin bar along the very bottom */}