import { ChatBubbleLeftRightIcon, CalendarDaysIcon, UserGroupIcon, ShieldCheckIcon, } from '@heroicons/react/24/solid' import { Eyebrow, H3, P } from '@/components/Texts' export function PodsCapabilities() { return (
{/* ✅ Top horizontal line with spacing */}
{/* ✅ Main content */}
{/* ✅ LEFT SIDE — Title + Intro */}
What You Can Do

Pods Features

Access everything from any device — your data follows you, not the other way around. 💡 It’s like having your own tiny cloud that belongs only to you.

{/* ✅ RIGHT SIDE — 4 stacked features */}
{/* 1 — Communicate */}

Communicate

Message, call, and share files privately — no tracking or ads.

{/* 2 — Organization */}

Organization

Organize your calendar and meetings inside your own space.

{/* 3 — Manage */}

Manage

Create small communities or teams that interact directly, Pod-to-Pod.

{/* 4 — Storage */}

Storage

Store data safely with Quantum Safe File System (QSFS) built in.

{/* ✅ Bottom horizontal line with spacing */}
) }