export const privacyPolicy = { title: "Privacy Policy", updated: "May 2025", intro: "EDTF (presenter of GRV Summit) collects only what you submit on this site—such as name, email, and form details—to run the summit and reply to you. We do not sell your data.", sections: [ { heading: "How we use it", body: "To process tickets, booth and partnership requests, pitch applications, and summit updates you opt into.", }, { heading: "Your choices", body: "You can withdraw consent or ask about your data anytime. We keep records only as long as needed for summit operations or the law requires.", }, ], moreDetails: "For a full privacy request, data access, or deletion, contact our team—we will respond with complete information.", contactEmail: "info@grvsummit.com", } as const;