From ca24d123e0b1d981393ba47ad832bd4a0ecd258f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:31:00 +0000 Subject: [PATCH] Define platform highlights cgen-4e18f68d431e42e490ec61d9ab8126db --- client/pages/docs/DocsGettingStarted.tsx | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/client/pages/docs/DocsGettingStarted.tsx b/client/pages/docs/DocsGettingStarted.tsx index c73267a5..0a3b1bb1 100644 --- a/client/pages/docs/DocsGettingStarted.tsx +++ b/client/pages/docs/DocsGettingStarted.tsx @@ -123,6 +123,33 @@ const deploymentChecklist = [ }, ]; +const platformHighlights = [ + { + title: "Unified dashboard", + description: + "Monitor deployments, review incidents, and share announcements with stakeholders from a single console.", + icon: LayoutDashboard, + }, + { + title: "Passport identity", + description: + "Give every builder a portable profile that aggregates achievements, verified skills, and mentorship history.", + icon: IdCard, + }, + { + title: "Community and mentorship", + description: + "Pair emerging studios with advisors, host showcase events, and recruit collaborators through the community hub.", + icon: Users, + }, + { + title: "Live ops analytics", + description: + "Track real-time KPIs, automate status updates, and route alerts into your team's notification channels.", + icon: ActivitySquare, + }, +]; + const explorationLinks = [ { title: "Platform Walkthrough",