diff --git a/client/pages/docs/DocsGettingStarted.tsx b/client/pages/docs/DocsGettingStarted.tsx index 99162a82..a7f48f29 100644 --- a/client/pages/docs/DocsGettingStarted.tsx +++ b/client/pages/docs/DocsGettingStarted.tsx @@ -262,6 +262,33 @@ export default function DocsGettingStarted() { ))} +
+
+ +

Explore the platform

+
+
+ {platformHighlights.map((item) => { + const Icon = item.icon; + return ( + + + + + {item.title} + + + + + {item.description} + + + + ); + })} +
+
+