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 with 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 */}
) }