);
}
// ────────────────────────────────────────────────────────────────────
// Three big numbers — the whole pitch
function TOPitch() {
const isMobile = useIsMobile();
const nums = [
{
stat: '−1', unit: 'server',
label: 'Labor',
body: 'One tablet per table covers 2–3× the section. In Hawaii, that\'s $20+/hr per shift saved.',
},
{
stat: '<10s', unit: '',
label: 'Speed',
body: 'Order tap → kitchen ticket. No waiting for a server to come over and no order mix-ups.',
},
{
stat: '$0', unit: 'upfront',
label: 'Recession-friendly',
body: 'Keep your POS. Add tablets. Pay monthly. No big capital outlay during a tight year.',
},
];
return (
Anywhere guests reorder multiple times in a sitting.
{fits.map(f => (
{f.tag}
{f.body}
))}
);
}
// ────────────────────────────────────────────────────────────────────
function TOHowItWorks() {
const isMobile = useIsMobile();
const steps = [
{ n: '1', label: 'Guest taps the tablet', body: 'Menu in their language, photos, prices. They order at their pace, no waiting for a server.' },
{ n: '2', label: 'Kitchen sees it instantly', body: 'Order routes to the right printer (kitchen, bar, server station) in under 10 seconds.' },
{ n: '3', label: 'POS logs the sale', body: 'Toast, Clover, or Verona records the transaction. Reports, taxes, tips — your normal close.' },
];
return (
How it works
Three steps. No order errors.
{steps.map(s => (
{s.n}
{s.label}
{s.body}
))}
{/* AYCE callout — compressed */}
AYCE
All-You-Can-Eat runs itself. Dinner timer on-screen, round tracking, throttling — Sura Hawaii uses it nightly.
);
}
// ────────────────────────────────────────────────────────────────────
function TOPosPartners() {
const isMobile = useIsMobile();
const partners = [
{ name: 'Toast', body: 'Cloud-based POS for restaurants. Online ordering and team management.' },
{ name: 'Clover', body: 'All-in-one POS with payments, inventory, and customer tools.' },
{ name: 'Verona', body: 'Restaurant POS with real-time reports and multi-channel orders.' },
];
return (
Keep your POS.
Zorder plugs into all three major restaurant POS platforms used in Hawaii.
Every tablet order lands directly in your existing system — no double entry.