diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 3d783a33..a020ed1e 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -326,7 +326,7 @@ export default function Dashboard() { return (
-
+
{/* Header Section */}
@@ -413,15 +413,15 @@ export default function Dashboard() { {/* Developer CTA Card */} {user && ( - -
-
+ +
+
-

Building with AeThex?

-

- Get API keys, access comprehensive documentation, and explore developer tools to integrate AeThex into your applications. +

Building with AeThex?

+

+ Get API keys and access developer tools

@@ -432,12 +432,7 @@ export default function Dashboard() { - - -
@@ -446,7 +441,7 @@ export default function Dashboard() { )} -
+
{ARMS.map((arm) => { const IconComponent = arm.icon; return ( @@ -465,7 +460,7 @@ export default function Dashboard() { - +
diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 71e86e9a..13a79230 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -27,7 +27,7 @@ const ecosystemPillars = [ { icon: Boxes, title: "Six Realms", - description: "Nexus, GameForge, Foundation, Labs, Corp, and Staff—each with unique APIs and capabilities", + description: "Specialized APIs for every use case", href: "/realms", gradient: "from-purple-500 via-purple-600 to-indigo-600", accentColor: "hsl(var(--primary))", @@ -35,7 +35,7 @@ const ecosystemPillars = [ { icon: Database, title: "Developer APIs", - description: "Comprehensive REST APIs for users, content, achievements, and more", + description: "REST APIs for all platforms", href: "/dev-platform/api-reference", gradient: "from-blue-500 via-blue-600 to-cyan-600", accentColor: "hsl(var(--primary))", @@ -43,7 +43,7 @@ const ecosystemPillars = [ { icon: Terminal, title: "SDK & Tools", - description: "TypeScript SDK, CLI tools, and pre-built templates to ship faster", + description: "Ship faster with TypeScript SDK", href: "/dev-platform/quick-start", gradient: "from-cyan-500 via-teal-600 to-emerald-600", accentColor: "hsl(var(--primary))", @@ -51,7 +51,7 @@ const ecosystemPillars = [ { icon: Layers, title: "Marketplace", - description: "Premium integrations, plugins, and components from the community", + description: "Premium plugins & integrations", href: "/dev-platform/marketplace", gradient: "from-emerald-500 via-green-600 to-lime-600", accentColor: "hsl(var(--primary))", @@ -59,7 +59,7 @@ const ecosystemPillars = [ { icon: Users, title: "Community", - description: "Join 12,000+ developers building on AeThex", + description: "12K+ developers building together", href: "/community", gradient: "from-amber-500 via-orange-600 to-red-600", accentColor: "hsl(var(--primary))", @@ -67,7 +67,7 @@ const ecosystemPillars = [ { icon: Trophy, title: "Opportunities", - description: "Get paid to build—contracts, bounties, and commissions", + description: "Get paid to build", href: "/opportunities", gradient: "from-pink-500 via-rose-600 to-red-600", accentColor: "hsl(var(--primary))", @@ -84,33 +84,33 @@ const stats = [ const features = [ { icon: Layers, - title: "Cross-Platform Integration Layer", - description: "One unified API to build across Roblox, VRChat, RecRoom, Spatial, Decentraland, The Sandbox, Minecraft, Meta Horizon, Fortnite, and Zepeto—no more managing separate platform SDKs or gated gardens", + title: "Cross-Platform Integration", + description: "One API for all metaverse platforms", }, { icon: Code2, - title: "Enterprise-Grade Developer Tools", - description: "TypeScript SDK, REST APIs, unified authentication, cross-platform achievements, content delivery, and CLI tools—all integrated and production-ready", + title: "Enterprise Developer Tools", + description: "Production-ready SDK and APIs", }, { icon: Gamepad2, title: "Six Specialized Realms", - description: "Nexus (social hub), GameForge (games), Foundation (education), Labs (AI/innovation), Corp (business), Staff (governance)—each with unique APIs and tools", + description: "Unique APIs for every use case", }, { icon: Trophy, title: "Monetize Your Skills", - description: "Get paid to build—access contracts, bounties, and commissions. 12K+ developers earning while creating cross-platform games, apps, and integrations", + description: "12K+ developers earning on AeThex", }, { icon: Users, - title: "Thriving Creator Economy", - description: "Join squads, collaborate on projects, share assets in the marketplace that work across all platforms, and grow your reputation across all six realms", + title: "Creator Economy", + description: "Collaborate and grow your reputation", }, { icon: Rocket, - title: "Ship Everywhere, Fast", - description: "150+ cross-platform code examples, pre-built templates for VRChat, RecRoom, Spatial, Decentraland, The Sandbox, Roblox, and more—OAuth integration, Supabase backend, and one-command deployment to every metaverse", + title: "Ship Fast", + description: "150+ examples and one-click deployment", }, ]; @@ -216,7 +216,7 @@ export default function Index() {
-
+
-
+

The AeThex Ecosystem

- Six interconnected realms, each with unique capabilities and APIs to power your applications + Six interconnected realms with unique APIs

@@ -449,23 +449,23 @@ export default function Index() {
-
+

Why Build on AeThex?

- Join a growing ecosystem designed for creators, developers, and entrepreneurs + Built for creators and developers

-
+
{features.map((feature, index) => ( - +
-
+

{feature.title}

-

+

{feature.description}