diff --git a/app/(shell)/relay-teams/RelayTeamsClient.tsx b/app/(shell)/relay-teams/RelayTeamsClient.tsx index 0f027e564..89448a75c 100644 --- a/app/(shell)/relay-teams/RelayTeamsClient.tsx +++ b/app/(shell)/relay-teams/RelayTeamsClient.tsx @@ -172,8 +172,9 @@ export default function RelayTeamsClient() { Your AI teams are being set up

- Relay Teams run autonomously in the background — recovering lapsed clients, - optimizing your schedule, and drafting outreach. They activate as your data connects. + Once your data connects, Relay Teams prepare work in the background — finding lapsed + clients, spotting schedule gaps, and drafting outreach for your review. Nothing reaches a + client until you approve it.

diff --git a/components/admin/ConciergeAdminClient.tsx b/components/admin/ConciergeAdminClient.tsx index c99456644..e59f8d4c6 100644 --- a/components/admin/ConciergeAdminClient.tsx +++ b/components/admin/ConciergeAdminClient.tsx @@ -34,7 +34,7 @@ export function ConciergeAdminClient() { Specialist Admin -

Concierge Audit Manager

+

Concierge Audit Manager

Review and deliver human evidence-grade audits for high-priority client escalations.

@@ -43,7 +43,7 @@ export function ConciergeAdminClient() {

Escalation Queue

{mockEscalations.length === 0 ? ( -
+

No escalations yet

Escalation requests from projects will appear here.

@@ -55,7 +55,7 @@ export function ConciergeAdminClient() { className={`w-full text-left p-5 rounded-2xl border transition-all ${ selectedId === req.id ? "bg-amber-500/10 border-amber-500/40 shadow-lg shadow-amber-500/10" - : "bg-white/[0.03] border-white/5 hover:border-white/15" + : "bg-stone-900/40 border-stone-700/30 hover:border-stone-600/50" }`} >
diff --git a/components/admin/SeedWellnessPilotButton.tsx b/components/admin/SeedWellnessPilotButton.tsx index 8950eee14..a46ff7197 100644 --- a/components/admin/SeedWellnessPilotButton.tsx +++ b/components/admin/SeedWellnessPilotButton.tsx @@ -36,7 +36,7 @@ export function SeedWellnessPilotButton() {
); }