"use client"; import { Container } from "@/components/Container"; import { Button } from "@/components/Button"; export function CallToAction() { return (
{/* ✅ Top horizontal line with spacing */}
{/* ✅ Main boxed area */}
{/* ✅ Cyan Radial Glow */}

Start with Mycelium Today

The Agent Framework launches in H1 2026, but the foundation is ready now.

Use today’s components —models, storage, compute, and network— to deploy workloads, connect nodes, and prepare for the next generation of distributed AI.

{/* ✅ Two cards, stacked center with spacing */}
{/* ✅ Bottom horizontal line with spacing */}
); }