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

Choose How You Want to Connect

Choose How You Want to Connect Use the network to link environments, deploy workloads, or host nodes to strengthen the mesh and run on your own hardware.

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