"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 */}

Choose How You Want to Start

Store data in your Mycelium Cloud environment or host your own node for full sovereignty.

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