const PRIVACY_SECTIONS = [
{ h: "1. Who we are", body: ["Lexamin Legal is the trading name used by Nikhil Amin for marketing and business development purposes. Legal services are provided through regulated law firms where appropriate. This policy explains how we collect, use and protect personal data when you use this website or contact us."] },
{ h: "2. Information we collect", body: ["We may collect information you provide directly, such as your name, email address, telephone number and details of your enquiry when you submit a contact or quote form, call, email or message us via WhatsApp. We may also collect limited technical data (such as browser type and pages visited) through standard website analytics."] },
{ h: "3. How we use your information", body: ["We use your information to respond to enquiries, provide quotations, discuss instructions, and — where you become a client — to pass relevant details to the regulated firm through which your matter will be handled. We do not sell your personal data to third parties."] },
{ h: "4. Sharing your information", body: ["Where you instruct us, your details will be shared with the relevant regulated law firm (such as Taylor Rose or Meadows Ryan) so that formal instructions can be confirmed and your matter progressed. We may also use trusted service providers (for example, email or form-handling providers) who process data on our behalf."] },
{ h: "5. Data retention", body: ["We retain personal data only for as long as necessary to deal with your enquiry or, where applicable, in line with the retention policies of the regulated firm handling your matter."] },
{ h: "6. Your rights", body: ["Under UK data protection law you have rights to access, correct, delete or restrict the use of your personal data. To exercise any of these rights, contact us using the details below."] },
{ h: "7. Contact us", body: ["Questions about this policy can be sent to info@lexaminlegal.com or +44 (0) 7935 011 281."] },
];
const PrivacyApp = () => <LegalPage tag="LEX.PRV" title="Privacy Policy" updated="July 2026" current="" sections={PRIVACY_SECTIONS} />;
ReactDOM.createRoot(document.getElementById("root")).render(<PrivacyApp />);
