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

Join the First Wave

Pods are launching soon. Be among the first to claim your private space in the new internet.

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