"use client"; import { Eyebrow, H3, P } from "@/components/Texts"; import PodsFlow from "./animations/PodsFlow"; export function PodsHow() { return (
{/* ✅ Top horizontal line with spacing */}
{/* ✅ Two-column layout */}
{/* ✅ Right side animation */}
{/* ✅ Left side content */}
How it works

Living in a Pod

When you use Mycelium, everything — your messages, calls, files — runs directly from your Pod.

  • When you message someone, it goes Pod to Pod, not through a central server.
  • When you host a call, it runs on your Pod — no third-party data centers.
  • When you save a file, it stays on your Pod, encrypted and always available.

No one else can read it, rent it, or switch it off. You don’t log in to the internet — you are part of it.

); }