import { H3, Eyebrow } from "@/components/Texts" import { Button } from "@/components/Button" export function CloudHeroNew({ onGetStartedClick = () => {} }: { onGetStartedClick?: () => void }) { return (
{/* Boxed container */}
{/* Inner padding */}
MYCELIUM CLOUD

Sovereign Edge Cloud Infrastructure

Run compute, storage, and AI resources on infrastructure you control.

The Mycelium Cloud runs on a distributed grid of independent nodes, delivering secure, scalable performance wherever your users or data live.

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