# Digital Menu — UI Kit

High-fidelity recreation of the **guest-facing link / digital-menu page** that a TischTap QR/NFC table card opens (the phone screens shown in the sales deck). A Linktree-style restaurant hub inside an iPhone frame, with an interactive click-through to the menu.

## Run
Open `index.html`. Tap **Digitales Menü** to open the menu (category tabs, items, prices); tap **WLAN verbinden** to expand the network + password with a copy button; **Zurück** returns.

## Files
- `index.html` — mounts `MenuApp` inside the iOS frame.
- `kit.css` — link page, rows, wifi expand, opening hours, menu screen.
- `menu-app.jsx` — `LinkPage`, `MenuScreen`, `MenuApp`, plus the demo restaurant + menu data (`Gusto by Giovanni`, a real client name from the deck).
- `ios-frame.jsx` — iPhone bezel (starter component).

## Recreated from
The phone mockups on `uploads/13-1.png` (gusto link page + orange menu) and `uploads/14-1.png` (Abla's Breakfast link list). Row structure, "Powered by …" footer, and link types are transcribed from those screens (footer rebranded to **TischTap**).

## Notes
- Dish thumbnails are grey placeholders — no food photography was provided.
- Social brand glyphs aren't in Lucide, so Instagram → `camera` and Facebook → `thumbs-up` as neutral stand-ins. ⚠️ Swap for real brand marks when available.
- Type **Poppins** (substitution); icons via **Lucide** CDN.
