diff --git a/src/components/AppShell.tsx b/src/components/AppShell.tsx index fb7f2ff..3e6c324 100644 --- a/src/components/AppShell.tsx +++ b/src/components/AppShell.tsx @@ -248,7 +248,7 @@ function CurrentAppShell() {
-
Maya is on the line
+
Meera is on the line
The AI scheduler is placing the call right now. This page refreshes on completion.
diff --git a/src/components/variants/VariantB.tsx b/src/components/variants/VariantB.tsx index c7efd12..f655a76 100644 --- a/src/components/variants/VariantB.tsx +++ b/src/components/variants/VariantB.tsx @@ -864,7 +864,7 @@ function DetailPage({
-
Maya is on the call
+
Meera is on the call
The AI scheduler is handling this lead. This page refreshes when complete.
@@ -1003,7 +1003,7 @@ function DetailPage({ const tone = meta?.tone ?? "system"; const isLast = i === audit.length - 1; const dotColor = isLast ? ACCENT : tone === "ai" ? TM_NAVY : tone === "user" ? "#57534e" : "#a8a29e"; - const actor = tone === "ai" ? "AI · Maya" : (e.user_roles?.[0] ?? "System"); + const actor = tone === "ai" ? "AI · Meera" : (e.user_roles?.[0] ?? "System"); return (
  • , title: "No AI call activity", - body: "Maya's call summary appears here once she's connected.", + body: "Meera's call summary appears here once she's connected.", }, other: { icon: , diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 25356a6..53fc052 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -76,7 +76,7 @@ export default function Login() {
    {[ - { icon: , title: "Auto-dial leads", desc: "Maya, your AI scheduler, calls customers within seconds of capture." }, + { icon: , title: "Auto-dial leads", desc: "Meera, your AI scheduler, calls customers within seconds of capture." }, { icon: , title: "Live slot booking", desc: "Real-time availability against the dealer's calendar." }, { icon: , title: "Feedback loop", desc: "Post-drive AI follow-up captures NPS and concerns." }, ].map((item) => (