Privacy Policy Page
Component Detail
User Interface
low complexity
frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Static Next.js route at /privacy-policy rendering the full GDPR-compliant privacy policy for the Meander sales website. Displays structured sections covering data controller identity, lawful bases, data subject rights, retention periods, and third-party processors in plain language. Includes a visible last-updated date and version identifier.
privacy-policy-page
Responsibilities
- Render the full privacy policy document with logical heading hierarchy (h1-h4) for WCAG 2.2 AA compliance
- Display last-updated date and version identifier prominently
- Link to Cookie Policy and Demo Booking form as required by cross-policy references
- Support MDX or CMS-backed content to allow legal updates without code deployments
Interfaces
GET /privacy-policy
renderPrivacyPolicy(): ReactNode