# Landing pages Three persona-tagged landing pages per `docs/PLAN.md` §2.3 and `docs/DEMO-PLAN.md` §3 / §7. Static HTML, zero build step, ship to Cloudflare Pages. ## Structure ``` landing/ ├── _shared/styles.css shared CSS (system fonts, no externals) ├── shopify-pet/index.html Shopify operator (priority: pet supplies) ├── bookkeeper/index.html bookkeeper / freelance accountant ├── revops/index.html marketing / RevOps agency └── README.md this file ``` Each page: - Inherits `landing/_shared/styles.css` - Overrides the `--accent` colour variable in an inline `