Add DevConnect highlights data
cgen-f2c4683f550145689b21e97adae6f523
This commit is contained in:
parent
c9cf04407c
commit
6f69def1fb
1 changed files with 21 additions and 0 deletions
|
|
@ -143,6 +143,27 @@ export default function Community() {
|
||||||
{ label: "Games Created", value: "1K+", icon: Gamepad2 },
|
{ 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) {
|
if (isLoading) {
|
||||||
return (
|
return (
|
||||||
<LoadingScreen
|
<LoadingScreen
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue