import { CheckIcon, XMarkIcon } from '@heroicons/react/24/outline' import { Eyebrow, H3, P, CT } from '../../components/Texts' const features = [ { name: 'Infrastructure Ownership', cloud: , mycelium: }, { name: 'Data Stays Local & Encrypted', cloud: , mycelium: }, { name: 'Private AI & LLMs on Your Own Hardware', cloud: , mycelium: }, { name: 'Self-Healing, No Single Point of Failure', cloud: , mycelium: }, { name: 'Zero-Trust, Cryptographic Identity', cloud: , mycelium: }, { name: 'Censorship-Resistant', cloud: , mycelium: }, { name: 'Standard Tooling (Kube, S3, Agents)', cloud: , mycelium: }, { name: 'Vendor Lock-In', cloud: , mycelium: }, { name: 'One-Time Hardware Cost (No Rent Forever)', cloud: , mycelium: }, ] export function HomeComparisonTable() { return (
COMPARISON

Why People Choose Mycelium

Mycelium brings cloud-grade automation to infrastructure you control — without surrendering data, identity, or uptime to centralized platforms.

{features.map((feature) => ( ))}
Capability Traditional Cloud Mycelium
{feature.name} {feature.cloud} {feature.mycelium}
) }