Synced to VinSolutions
Conversation #VX-2451 · est. lift +3.4×
);
}
function Hero() {
return (
v2
Now live for auto dealerships in 14 states
The 60-second lead-response agent.
Vexara calls every inbound lead in under a minute, qualifies them, and books the next step — as your business, on your CRM, around the clock. No new tools for your team to learn.
);
}
// ============================================================
// SHIFTS
// ============================================================
function Shifts() {
const cards = [
{
icon: ,
title: 'After-Hours Response',
desc: 'A lead hits your form at 8 pm. Vexara calls them back in 60 seconds, qualifies them, and books the next step — before your team starts tomorrow.',
meta1: 'Avg latency', val1: '60s',
meta2: 'Coverage', val2: '24/7'
},
{
icon: ,
title: 'Morning Prioritization',
desc: 'Every morning at 7 am, Vexara scores every open lead on intent — site behavior, CRM history, recency — and hands reps a ranked call list with exactly what to say.',
meta1: 'Runs at', val1: '7:00 AM',
meta2: 'Signals', val2: '40+'
},
{
icon: ,
title: 'Cross-Sell Triggers',
desc: 'Vexara reads every support interaction, service record, or lifecycle event for signals a customer is ready for the next purchase — then drafts the outreach. Your team hits send.',
meta1: 'Reads', val1: 'CRM + service',
meta2: 'Output', val2: 'Drafted msg'
}
];
return (
Solutions
Three shifts we run for you.
Vexara sits on top of your existing CRM. Your team keeps its workflow. Your leads stop dying between shifts.
{cards.map((c, i) => (
{c.icon}
{c.title}
{c.desc}
{c.meta1} · {c.val1}{c.meta2} · {c.val2}
))}
);
}
// ============================================================
// TRANSCRIPT — scroll-driven
// ============================================================
const TRANSCRIPT = [
{ who: 'agent', name: 'Vexara · as Northland Auto', text: "Hi Marcus, this is Riley calling from Northland Auto — you just submitted an inquiry on the 2024 4Runner. Got a quick second?" },
{ who: 'lead', name: 'Marcus (lead)', text: "Yeah — wow, that was fast. I literally just hit submit." },
{ who: 'agent', name: 'Vexara', text: "We try to catch you while it's still top of mind. Are you trading something in, or is this an addition?" },
{ who: 'lead', name: 'Marcus', text: "Trading my '19 Tacoma. Maybe this weekend if the numbers work." },
{ who: 'agent', name: 'Vexara', text: "Got it. Saturday 10:30 works — I can hold a 4Runner with the tow package and have a trade quote ready. Sound good?" },
{ who: 'lead', name: 'Marcus', text: "Yeah, lock it in." },
{ who: 'agent', name: 'Vexara', text: "Booked. You'll get a confirmation text and Tony, your sales advisor, will meet you at the showroom." }
];
function Transcript() {
const [visible, setVisible] = useState(0);
const sectionRef = useRef(null);
useEffect(() => {
const obs = new IntersectionObserver((entries) => {
entries.forEach(e => {
if (e.isIntersecting) {
// progressively reveal
let i = 0;
const tick = () => {
i++;
setVisible(i);
if (i < TRANSCRIPT.length) setTimeout(tick, 700);
};
tick();
obs.disconnect();
}
});
}, { threshold: 0.25 });
if (sectionRef.current) obs.observe(sectionRef.current);
return () => obs.disconnect();
}, []);
return (
How it runs
A real call, on tape.
Vexara handles the call as your business — never as “Vexara.” Warm, regionally neutral, no robotic latency. Every call is logged, transcribed, and synced back to your CRM with sentiment, objections, and the booked datetime.
Drag the inputs to your numbers. The output assumes ~40% of inbound leads arrive after hours and Vexara converts them at 3× your current baseline.
setLeads(+e.target.value)} />
setAcv(+e.target.value)} />
setBaseline(+e.target.value)} />
How it's calculated: 40% of your leads arrive after hours. Vexara converts those at 3× your current rate. The delta is incremental revenue Vexara captures without changing your team's workflow.
Estimated incremental revenue
{fmtMoney(annualRevenue)}/yr
≈ {fmtMoney(monthlyRevenue)} / month from rescued after-hours leads
“We used to lose every lead that came in after 6 pm. Now they’re booked before our BDC opens. The math is unreal — Vexara paid for itself the first weekend.”
GM · 9-rooftop dealership group · Midwest
);
}
// ============================================================
// FINAL CTA
// ============================================================
function FinalCTA() {
return (
See Vexara running against a live CRM.
20-minute walkthrough — your stack, your flow, your exact integration path mapped out.