"use client"; import { Container } from "@/components/Container"; import { Button } from "@/components/Button"; export function CallToAction() { return (
{/* ✅ Cyan Radial Glow */}

Join Mycelium Grid

Be part of a global network that powers private, distributed infrastructure. Host a node, contribute resources, and earn rewards while expanding the sovereign digital grid.

); }