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

Choose How You Want to Start

Use GPUs through Mycelium Cloud, or contribute GPU nodes to the mesh and run your own workloads.

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