User Interface low complexity frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Static Next.js page that renders the full GDPR-compliant privacy policy for the Meander product sales website. Displays structured legal content with semantic HTML headings, lists, and sections covering data collection purposes, processing bases, data subject rights, data controller identification, and a link to Datatilsynet. Includes a visible last-updated date and a print-friendly stylesheet for PDF generation.

Feature: Privacy Policy

privacy-policy-page

Responsibilities

  • Render privacy policy content from MDX or lightweight CMS source
  • Display last-updated date prominently at the top of the page
  • Provide print-friendly layout for procurement PDF generation
  • Ensure WCAG 2.2 AA compliance with semantic headings, lists, and sufficient contrast

Interfaces

renderPolicyContent(content: MDXContent)
getLastUpdatedDate()
printPage()