French Mentalist

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

Why This Matters

The French Mentalist is a one-night-only event — a guest performance that stands apart from our regular programming. Unlike recurring shows that guests can book any week, this performance has a single window: April 23, 2026. The landing page does the work of building anticipation, telling the performer’s story, and making it easy to book before tickets disappear.

Guest Journey

1

Feel the Intrigue

Guest lands on the page and is immediately drawn into the hero — a dramatic, cinematic presentation of the French Mentalist. The page establishes that this is something special: a premium, exclusive evening they won’t want to miss.
2

Understand What Makes This Unique

The About section explains the craft of mentalism — mind reading, psychological illusions, feats of mental dexterity. Guests learn they’re not just watching a magic show; they’re experiencing an intimate art form.
3

Meet the Artist

The Artist section builds credibility. Guests see who the performer is, their credentials, and why House of Legends invited them. This isn’t a random act — it’s a curated cultural experience.
4

Know the Logistics

The Details section removes ambiguity: date, time, venue, duration, and any special instructions. Guests know exactly what they’re committing to.
5

See the Show Quality

The Gallery showcases photos and visuals that demonstrate the show’s caliber. Guests can visualize themselves there.
6

Review Options

The Pricing section shows ticket tiers and any available packages. Guests can compare options and choose what fits their evening.
7

Book or Ask

A reservation form sits inline on the page — no redirect needed. Guests fill in their details and complete payment without leaving. For those with questions, an inquiry option is available.

Booking Flow

Unlike our standard booking that redirects to /booking, this special event keeps guests on the page. The inline reservation form opens when they click “Book Now” from the hero, pricing, or CTA section. Note: This is a one-time guest performer show on April 23, 2026 — not part of recurring House of Legends programming.

Key Concepts

ConceptDescription
Guest PerformerA visiting artist (not a regular House of Legends cast member)
Special EventA show with limited run dates, distinct from recurring programming
MentalismPerformance art involving mind reading, psychological illusions, and feats of mental dexterity

Technical Details

ComponentFilePurpose
FrenchMentalistHerocomponents/experiences/french-mentalist/french-mentalist-hero.tsxHero section with booking CTA
FrenchMentalistAboutcomponents/experiences/french-mentalist/french-mentalist-about.tsxAbout the show
FrenchMentalistArtistcomponents/experiences/french-mentalist/french-mentalist-artist.tsxPerformer biography
FrenchMentalistDetailscomponents/experiences/french-mentalist/french-mentalist-details.tsxEvent logistics
FrenchMentalistGallerycomponents/experiences/french-mentalist/french-mentalist-gallery.tsxPhoto gallery
FrenchMentalistPricingcomponents/experiences/french-mentalist/french-mentalist-pricing.tsxTicket pricing
FrenchMentalistCTAcomponents/experiences/french-mentalist/french-mentalist-cta.tsxCall-to-action
FrenchMentalistFootercomponents/experiences/french-mentalist/french-mentalist-footer.tsxPage footer
ReservationFormcomponents/experiences/french-mentalist/reservation-form.tsxInline reservation form
SectionDividercomponents/marketing/section-divider.tsxVisual separator

Route

/experiences/french-mentalist

Reservation Modal

The page uses a controlled showReservation state. When a guest clicks “Book Now” in the hero, pricing, or CTA sections, the ReservationForm modal opens inline.
const [showReservation, setShowReservation] = useState(false);

Booking Flow

Unlike the standard booking flow that redirects to /booking, this page uses an inline reservation form for the special event. Guests fill in their details and submit directly on the page.

See Also

Our Evening

What to expect during any evening

Dinner Theater

Full dinner theater experience

Booking

Standard ticket booking

Guest Profiles

Manage reservations