"use client"; import { Button } from "@/components/Button"; import { Container } from "@/components/Container"; import { CheckCircleIcon } from "@heroicons/react/20/solid"; const benefits = [ 'Private chat and calls', 'Calendar and file sync', 'Secure team spaces', 'Early AI Agent integration', ] export function CallToAction() { return (
{/* ✅ Top horizontal line with spacing */}
{/* ✅ Main boxed area */}
{/* ✅ Cyan Radial Glow */}

Be Among The First

The first Pods are launching soon. 10,000 early Pods will be available for early adopters.

    {benefits.map((benefit) => (
  • ))}

Next, Pods will support peer-to-peer AI Agents that live inside your environment. Your own AI, powered by your data without any data leaks. Be among the first to claim your private space on the Mycelium Network.

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