"use client"; import { Link } from "react-router-dom"; import { CP, CT, Eyebrow, H3, P } from "@/components/Texts"; export function HomeTab() { return (
{/* Top section separators */}
{/* Main content */}
Components

Explore the Stack

Mycelium’s technology stack gives you everything you need to build and run applications on a distributed network, from connectivity and compute to personal environments and AI.

{/* BENTO GRID LAYOUT — EXACT MATCH */}
{/* ------------------ LEFT TALL CARD ------------------ */}

LIVE

Mycelium Network Peer-to-peer connectivity between users, nodes, and devices. The foundation for secure communication and collaboration.
{/* Tall image container */}
{/* ------------------ MIDDLE TOP ------------------ */}

Coming Soon

Mycelium Pods Personal digital environments that never reset and stay under your control. Build, deploy, and connect on your own terms.
{/* ------------------ MIDDLE BOTTOM ------------------ */}

Q1 2026

Mycelium Agents Peer-to-peer AI that serves you, not your data. Train, deploy, and own your AI end-to-end.
{/* ------------------ RIGHT TALL ------------------ */}

Early Access

Mycelium Cloud Decentralized compute, storage, and orchestration. A full cloud service without a central operator.
{/* Bottom separators */}
); }