rename AI scheduler Maya -> Meera
This commit is contained in:
parent
da28239019
commit
8ac329538f
@ -248,7 +248,7 @@ function CurrentAppShell() {
|
||||
<Sparkles size={14} className="text-white" />
|
||||
</div>
|
||||
<div className="flex-1 min-w-0">
|
||||
<div className="text-[12.5px] font-semibold text-[#9D0D24]">Maya is on the line</div>
|
||||
<div className="text-[12.5px] font-semibold text-[#9D0D24]">Meera is on the line</div>
|
||||
<div className="text-[11.5px] text-stone-500 dark:text-zinc-400 mt-0.5">
|
||||
The AI scheduler is placing the call right now. This page refreshes on completion.
|
||||
</div>
|
||||
|
||||
@ -864,7 +864,7 @@ function DetailPage({
|
||||
<Sparkles size={15} className="text-white" />
|
||||
</div>
|
||||
<div>
|
||||
<div className="text-[13px] font-semibold text-[#e31837]">Maya is on the call</div>
|
||||
<div className="text-[13px] font-semibold text-[#e31837]">Meera is on the call</div>
|
||||
<div className="text-[12px] text-[#5f0229]">The AI scheduler is handling this lead. This page refreshes when complete.</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -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 (
|
||||
<li key={e.id} className="relative pl-7 pb-4 last:pb-0 text-[13px]">
|
||||
<span
|
||||
@ -1115,7 +1115,7 @@ const SECTION_EMPTY: Record<string, { icon: React.ReactNode; title: string; body
|
||||
ai: {
|
||||
icon: <Sparkles size={18} strokeWidth={2} />,
|
||||
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: <Inbox size={18} strokeWidth={2} />,
|
||||
|
||||
@ -76,7 +76,7 @@ export default function Login() {
|
||||
|
||||
<div className="space-y-5">
|
||||
{[
|
||||
{ icon: <PhoneCall size={14} />, title: "Auto-dial leads", desc: "Maya, your AI scheduler, calls customers within seconds of capture." },
|
||||
{ icon: <PhoneCall size={14} />, title: "Auto-dial leads", desc: "Meera, your AI scheduler, calls customers within seconds of capture." },
|
||||
{ icon: <CalendarCheck2 size={14} />, title: "Live slot booking", desc: "Real-time availability against the dealer's calendar." },
|
||||
{ icon: <Sparkles size={14} />, title: "Feedback loop", desc: "Post-drive AI follow-up captures NPS and concerns." },
|
||||
].map((item) => (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user