diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 43bc362..effb906 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -26,16 +26,11 @@ export default function LandingPage() {
@@ -47,10 +42,8 @@ export default function LandingPage() {
title="Begin Your Matter"
description="For high-level inquiries and international collaborations, please connect with our leadership team."
inputs={[
- {
- name: "name", type: "text", placeholder: "Full Name"},
- {
- name: "email", type: "email", placeholder: "Email Address"},
+ { name: "name", type: "text", placeholder: "Full Name" },
+ { name: "email", type: "email", placeholder: "Email Address" },
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-details-inside-church-lamps-stainedglass-windows_169016-21735.jpg"
/>
@@ -62,10 +55,8 @@ export default function LandingPage() {
title="Contact Metrics"
tag="Inquiry"
metrics={[
- {
- id: "c1", value: "24h", description: "Response Time"},
- {
- id: "c2", value: "100%", description: "Confidentiality"},
+ { id: "c1", value: "24h", description: "Response Time" },
+ { id: "c2", value: "100%", description: "Confidentiality" },
]}
metricsAnimation="opacity"
/>
@@ -77,8 +68,7 @@ export default function LandingPage() {
title="Terms of Engagement"
sections={[
{
- heading: "Confidentiality", content: {
- text: "All submissions are protected under strict international solicitor-client privilege."},
+ heading: "Confidentiality", content: { type: "paragraph", text: "All submissions are protected under strict international solicitor-client privilege." },
},
]}
/>
@@ -89,22 +79,8 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rv0ebt"
logoText="TMI"
columns={[
- {
- title: "Navigation", items: [
- {
- label: "Home", href: "/"},
- {
- label: "About", href: "/about"},
- ],
- },
- {
- title: "Resources", items: [
- {
- label: "Legal Review", href: "#"},
- {
- label: "Contact", href: "/contact"},
- ],
- },
+ { title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }] },
+ { title: "Resources", items: [{ label: "Legal Review", href: "#" }, { label: "Contact", href: "/contact" }] },
]}
copyrightText="© 2025 The Majesty International. All Rights Reserved."
/>
diff --git a/src/app/ecosystem/page.tsx b/src/app/ecosystem/page.tsx
index 98d134a..1343e36 100644
--- a/src/app/ecosystem/page.tsx
+++ b/src/app/ecosystem/page.tsx
@@ -25,16 +25,11 @@ export default function LandingPage() {
@@ -46,8 +41,7 @@ export default function LandingPage() {
title="Our Ecosystem"
sections={[
{
- heading: "Network Philosophy", content: {
- text: "We believe in a cohesive ecosystem of experts collaborating across borders."},
+ heading: "Network Philosophy", content: { type: "paragraph", text: "We believe in a cohesive ecosystem of experts collaborating across borders." },
},
]}
/>
@@ -61,8 +55,7 @@ export default function LandingPage() {
description="How the TMI ecosystem supports your legal needs."
faqsAnimation="blur-reveal"
faqs={[
- {
- id: "e1", title: "How to join?", content: "Contact us via our partnership portal."},
+ { id: "e1", title: "How to join?", content: "Contact us via our partnership portal." },
]}
/>
@@ -72,22 +65,8 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rv0ebt"
logoText="TMI"
columns={[
- {
- title: "Navigation", items: [
- {
- label: "Home", href: "/"},
- {
- label: "About", href: "/about"},
- ],
- },
- {
- title: "Resources", items: [
- {
- label: "Legal Review", href: "#"},
- {
- label: "Contact", href: "/contact"},
- ],
- },
+ { title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }] },
+ { title: "Resources", items: [{ label: "Legal Review", href: "#" }, { label: "Contact", href: "/contact" }] },
]}
copyrightText="© 2025 The Majesty International. All Rights Reserved."
/>
diff --git a/src/app/practice/page.tsx b/src/app/practice/page.tsx
index 19521f4..912da19 100644
--- a/src/app/practice/page.tsx
+++ b/src/app/practice/page.tsx
@@ -25,16 +25,11 @@ export default function LandingPage() {
@@ -46,10 +41,8 @@ export default function LandingPage() {
title="Practice Scale"
tag="Expertise"
metrics={[
- {
- id: "p1", value: "100+", description: "Arbitration Awards"},
- {
- id: "p2", value: "50+", description: "Financial Consults"},
+ { id: "p1", value: "100+", description: "Arbitration Awards" },
+ { id: "p2", value: "50+", description: "Financial Consults" },
]}
metricsAnimation="slide-up"
/>
@@ -61,8 +54,7 @@ export default function LandingPage() {
title="Legal Framework"
sections={[
{
- heading: "Compliance Policies", content: {
- text: "Our practice adheres strictly to international ethical standards and legal transparency."},
+ heading: "Compliance Policies", content: { type: "paragraph", text: "Our practice adheres strictly to international ethical standards and legal transparency." },
},
]}
/>
@@ -73,22 +65,8 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rv0ebt"
logoText="TMI"
columns={[
- {
- title: "Navigation", items: [
- {
- label: "Home", href: "/"},
- {
- label: "About", href: "/about"},
- ],
- },
- {
- title: "Resources", items: [
- {
- label: "Legal Review", href: "#"},
- {
- label: "Contact", href: "/contact"},
- ],
- },
+ { title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }] },
+ { title: "Resources", items: [{ label: "Legal Review", href: "#" }, { label: "Contact", href: "/contact" }] },
]}
copyrightText="© 2025 The Majesty International. All Rights Reserved."
/>