import { ChatBubbleLeftRightIcon, CalendarDaysIcon, UsersIcon, CpuChipIcon, } from '@heroicons/react/24/solid' import { Eyebrow, H4, P } from '@/components/Texts' export function PodsComing() { return (
{/* Top horizontal line */}
{/* Main content */}
{/* LEFT SIDE – Title + Intro */}
COMING SOON

Be Among The First

The first Pods are launching soon. 10,000 early Pods will be available for early adopters. 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.

{/* RIGHT SIDE — 4 upcoming features */}
{/* 1 — Private Chat & Calls */}

Private Chat & Calls

Peer-to-peer conversations and calling routed directly between Pods.

{/* 2 — Calendar & File Sync */}

Calendar & File Sync

Your schedules, documents, and files synced across your Pods with no central cloud.

{/* 3 — Secure Team Spaces */}

Secure Team Spaces

Create shared Pods for teams, communities, or groups. Fully encrypted, fully sovereign.

{/* 4 — Early AI Agent Integration */}

Early AI Agent Integration 🕒

Host your personal AI agent inside your Pod. Private, local-first, and fully under your control.

{/* Bottom horizontal line */}
) }