diff --git a/client/pages/Explore.tsx b/client/pages/Explore.tsx index 18523a77..c7f1a1f3 100644 --- a/client/pages/Explore.tsx +++ b/client/pages/Explore.tsx @@ -245,26 +245,6 @@ export default function Explore() { Explore services, programs, resources, and community

- {/* Quick Links */} -
- {[ - { label: "Dashboard", href: "/dashboard" }, - { label: "Feed", href: "/feed" }, - { label: "Passport", href: "/passport/me" }, - { label: "Docs", href: "/docs" }, - { label: "Community", href: "/community" }, - ].map((q, i) => ( - - ))} -
@@ -312,39 +292,6 @@ export default function Explore() { ))} - -
- - - - AeThex Labs - - - BlackSite R&D portal synced with Labs mainframe - - - - - - -
@@ -414,73 +361,76 @@ export default function Explore() {
+ {/* Labs Spotlight */} +
+
+ +
+ +
+
R&D
+

+ AeThex Labs +

+

+ Experimental interfaces, prototypes, and internal tooling. Enter the BlackSite to see what's next. +

+
+
+ + +
+
+ +
+
+ {/* Technology Showcase */}
-
+
-

+

What We Build

-

- Built on cutting-edge frameworks and powered by advanced - algorithms +

+ Systems, tools, and experiences that power creators and teams.

{[ - { - name: "Game Studios", - status: "Active", - color: "from-purple-500 to-blue-600", - }, - { - name: "Design Systems", - status: "Evolving", - color: "from-blue-500 to-green-600", - }, - { - name: "Creator Tools", - status: "Live", - color: "from-green-500 to-yellow-600", - }, - { - name: "Launch Ops", - status: "Scaling", - color: "from-yellow-500 to-red-600", - }, - { - name: "Content Pipeline", - status: "In Progress", - color: "from-red-500 to-purple-600", - }, - { - name: "Edge Experiences", - status: "Deployed", - color: "from-purple-500 to-pink-600", - }, + { name: "Game Studios", status: "Active", color: "from-purple-500 to-blue-600", icon: Rocket, desc: "Production pipelines, content tooling, and live ops." }, + { name: "Design Systems", status: "Evolving", color: "from-blue-500 to-green-600", icon: Layers, desc: "Unified components and patterns across apps." }, + { name: "Creator Tools", status: "Live", color: "from-green-500 to-yellow-600", icon: Terminal, desc: "CLI, automation, and workflow accelerators." }, + { name: "Launch Ops", status: "Scaling", color: "from-yellow-500 to-red-600", icon: Shield, desc: "Release orchestration, quality gates, and metrics." }, + { name: "Content Pipeline", status: "In Progress", color: "from-red-500 to-purple-600", icon: BookOpen, desc: "Publishing, assets, and distribution systems." }, + { name: "Edge Experiences", status: "Deployed", color: "from-purple-500 to-pink-600", icon: Users, desc: "Low-latency interfaces on the edge." }, ].map((tech, index) => ( - -
-

- {tech.name} -

-
+ +
+
+
+ {/* @ts-ignore */} + +
+

{tech.name}

+
+ {tech.status}
-

- {tech.status} -

-
+

{tech.desc}

+
))}