TermsOfServicePage
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Static page displaying the full Terms of Service for Norse Digital Products and the Meander Sales Website. Renders all contractual sections including permitted use, intellectual property, disclaimers, liability limitations, and governing law under Norwegian jurisdiction. Requires no authentication and is accessible from the site footer and demo-booking confirmation screen.
terms-of-service-page
Sources & reasoning
Listed explicitly in the Sales Website product description at line 224. Grouped under "Privacy policy og vilkår" in the Fase 1 MVP scope at line 336 (vilkår = terms/conditions). Phase mapping: Fase 1 → "MVP". Standard legal requirement for a commercial SaaS sales site before any demo or procurement interaction.
-
docs/source/likeperson.md · line 224Privacy policy, Terms of Service, Data Processing Agreement, Cookie Policy
-
docs/source/likeperson.md · line 336Privacy policy og vilkår
Responsibilities
- Render all Terms of Service sections in a readable, structured layout
- Provide anchor links for each major section to support direct deep-linking
- Ensure the page is accessible without authentication from any entry point
- Display last-updated date and version identifier for legal traceability
- Surface a prominent back-link or footer reference to the demo-booking confirmation flow
Interfaces
render(): HTMLElement
getSectionAnchor(sectionId: string): string