Merge version_1 into main #7

Merged
bender merged 3 commits from version_1 into main 2026-05-18 13:04:19 +00:00
3 changed files with 3 additions and 6 deletions

View File

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

View File

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

View File

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