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

Deterministic Compute You Control

Run workloads on sovereign, self-verifying infrastructure. Mycelium Compute delivers predictable execution, zero drift, and automatic healing, whether you’re running containers, VMs, agents, or full Kubernetes clusters.

Works Alone. Works Together. Mycelium Compute can run on any network fabric, or pair with Mycelium Network for sovereign connectivity.

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