{/* Background artwork thumbnail */}
{creator.bg_thumb && (
<>
>
)}
{/* Content */}
{ e.currentTarget.src = AVATAR_FALLBACK }}
/>
{creator.name}
📁 {creator.uploads}
{creator.weekly_uploads > 0 && (
↑{creator.weekly_uploads} this week
)}
👁 {creator.views.toLocaleString()}
{creator.awards > 0 && 🏆 {creator.awards}}
View Profile
)
}
export default function HomeCreators({ creators }) {
if (!Array.isArray(creators) || creators.length === 0) return null
return (