import { CheckCircleIcon } from '@heroicons/react/20/solid' import { H2, P } from '@/components/Texts' const benefits = [ 'Decentralized Infrastructure', 'End-to-End Encryption', 'Sovereign Data Control', 'Scalable Kubernetes Clusters', 'Censorship-Resistant', 'Peer-to-Peer Networking', ] export function HomeCloud() { return (

Mycelium Cloud

A comprehensive platform for deploying and managing Kubernetes clusters on the decentralized Mycelium Grid infrastructure

    {benefits.map((benefit) => (
  • ))}
) }