"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

Host your own node to contribute capacity or deploy workloads using the Mycelium Cloud. You don’t need to host before deploying, and you don’t need to deploy before hosting.

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