From 49076b76a9868fcc3ad19030020fdca33e89c1ec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:03:16 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a038601..42d8b61 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -68,7 +68,7 @@ export default function ContactPage() { title="Terms of Engagement" sections={[ { - heading: "Confidentiality", content: { type: "paragraph", text: "All submissions are protected under strict international solicitor-client privilege." }, + heading: "Confidentiality", content: { text: "All submissions are protected under strict international solicitor-client privilege." }, }, ]} /> @@ -88,4 +88,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file -- 2.49.1 From e4f02c1133c8f344c48fdd0363d515630c261b29 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:03:16 +0000 Subject: [PATCH 2/3] Update src/app/ecosystem/page.tsx --- src/app/ecosystem/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/ecosystem/page.tsx b/src/app/ecosystem/page.tsx index ece955f..34b7c21 100644 --- a/src/app/ecosystem/page.tsx +++ b/src/app/ecosystem/page.tsx @@ -41,7 +41,7 @@ export default function EcosystemPage() { title="Our Ecosystem" sections={[ { - heading: "Network Philosophy", content: { type: "paragraph", text: "We believe in a cohesive ecosystem of experts collaborating across borders." }, + heading: "Network Philosophy", content: { text: "We believe in a cohesive ecosystem of experts collaborating across borders." }, }, ]} /> @@ -74,4 +74,4 @@ export default function EcosystemPage() { ); -} +} \ No newline at end of file -- 2.49.1 From d1d97063ce405235ec4c308ac7ab584a0105abc7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:03:17 +0000 Subject: [PATCH 3/3] Update src/app/practice/page.tsx --- src/app/practice/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/practice/page.tsx b/src/app/practice/page.tsx index a876924..c6056b8 100644 --- a/src/app/practice/page.tsx +++ b/src/app/practice/page.tsx @@ -54,7 +54,7 @@ export default function PracticePage() { title="Legal Framework" sections={[ { - heading: "Compliance Policies", content: { type: "paragraph", text: "Our practice adheres strictly to international ethical standards and legal transparency." }, + heading: "Compliance Policies", content: { text: "Our practice adheres strictly to international ethical standards and legal transparency." }, }, ]} /> @@ -74,4 +74,4 @@ export default function PracticePage() { ); -} +} \ No newline at end of file -- 2.49.1