// direction-a-extras.jsx — new chapters added on the second pass // (Customer-branded app, end-of-day ritual, ROI calculator, single-tier pricing // with competitor comparison). Same visual language as direction-a.jsx — uses the // DA token object & helpers exposed there. // Pricing — single source of truth lives in pricing-constants.js. const P = window.WERKD_PRICING || { owner: 99, seat: 59, ownerAnnual: 999, seatAnnual: 599, trialDays: 14, annual: 1188 }; // White-label customer PWA mock — "Mike's Plumbing" branded function BrandedCustomerApp({ width = 320, theme = 'light' }) { return (
Your logo. Your name leads. They track their jobs, pay invoices, and text you — through an app they save to their home screen, no app-store download. Werkd stays in the background.
Three sliders. Real industry numbers. Move them around — the math updates as you go.
{'One owner, $' + P.owner + '/mo — everything included, no feature add-ons. Add crew (techs and other non-admin users) at $' + P.seat + '/mo each. Free for ' + P.trialDays + ' days, no card. Cancel anytime — no contract.'}
No credits to buy, nothing that expires on the 20th, no per-quote charges. Diagnosis, quoting, voice, reminders — all part of the $99, used the way a working day actually uses them.
Fair-use limits apply.