import { Eyebrow, H3, P } from '@/components/Texts' import { CpuChipIcon, LockClosedIcon, ShieldCheckIcon, } from '@heroicons/react/24/solid' export function GpuArchitecture() { return (
{/* ✅ Top horizontal line with spacing */}
{/* ✅ LEFT — Title + Intro text */}
ARCHITECTURE

How It Works

Mycelium GPU architecture ensures secure, sovereign computation using hardware you trust. Nodes communicate through encrypted mesh networking, and access is guaranteed through verifiable reservations.

{/* ✅ RIGHT — items stacked with cyan dividers */}
{/* 1 — Sovereign Compute Nodes */}

Sovereign Compute Nodes

GPUs run only on hardware you control, eliminating reliance on centralized clouds.

{/* 2 — Encrypted Mesh Networking */}

Encrypted Mesh Networking

Nodes form private, encrypted tunnels to workloads, no public exposure required.

{/* 3 — Reservation & Verification Layer */}

Reservation & Verification Layer

Cryptographically enforced reservations guarantee GPU availability with deterministic behavior across workloads.

{/* ✅ Bottom horizontal line with spacing */}
) }