From 4bf3802cf9bfc6ed2feac9ec540da03cd088b785 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:29:58 +0000 Subject: [PATCH] Add learning resources constant cgen-cbb6da6b619a4ebf8be893313359bc66 --- client/pages/docs/DocsOverview.tsx | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/client/pages/docs/DocsOverview.tsx b/client/pages/docs/DocsOverview.tsx index 77531c30..e49900d7 100644 --- a/client/pages/docs/DocsOverview.tsx +++ b/client/pages/docs/DocsOverview.tsx @@ -139,6 +139,41 @@ const resourceSections = [ }, ]; +const learningResources = [ + { + title: "Video tutorials", + description: "Visual learning with step-by-step walkthroughs", + icon: Video, + count: "50+ videos", + link: "/tutorials", + color: "from-red-500 to-pink-600", + }, + { + title: "Podcast series", + description: "Deep dives into AeThex technology and strategy", + icon: Headphones, + count: "20+ episodes", + link: "/blog", + color: "from-purple-500 to-indigo-600", + }, + { + title: "Code examples", + description: "Production-ready snippets maintained by the platform team", + icon: Github, + count: "100+ repos", + link: "/docs/examples", + color: "from-green-500 to-emerald-600", + }, + { + title: "Downloads", + description: "SDKs, design kits, and tooling for every platform", + icon: Download, + count: "Latest releases", + link: "/docs/getting-started#setup-workflow", + color: "from-blue-500 to-cyan-600", + }, +]; + const featuredUpdates = [ { title: "New AI Integration Tutorials",