// Single source of truth for the exact wording shown to the user. // The API stores CONSENT_TEXT server-side rather than trusting the client, // so the stored proof always matches what was actually displayed. export const CONSENT_TEXT = "I consent to Neireva collecting and using my personal data (name, company, position and email address) for the purpose of contacting me regarding its services and sending me marketing communication including newsletters."; export const ACKNOWLEDGMENT_TEXT = "I understand I may withdraw my consent at any time by clicking the unsubscribe link in any email or by contacting Neireva directly."; // Bump this whenever the wording above changes. export const CONSENT_VERSION = "2026-06";