From c1cbdae4c20eb3d713db0bdc42b54a45af881b5a Mon Sep 17 00:00:00 2001 From: Bhanu Prakash Sai Potteri Date: Mon, 1 Jun 2026 17:55:54 +0530 Subject: [PATCH] rename AI scheduler Meera -> Mira --- src/components/AppShell.tsx | 2 +- src/components/variants/VariantB.tsx | 6 +++--- src/pages/Login.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/AppShell.tsx b/src/components/AppShell.tsx index 3e6c324..f22e8b2 100644 --- a/src/components/AppShell.tsx +++ b/src/components/AppShell.tsx @@ -248,7 +248,7 @@ function CurrentAppShell() {
-
Meera is on the line
+
Mira 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 f655a76..8c4c114 100644 --- a/src/components/variants/VariantB.tsx +++ b/src/components/variants/VariantB.tsx @@ -864,7 +864,7 @@ function DetailPage({
-
Meera is on the call
+
Mira 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 · Meera" : (e.user_roles?.[0] ?? "System"); + const actor = tone === "ai" ? "AI · Mira" : (e.user_roles?.[0] ?? "System"); return (
  • , title: "No AI call activity", - body: "Meera's call summary appears here once she's connected.", + body: "Mira's call summary appears here once she's connected.", }, other: { icon: , diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 53fc052..43f556f 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: "Meera, your AI scheduler, calls customers within seconds of capture." }, + { icon: , title: "Auto-dial leads", desc: "Mira, 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) => (