Add DevConnect highlights data

cgen-f2c4683f550145689b21e97adae6f523
This commit is contained in:
Builder.io 2025-10-04 11:02:46 +00:00
parent c9cf04407c
commit 6f69def1fb

View file

@ -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 (
<LoadingScreen