Lina Ortega
"Apartment 4B. Husband Pete. Daughter Eli started kindergarten."
{[
{ c: 'Phone', t: '3d ago', s: 'You called — talked about lease renewal, 12 min.' },
{ c: 'Telegram', t: '5d ago', s: '"Quick — can you watch Pickle this weekend?" Vooice replied yes (your calendar was clear).' },
{ c: 'Phone', t: '2w ago', s: 'She called you — bike rack proposal for the building.' },
].map((t, i) => (
{t.c.toUpperCase()}
{t.t}
{t.s}
))}