From e9a07c6474c2eeb1d3ff91c4e27bb28a3dd9d4df Mon Sep 17 00:00:00 2001 From: Ahmed Iftekhar <93972481+ahmifte@users.noreply.github.com> Date: Sun, 7 Jun 2026 23:50:12 -0700 Subject: [PATCH] Remove selling the service section from README Removed section on selling the service from README. --- README.md | 4 ---- 1 file changed, 4 deletions(-) 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`