From a33362e8d411cf3bca9590b4596d21b05e3f5bbe Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 22:52:48 +0000 Subject: [PATCH] Add profiles tab content cgen-31206bc0e0cb4383b4fc5b8546b0fb2e --- client/pages/Community.tsx | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) 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 */}