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

Description

Static Next.js page at /cookie-policy that discloses all cookies and tracking technologies used on the Meander sales website. Organizes cookies into categories (strictly necessary, functional, analytics, marketing) with per-cookie details including name, purpose, party, and persistence duration. Links to cookie consent management options.

Feature: Cookie Policy

cookie-policy-page

Responsibilities

  • Render categorized cookie disclosure table with name, purpose, first/third-party, and expiry for each cookie
  • Provide clear instructions for managing or withdrawing consent per cookie category
  • Stay current with all third-party scripts deployed on the sales website

Interfaces

CookiePolicyPage() => Widget
CookieCategorySection({ category, cookies }) => Widget
CookieTable({ entries }) => Widget

Relationships

Dependencies (1)

Components this component depends on

Dependents (1)

Components that depend on this component