# Customer Experience: Restaurant home | Vronika

The public home page introduces the venue, promotes upcoming events, displays customer reviews, and routes guests into reservations, the menu, private events, and SMS contact.

---

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

## How It Works

1. The page requests upcoming events and a cached pool of featured reviews from the Trifecta API.
2. It estimates and sorts event dates, selects the next events, and lets a guest rotate through cached reviews without another request.
3. Responsive video, venue imagery, service categories, lead forms, and tracked calls to action guide the guest into the next task.

## Features

- Responsive desktop and mobile hero video
- Upcoming-event feed sorted to the next occurrence
- Tap-to-refresh review cards from a client-side pool
- Venue lightbox with keyboard navigation
- SMS and lead-form conversion paths

## Integrations

- Trifecta events API
- Trifecta reviews API
- Blooio SMS/iMessage links
- Meta Pixel content and registration tracking

---

## 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.