// Lexamin Legal — Solicitor registry

const SOLICITORS = [
  {
    id: "nikhil-amin",
    name: "Nikhil Amin",
    role: "Founding Consultant Solicitor",
    badge: "Founder",
    initial: "N",
    portrait: "images/nikhil-amin.jpg",
    summary: "Founding partner with 15+ years in residential property — known for steady hands on high-value, time-critical and leasehold-heavy transactions.",
    bio: [
      "Nikhil is a consultant residential property solicitor with 15+ years' experience advising clients on sales, purchases, leasehold matters, transfers of equity, remortgages and higher-value residential transactions.",
      "After 14 years at Rose & Rose Solicitors LLP — including much of that time as a Partner — he now practises as a consultant solicitor through Taylor Rose and Meadows Ryan, working with clients across London, Surrey and Croydon.",
      "He has acted for a wide range of clients including families moving home, investors, developers and high-net-worth individuals, with particular experience in leasehold matters, title issues, negotiation-heavy transactions and time-sensitive deals where calm, commercially minded advice is essential."
    ],
    specialisms: [
      "High-value & HNW residential",
      "Complex leasehold",
      "Title rectification",
      "Auction property",
      "New build & off-plan",
      "Portfolio refinancing",
      "Bridging finance",
      "Company purchases",
    ],
    contact: {
      phone: "+44 (0) 7935 011 281",
      email: "info@lexaminlegal.com",
      linkedin: "https://www.linkedin.com/in/nikhil-amin-property",
      coverage: "London · Surrey · Croydon",
    },
    profiles: [
      { label: "Taylor Rose profile", href: "https://www.taylor-rose.co.uk/our-people/profile/Nikhil-Amin" },
      { label: "Meadows Ryan profile", href: "https://www.meadowsryan.co.uk/team/nikhil-amin/" },
      { label: "LinkedIn", href: "https://www.linkedin.com/in/nikhil-amin-property" },
    ],
    roles: [
      {
        dates: "Feb 2026 — Present",
        duration: "current",
        title: "Consultant Residential Property Solicitor",
        firm: "Meadows Ryan",
        mode: "Self-employed · Hybrid",
        body: [
          "Advising on residential property transactions with a particular focus on high-value and more bespoke matters, including complex leasehold issues, negotiation-heavy transactions and matters requiring careful client handling.",
          "Working closely with clients, agents and brokers to drive momentum, solve problems early and improve deal certainty."
        ]
      },
      {
        dates: "Jan 2026 — Present",
        duration: "current",
        title: "Consultant Residential Property Solicitor",
        firm: "Taylor Rose",
        mode: "Self-employed · Remote",
        body: [
          "Acting for clients in a wide range of residential property matters including sales, purchases, transfers of equity, leasehold transactions and refinance work.",
          "Known for being commercially minded, accessible and proactive, with a focus on keeping matters moving and managing transactions calmly under pressure."
        ]
      },
      {
        dates: "Apr 2012 — Mar 2026",
        duration: "14 years",
        title: "Partner",
        firm: "Rose & Rose Solicitors LLP",
        mode: "Full-time · On-site",
        body: [
          "Partner in the Residential Property team, advising individuals, families, investors and lenders on high-value and complex residential transactions across London and the South East.",
          "Work included prime residential purchases and sales, new build and off-plan transactions, complex leasehold matters, title investigations and rectification, refinances and portfolio refinancing, auction purchases and sales, and freehold and management company advisory work.",
          "Responsible for supervising matters, maintaining compliance standards and ensuring a consistently high level of client service."
        ]
      }
    ]
  }
];

window.SOLICITORS = SOLICITORS;
