--- const cases = [ { title: 'Work Identity', desc: 'Keep work communication clear, organized, and easier to review.' }, { title: 'Private Identity', desc: 'Keep personal conversations natural, focused, and separate from work noise.' }, { title: 'Protected Space', desc: 'Some conversations are not only private. They require stronger boundaries and another layer of protection.' }, ] ---

USE CASES

Designed for the worlds you already live in.

Work, private life, and protected conversations should not interfere with each other inside one identity.

{cases.map((c) => (

{c.title}

{c.desc}

))}