diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index d6286a4f..e919573f 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2980,6 +2980,70 @@ export default function Community() { + + + {/* Featured Developers */} +
+
+ +
+ {contributors.map((contributor, index) => ( + + + {contributor.name} +
+

+ {contributor.name} +

+

+ {contributor.title} +

+
+ + {contributor.speciality} + +

+ {contributor.bio} +

+
+

+ {contributor.recentContribution} +

+
+ {contributor.reputation} + {contributor.contributions} contributions +
+
+ + {contributor.badge} + + +
+
+ ))} +
+
+
+
{/* Community Stats */}