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."}, ]} /> 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."}, ]} /> 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."}, ]} />