GRV-Summit-Site/content/consent.ts
“kirukib” 2b419883eb
Some checks are pending
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Waiting to run
Add data consent prompt, shorten privacy copy, and fix ticket text colors.
Replace hero pan animations with gentle opacity breathing, add bottom-right consent modal with accept/decline, condense privacy policy with contact for full details, and ensure ticket card descriptions read green on white cards in the tickets section.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-21 15:38:23 +03:00

21 lines
1.1 KiB
TypeScript

/** Shared copy for data-collection consent checkboxes */
export const dataConsent = {
errorMessage: "You must agree to data collection before submitting.",
label:
"I agree that my personal information may be collected and used by the Ethiopian Diaspora Trust Fund (EDTF) to process my request and communicate about the Great Rift Valley Innovation Summit, in accordance with the",
privacyLinkText: "Privacy Policy",
paymentLabel:
"I agree that my name, email, and payment details may be collected and used by the Ethiopian Diaspora Trust Fund (EDTF) to process my ticket order and send summit-related communications, in accordance with the",
siteEntry: {
storageKey: "grv-summit-data-consent",
title: "Your privacy",
description:
"We collect information you submit on this site to operate GRV Summit. See our Privacy Policy for a short summary.",
checkboxLabel:
"I agree that my information may be collected and used by the Ethiopian Diaspora Trust Fund (EDTF) for summit operations and communications, in line with the",
acceptCta: "Accept",
declineCta: "Decline",
privacyHref: "/privacy",
},
} as const;