From fef38cbe97ee920859f1c70672d73ef613c45939 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:04:15 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 42d8b61..23d4f04 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -68,8 +68,7 @@ export default function ContactPage() { title="Terms of Engagement" sections={[ { - heading: "Confidentiality", content: { text: "All submissions are protected under strict international solicitor-client privilege." }, - }, + heading: "Confidentiality", content: "All submissions are protected under strict international solicitor-client privilege."}, ]} /> From 38b6b4206399c485cbed5ed89afceb52f13a77fe Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:04:16 +0000 Subject: [PATCH 2/3] Update src/app/ecosystem/page.tsx --- src/app/ecosystem/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/ecosystem/page.tsx b/src/app/ecosystem/page.tsx index 34b7c21..549dec3 100644 --- a/src/app/ecosystem/page.tsx +++ b/src/app/ecosystem/page.tsx @@ -41,8 +41,7 @@ export default function EcosystemPage() { title="Our Ecosystem" sections={[ { - heading: "Network Philosophy", content: { text: "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 f8a233c1972366b3bc7643283e7132aff39d288c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:04:16 +0000 Subject: [PATCH 3/3] Update src/app/practice/page.tsx --- src/app/practice/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/practice/page.tsx b/src/app/practice/page.tsx index c6056b8..014d73e 100644 --- a/src/app/practice/page.tsx +++ b/src/app/practice/page.tsx @@ -54,8 +54,7 @@ export default function PracticePage() { title="Legal Framework" sections={[ { - heading: "Compliance Policies", content: { text: "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."}, ]} />