Booking Confirmation Page
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Static confirmation page rendered on the Sales Website after a prospect submits the demo booking form. Displays acknowledgement messaging and sets expectations for follow-up from Norse Digital Products.
booking-confirmation-page
Sources & reasoning
Source line 386 names Booking Confirmation as a canonical feature of sales-demo. Sales Website is MVP-scope (line 252-255) and information-only with no backend, so confirmation must be a static page + transactional email pair. Depends on booking-form because confirmation is post-submission.
-
docs/source/likeperson.md · line 386sales-demo | Demo Booking | Booking Form, Booking Confirmation
-
docs/source/likeperson.md · line 160-169Product 4: Product Sales Website (simple static site) ... Scope: Information-only. No authentication, no user accounts, no database, no shared runtime with the operational products.
Responsibilities
- Render confirmation heading and acknowledgement message after successful form submission
- Communicate next steps and expected response timeline to the prospect
- Provide navigation back to the main Sales Website
- Reflect Meander brand styling consistent with the rest of the Sales Website
- Handle direct/refresh access gracefully without exposing prospect data
Interfaces
render(): HTMLDocument
onNavigateHome(): void