diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index fa5f3d7e..41508471 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -3157,6 +3157,72 @@ export default function Community() { + + + {/* Creator Spotlight */} +
+
+ +
+ {spotlightCreators.map((creator) => ( + + +
+
+ {creator.name} +
+

+ {creator.name} +

+

+ {creator.role} +

+
+
+ + Featured creator + +
+

+ {creator.highlight} +

+
+ {creator.metrics.map((metric) => ( +
+

+ {metric.label} +

+

+ {metric.value} +

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