# Sales One-Pager — UI Kit

High-fidelity recreation of the **TischTap sales / pricing one-pager deck** (the primary surface in the provided material). A4-proportioned pages rendered in HTML with reusable React components, plus a sticky page-jump nav.

## Run
Open `index.html`. Scroll, or use the floating nav (Cover · Warum · Enthalten · Preise · Pakete).

## Files
- `index.html` — mounts the deck, sticky nav, scroll-spy.
- `kit.css` — page (A4), chips, arrow rows, check lists, callouts, motif, nav.
- `components.jsx` — primitives: `PageFrame`, `Eyebrow`, `TapTarget`, `Ripple`, `FeatureChip`, `CheckItem`, `ArrowRow`, `Callout`, `ImageSlot`, `Icon` (Lucide wrapper).
- `pages.jsx` — `CoverPage`, `WhyPage`, `IncludedPage`, `PricingPage`, `PackagesPage`.

## Recreated from
`uploads/a4-1..7.png` and `11-1..17-1.png`. Layout, copy, and pricing are transcribed verbatim from the source (German).

## Notes
- Photos are intentionally **grey placeholders** (`ImageSlot`) — the source deck itself ships grey placeholders, and no licensed lifestyle photography was provided. Pass `src` to `ImageSlot` to drop in real imagery.
- Type is **Poppins** (Google Fonts substitution — see root README).
- Icons via **Lucide** CDN (`circle-check`, `arrow-right`).
