# Customer Experience: Trivia night landing | Vronika

The trivia landing captures an interested guest, prefills known information, and can transfer the selected context into the reservation flow.

---

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

## How It Works

1. The form loads any lead prefill available for the current device.
2. Submitting interest posts to /api/leads.
3. The page builds reservation query parameters and sends the guest into reservations with that context.

## Features

- Trivia campaign content
- Lead prefill
- Lead capture
- Contextual 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.