Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -26,16 +26,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Practice Areas", id: "/practice"},
|
||||
{
|
||||
name: "Ecosystem", id: "/ecosystem"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Practice Areas", id: "/practice" },
|
||||
{ name: "Ecosystem", id: "/ecosystem" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="TMI"
|
||||
/>
|
||||
@@ -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."
|
||||
/>
|
||||
|
||||
@@ -25,16 +25,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Practice Areas", id: "/practice"},
|
||||
{
|
||||
name: "Ecosystem", id: "/ecosystem"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Practice Areas", id: "/practice" },
|
||||
{ name: "Ecosystem", id: "/ecosystem" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="TMI"
|
||||
/>
|
||||
@@ -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." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
|
||||
@@ -25,16 +25,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Practice Areas", id: "/practice"},
|
||||
{
|
||||
name: "Ecosystem", id: "/ecosystem"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Practice Areas", id: "/practice" },
|
||||
{ name: "Ecosystem", id: "/ecosystem" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="TMI"
|
||||
/>
|
||||
@@ -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."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user