import { Container } from '@/components/Container' import { Button } from '@/components/Button' export function CallToAction() { return (
{/* ✅ Top horizontal line with spacing */}
{/* === Content === */}

Use the Mycelium Stack Your Way

Run workloads, connect environments, host nodes, and build agentic systems, all on one sovereign, self-healing network.

Start wherever you are. Scale however you choose.

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