+
+
+
+ {/* Top image/content */}
+
+

{
+ const target = e.target;
+ target.style.display = "none";
+ }}
+ />
+
+ {/* Bottom glass bar with handle + icons */}
+ {showUserInfo && (
+
+
+
+

{
+ const target = e.target;
+ target.style.opacity = "0.5";
+ target.src = avatarUrl;
+ }}
+ />
+
+
+
+
@{handle}
+ {status ?
{status}
: null}
+
+
+
+ {/* 👉 Right side: social icons (prefer these over button) */}
+ {(linkedinUrl || emailHref) ? (
+
+ {linkedinUrl && (
+
+
+
+ )}
+ {emailHref && (
+
+
+
+ )}
+
+ ) : (
+ // Fallback to button if no social links were provided
+
+ )}
+
+ )}
+
+
+ {/* Name / Title */}
+
+
+