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

Description

Static Next.js page displaying the full cookie policy with cookies categorized by purpose (strictly necessary, analytics, marketing). Each cookie entry shows name, provider, purpose, and expiry duration in a structured, readable layout.

Feature: Cookie Policy

cookie-policy-page

Responsibilities

  • Render categorized cookie tables (strictly necessary, analytics, marketing)
  • Display cookie name, provider, purpose, and expiry for each entry
  • Provide clear explanations of how visitors can manage or withdraw consent
  • Link to Cookie Consent Widget for preference changes

Interfaces

renderCookieCategory(category: CookieCategory)
renderCookieTable(cookies: Cookie[])
renderConsentManagementSection()
getStaticProps()