Our Evening

Source: apps/frontend/app/[locale]/(landing)/experiences/our-evening/page.tsx
Doc Status: Excellent | ✓ Clear summary | ✓ Easy to read | ✓ Matches code | ✓ Good structure | ✓ Professional look | ✓ Visual components

Why This Matters

First-time visitors often wonder what exactly happens during an evening at House of Legends. They’ve seen the shows, read the reviews, but the full arc of the experience — from arrival to after-show cocktails — remains a mystery. The Our Evening page paints that picture: a detailed timeline so guests know exactly what they’re signing up for. This transparency builds confidence and drives bookings.

Guest Journey

1

See the Evening Overview

Guest lands on the page and is greeted by a hero with the title “Our Evening.” The subtitle sets expectations for the night ahead — this is an evening of performance, dining, and social connection.
2

Walk Through the Timeline

The main section presents a detailed timeline of the evening. Guests see at a glance:
TimeEvent
4:00 PMVenue opens, guest arrival
6:30 PMBooking closes for dinner show
7:30 PMCurtain raises — show begins
8:15 PMInteractive segment
9:00 PMCurtain falls
10:00 PMCocktails and live music
Each item includes a description of what that moment involves.
3

Choose Your Experience Style

Three icon cards present different ways to experience the evening:
  • Enchanted Afterwork — Arrive around 6:30pm for drinks and the show
  • Legendary Performance — Full dinner theater experience starting at 4pm
  • Interactive After Show — Join for the post-show social (9pm onwards)
4

Read Guest Reviews

A section links to Google Reviews where past guests share their firsthand experiences. This social proof reinforces the decision to book.
5

Plan Your Visit

The page ends with a clear call to action: book tickets or explore upcoming shows.

Evening Timeline Visual


Key Concepts

ConceptDescription
Curtain RaisesThe moment the show officially begins
Interactive SegmentPortion of the show where audience participation is encouraged
After ShowPost-performance socializing with cocktails and live music
Booking WindowTime before the show when dinner reservations can be made

4:00 PM — Venue Opens

Guests begin arriving. The venue transitions from daytime setup to evening atmosphere.

6:30 PM — Booking Closes

Last call for dinner show reservations. Guests who arrive after this can still attend the show but may not have dinner service.

7:30 PM — Curtain Raises

The main show begins. Guests are treated to the full House of Legends experience — performance, dining (for dinner guests), and theatrical production.

8:15 PM — Interactive Segment

The show shifts to an interactive mode where guests may be invited to participate. This is a hallmark of the House of Legends experience.

9:00 PM — Curtain Falls

The main show concludes. Guests proceed to the after-show area.

10:00 PM — Cocktails and Live Music

The evening continues with drinks, music, and networking. This is the social portion of the night.

Technical Details

ComponentFilePurpose
PageHerocomponents/marketing/page-hero.tsxHero banner
TimelineSectioncomponents/marketing/sections/timeline-section.tsxEvening timeline
IconCardsGridcomponents/marketing/sections/icon-cards-grid.tsxThree experience types
GoogleReviewsCTAcomponents/marketing/sections/google-reviews-link.tsxLink to reviews
VisitCTASectioncomponents/marketing/visit-cta-section.tsxBooking CTA
SectionWrappercomponents/marketing/section-wrapper.tsxLayout container
SectionDividercomponents/marketing/section-divider.tsxVisual separator

Route

/experiences/our-evening

Timeline Data

The timeline data comes from ~/lib/data/our-experience.ts:
export const timelineItems = [...];
export const timelineBoxes = [...];
These are mapped with internationalized messages from paraglide-js:
m.our_experience_time_4pm();
m.our_experience_entrance_title();
m.our_experience_entrance_description();
// ... etc

Icon Cards

The three experience types use the Clock icon from Lucide React and display:
  • Enchanted Afterwork
  • Legendary Performance
  • Interactive After Show

See Also

Dinner Theater

The full dinner theater experience

Booking

How to reserve tickets

Guest Profiles

Manage your visit

Reviews

What past guests say