From 6f69def1fb8669f6aa9e8e677f583e3560ad2b2b Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 11:02:46 +0000 Subject: [PATCH] Add DevConnect highlights data cgen-f2c4683f550145689b21e97adae6f523 --- client/pages/Community.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 0359ae12..d37c7012 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -143,6 +143,27 @@ export default function Community() { { label: "Games Created", value: "1K+", icon: Gamepad2 }, ]; + const devConnectHighlights = [ + { + title: "Unified Creator Profiles", + description: + "Showcase your AeThex achievements, GitHub contributions, and live projects in one public hub.", + icon: Users, + }, + { + title: "Real-time Collaboration Rooms", + description: + "Spin up focused channels with voice, video, and whiteboards tailored for each build sprint.", + icon: MessageCircle, + }, + { + title: "Integrated Delivery Pipeline", + description: + "Track deployments, alerts, and community feedback with automated insights across your stack.", + icon: TrendingUp, + }, + ]; + if (isLoading) { return (