diff --git a/README.md b/README.md index 6685bd9..8e0b1a5 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,6 @@ Two revenue streams from one codebase: 1. **Done-for-you setup** — sell automation setup as a fixed package plus a monthly maintenance retainer. A ready-to-use sales page lives at [`/services`](app/services/page.tsx) with packages, pricing, process, and FAQ, all driven by [`lib/service.ts`](lib/service.ts). Point the **Book a call** buttons at your scheduler with `NEXT_PUBLIC_BOOKING_URL` (or set `NEXT_PUBLIC_CONTACT_EMAIL` for a mailto fallback). 2. **Self-serve SaaS** (optional) — host it, keep the free BYO-key tier, and gate scheduling/history behind a paid tier. -### Selling the service - -Edit your packages and copy in [`lib/service.ts`](lib/service.ts), set `NEXT_PUBLIC_BOOKING_URL`, and the live demo on the home page funnels visitors straight to `/services` and a booked call. - ## Scripts - `pnpm dev` / `pnpm build` / `pnpm start`