diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 23d4f04..25c1731 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -68,7 +68,8 @@ export default function ContactPage() { title="Terms of Engagement" sections={[ { - heading: "Confidentiality", content: "All submissions are protected under strict international solicitor-client privilege."}, + heading: "Confidentiality", content: "All submissions are protected under strict international solicitor-client privilege." + } ]} /> diff --git a/src/app/ecosystem/page.tsx b/src/app/ecosystem/page.tsx index 549dec3..c0cb0e9 100644 --- a/src/app/ecosystem/page.tsx +++ b/src/app/ecosystem/page.tsx @@ -41,7 +41,8 @@ export default function EcosystemPage() { title="Our Ecosystem" sections={[ { - heading: "Network Philosophy", content: "We believe in a cohesive ecosystem of experts collaborating across borders."}, + heading: "Network Philosophy", content: "We believe in a cohesive ecosystem of experts collaborating across borders." + } ]} /> diff --git a/src/app/practice/page.tsx b/src/app/practice/page.tsx index 014d73e..12e9c56 100644 --- a/src/app/practice/page.tsx +++ b/src/app/practice/page.tsx @@ -54,7 +54,8 @@ export default function PracticePage() { title="Legal Framework" sections={[ { - heading: "Compliance Policies", content: "Our practice adheres strictly to international ethical standards and legal transparency."}, + heading: "Compliance Policies", content: "Our practice adheres strictly to international ethical standards and legal transparency." + } ]} />