# Customer Experience: Happy hour landing | Vronika

The happy-hour campaign captures guest interest with device-aware prefill and forwards the selected details into table reservations.

---

**Path:** /platform/frontend/happy-hour
**Canonical:** https://vronika.co/platform/frontend/happy-hour
**Category:** Platform: Customer Experience
**Live Route:** /happy-hour
**Source File:** trifecta/client/src/pages/HappyHour.tsx

## How It Works

1. Known lead fields are requested using the visitor fingerprint.
2. The guest submits the campaign form to /api/leads.
3. Reservation parameters are assembled and the browser continues to the reservation page.

## Features

- Happy-hour campaign content
- Returning-visitor prefill
- Lead capture
- Reservation handoff

## Integrations

- Lead prefill API
- Leads API
- Reservations route
- Visitor identity fingerprint

---

## Sources
Content derived from the live trifectabar.com codebase and deployed platform. This explainer documents implemented code and does not expose protected source routes or business data.