// Mobile Call Bar — fixed bottom one-tap order bar (mobile only) function MobileCallBar() { const { NAP, PhoneIcon } = window; return (
Call to Order · {NAP.phone}
); } window.MobileCallBar = MobileCallBar;