Merge version_1 into main #6
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user