/* eslint-disable */
// Civil Litigation service page

const civilData = {
  id: "civil",
  title: "Civil Litigation",
  heroTitle: "Civil <em>Litigation.</em>",
  heroLede: "Disputes resolved with patience, precision, and resolve. From pre-suit negotiation through trial, across Pennsylvania and New Jersey.",
  sideTitle: "Measured advocacy when the matter ends up in court.",
  mainTitle: "Methodical, principled, <em>unflinching at trial.</em>",
  intro: [
    "Most disputes can be resolved without a courtroom. Some cannot. Our job is to know the difference, to position your matter so that whichever path is right, you are advancing from strength rather than reacting from weakness.",
    "We represent individuals, families, and closely held businesses in civil disputes across Pennsylvania and New Jersey \u2014 contract claims, real-estate and partnership disagreements, fiduciary and probate contests, and other commercial litigation.",
  ],
  services: [
    { icon: <Icon.Handshake />, title: "Pre-Suit Demand & Negotiation", desc: "Carefully drafted demand letters and direct negotiation \u2014 often the fastest, cheapest path to a workable resolution." },
    { icon: <Icon.Document />, title: "Complaints & Motion Practice", desc: "Pleadings drafted to frame the case on your terms, and dispositive motions that test the other side\u2019s position early." },
    { icon: <Icon.Scale />, title: "Mediation & Arbitration", desc: "Strategic preparation and representation in mediation and binding arbitration \u2014 often the right venue for a sensitive dispute." },
    { icon: <Icon.Shield />, title: "Trial Representation", desc: "Bench and jury trials in state court. Prepared with the same rigor whether the matter is six figures or seven." },
    { icon: <Icon.Estate />, title: "Probate & Fiduciary Disputes", desc: "Will contests, accounting challenges, breach-of-fiduciary-duty claims, and disputes among beneficiaries or co-trustees." },
    { icon: <Icon.Business />, title: "Commercial & Contract Disputes", desc: "Breach of contract, partnership and shareholder disputes, real-estate and landlord/tenant litigation, and collections." },
  ],
  process: [
    { n: "i.", title: "Assess the matter.", desc: "An unrushed initial review of the facts, the documents, and what you actually want out of this. Litigation is expensive; we say so before you spend money." },
    { n: "ii.", title: "Map the strategy.", desc: "A candid memo on the strengths, the weaknesses, the likely costs, and the most efficient sequence \u2014 settle, mediate, or litigate \u2014 to get you where you want to be." },
    { n: "iii.", title: "Engage decisively.", desc: "Whether that means a single well-crafted letter or a complaint filed the next morning, we move at the pace the matter demands and not slower." },
    { n: "iv.", title: "Drive to resolution.", desc: "Most cases settle. We position yours so that the settlement comes from a position of leverage \u2014 and if it doesn\u2019t settle, we are ready for trial." },
  ],
  note: "The best litigators try to avoid trial. The best trial lawyers are ready for it the day they take the case."
};

ReactDOM.createRoot(document.getElementById("root")).render(<ServicePage data={civilData} />);
