feat(website): real DPA + privacy policy pages

Replace the /dpa and /privacy placeholder stubs with full pages (da + en):
- /dpa — GDPR Art. 28 data processing agreement: roles, subject matter, data
  categories, processor obligations, sub-processors (Hetzner, Stripe — EU),
  no third-country transfer, 72h breach notice, audits, deletion, Danish law.
- /privacy — controller privacy notice: data collected, legal basis, cookieless
  Umami analytics, retention, recipients, data-subject rights + Datatilsynet.
Both carry a "draft — pending legal review" banner. Removes their stub entries.
This commit is contained in:
Ronni Baslund
2026-06-05 22:10:11 +02:00
parent 80c8a23688
commit bc0697c3e8
4 changed files with 276 additions and 6 deletions
-2
View File
@@ -17,8 +17,6 @@ const STUBS: Record<string, { legal: boolean }> = {
status: { legal: false },
docs: { legal: false },
blog: { legal: false },
privacy: { legal: true },
dpa: { legal: true },
terms: { legal: true },
sla: { legal: true },
cookies: { legal: true },