From 23dec583dd15b540237ce72e6b197245d4e197a1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 22:57:15 +0000 Subject: [PATCH] Add spotlight tab content cgen-7214b6702df14c159fcf359fc18657ac --- client/pages/Community.tsx | 66 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) 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 */}