import { Link } from 'react-router-dom'; import { Container } from '@/components/Container' import { Button } from '@/components/Button' import { H3, P } from '@/components/Texts' export function CallToAction() { return (
{/* ✅ Top horizontal line with spacing */}
{/* === Content === */}
{/* ✅ Cyan Radial Glow */}

Use the Mycelium Stack Your Way

Deploy infrastructure, run workloads, connect environments, and build distributed AI systems, all on one network designed for autonomy and control.

Start wherever you are. Scale on your own terms.

Host a Node →
{/* ✅ Bottom horizontal line */}
) }