const TERMS_SECTIONS = [
{ h: "1. About this website", body: ["This website is operated by Lexamin Legal, the trading name used by Nikhil Amin for marketing and business development purposes. By using this website you accept these terms of use."] },
{ h: "2. No legal advice", body: ["Content on this website is provided for general information only and does not constitute legal advice. Formal legal advice is only given once instructions have been accepted by the relevant regulated law firm."] },
{ h: "3. Regulatory status", body: ["Lexamin Legal is not itself a regulated law firm. Nikhil Amin practises as a Consultant Solicitor, and legal services are provided through regulated firms (such as Taylor Rose and Meadows Ryan) where appropriate. The appropriate regulated firm will be confirmed before any instructions are accepted."] },
{ h: "4. Website content", body: ["We take reasonable care to keep information on this website accurate and up to date, but we make no warranties as to its completeness or accuracy. We may update or remove content at any time without notice."] },
{ h: "5. Links to other websites", body: ["This site may link to third-party websites, including regulated firm profile pages. We are not responsible for the content of external websites."] },
{ h: "6. Liability", body: ["To the fullest extent permitted by law, we accept no liability for any loss arising from use of this website or reliance on its content."] },
{ h: "7. Governing law", body: ["These terms are governed by the laws of England and Wales."] },
{ h: "8. Contact us", body: ["Questions about these terms can be sent to info@lexaminlegal.com or +44 (0) 7935 011 281."] },
];
const TermsApp = () => <LegalPage tag="LEX.TOU" title="Website Terms of Use" updated="July 2026" current="" sections={TERMS_SECTIONS} />;
ReactDOM.createRoot(document.getElementById("root")).render(<TermsApp />);
