From 779929d04c9e60395bd12de9e963688ef1650c9a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:06:51 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." + } ]} /> From be8dd39c2050eab3e9c4b840e369798586413566 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:06:52 +0000 Subject: [PATCH 2/3] Update src/app/ecosystem/page.tsx --- src/app/ecosystem/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." + } ]} /> From 744ab20b491beec4813389f3fbb59586ab456e68 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:06:53 +0000 Subject: [PATCH 3/3] Update src/app/practice/page.tsx --- src/app/practice/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." + } ]} />