import { motion } from "framer-motion"; import { Link } from "wouter"; import { Shield, FileCode, Terminal as TerminalIcon, ChevronRight, BarChart3, Network } from "lucide-react"; import gridBg from '@assets/generated_images/dark_subtle_digital_grid_texture.png'; export default function Home() { return (
{/* Background Texture */}
{/* Header */}
System Online: v4.2

AeThex

The Operating System for the Metaverse.

{/* The Trinity Cards */}
{/* Axiom -> Dashboard */}

Axiom

The Foundation. View the global command center, active architect metrics, and ecosystem health.

Open Dashboard
{/* Codex -> Curriculum (with Passport link inside) */}

Codex

The Standard. Explore the skill tree, mastery nodes, and view your Architect Credential.

View Tech Tree
{/* Aegis -> Terminal */}

Aegis

The Shield. Enter the secure build environment. New: Live Threat Simulation available.

Launch Terminal
{/* Footer */} AeThex Foundry © 2025 // Authorized Personnel Only
); }