diff --git a/client/pages/About.tsx b/client/pages/About.tsx index d703e3bd..fb2e5d43 100644 --- a/client/pages/About.tsx +++ b/client/pages/About.tsx @@ -184,6 +184,120 @@ export default function About() { + {/* Ecosystem Diagram */} + + + + The AeThex Ecosystem + + + Five specialized arms united by a shared mission to empower creators + and builders. + + + +
+ {[ + { + name: "Labs", + color: "from-yellow-500 to-yellow-600", + bgColor: "bg-yellow-500/10", + borderColor: "border-yellow-400/30", + desc: "Research & Innovation", + link: "/labs", + }, + { + name: "GameForge", + color: "from-green-500 to-green-600", + bgColor: "bg-green-500/10", + borderColor: "border-green-400/30", + desc: "Game Development", + link: "/game-development", + }, + { + name: "Corp", + color: "from-blue-500 to-blue-600", + bgColor: "bg-blue-500/10", + borderColor: "border-blue-400/30", + desc: "Enterprise Solutions", + link: "/consulting", + }, + { + name: "Foundation", + color: "from-red-500 to-red-600", + bgColor: "bg-red-500/10", + borderColor: "border-red-400/30", + desc: "Open Source & Education", + link: "/community", + }, + { + name: "Dev-Link", + color: "from-cyan-500 to-cyan-600", + bgColor: "bg-cyan-500/10", + borderColor: "border-cyan-400/30", + desc: "Developer Network", + link: "/dev-link", + }, + ].map((arm) => ( + +
+
{arm.name}
+
+ {arm.desc} +
+
+ ))} +
+ +
+

How They Connect

+
+
+ + + Labs pioneers new tools and methods that + others can adopt + +
+
+ + + GameForge ships reliable products using Lab + innovations + +
+
+ + + Corp brings enterprise-grade solutions to + market + +
+
+ + + Foundation open-sources knowledge and + tools for the community + +
+
+ + + Dev-Link connects all creators in one + professional network + +
+
+
+ + + {/* Platform Overview */}