import { GlobeAltIcon, ServerStackIcon, CpuChipIcon } from '@heroicons/react/24/solid' import { H2, P } from '@/components/Texts' const features = [ { name: 'Mycelium Network', description: "A global, end-to-end encrypted overlay that simply doesn't break.", href: '/network', icon: GlobeAltIcon, }, { name: 'Mycelium Cloud', description: 'An autonomous, stateless OS that enforces pre-deterministic deployments you define.', href: '/cloud', icon: ServerStackIcon, }, { name: 'Mycelium Agents', description: 'Your sovereign agent with private memory and permissioned data access—always under your control.', href: '/agents', icon: CpuChipIcon, }, ] export function HomeFeaturesDark() { return (
From compute and networking to intelligent automation, these components work together to empower users, developers, and organizations to build freely, without intermediaries.