diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 34a65bf0..d6286a4f 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2935,6 +2935,51 @@ export default function Community() { + + + {/* Developer Profile Highlights */} +
+
+ +
+ {profileHighlights.map((highlight) => { + const Icon = highlight.icon; + return ( + + +
+ +
+ + {highlight.title} + + {highlight.description} +
+ +
+

+ {highlight.metricLabel} +

+

+ {highlight.metricValue} +

+
+
+
+ ); + })} +
+
+
+
{/* Community Stats */}