function Who() { const isMobile = useMediaQuery('(max-width: 768px)'); const segments = [ { icon: ( ), label: 'Restaurants', detail: 'Take orders, handle reservations, answer menu questions in real time.', tag: '12,400 calls/mo', }, { icon: ( ), label: 'Clinics & healthcare', detail: 'Book appointments, answer FAQs, send reminders without staff overhead.', tag: 'HIPAA-aware', }, { icon: ( ), label: 'Real estate', detail: 'Qualify inbound inquiries, capture intent, book site visits automatically.', tag: 'Lead routing', }, { icon: ( ), label: 'E-commerce & retail', detail: 'Order status, returns, complaints, product info — handled end-to-end.', tag: 'CRM sync', }, ]; return (
01 — WHO IT'S FOR

Built for any business that
can't afford to
miss a ring.

If your business gets repetitive inbound calls and your staff can't keep up — or shouldn't have to — CallAxis handles it.

{segments.map((s, i) => (
e.currentTarget.style.background = 'var(--bg-2)'} onMouseLeave={(e) => e.currentTarget.style.background = 'var(--bg)'} >
{s.icon}
{s.label}
{s.detail}
{s.tag.toUpperCase()}
))}
); } window.Who = Who;