Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -23,68 +23,68 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<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" },
|
||||
]}
|
||||
brandName="TMI"
|
||||
/>
|
||||
</div>
|
||||
<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" },
|
||||
]}
|
||||
brandName="TMI"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-page" data-section="contact-page">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
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" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-details-inside-church-lamps-stainedglass-windows_169016-21735.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact-page" data-section="contact-page">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
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" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-details-inside-church-lamps-stainedglass-windows_169016-21735.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Contact Metrics"
|
||||
tag="Inquiry"
|
||||
metrics={[
|
||||
{ id: "c1", value: "24h", description: "Response Time" },
|
||||
{ id: "c2", value: "100%", description: "Confidentiality" },
|
||||
]}
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Contact Metrics"
|
||||
tag="Inquiry"
|
||||
metrics={[
|
||||
{ id: "c1", value: "24h", description: "Response Time" },
|
||||
{ id: "c2", value: "100%", description: "Confidentiality" },
|
||||
]}
|
||||
metricsAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Terms of Engagement"
|
||||
sections={[
|
||||
{
|
||||
heading: "Confidentiality", content: { type: "paragraph", text: "All submissions are protected under strict international solicitor-client privilege." },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Terms of Engagement"
|
||||
sections={[
|
||||
{
|
||||
heading: "Confidentiality", content: { text: "All submissions are protected under strict international solicitor-client privilege." },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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" }] },
|
||||
]}
|
||||
copyrightText="© 2025 The Majesty International. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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" }] },
|
||||
]}
|
||||
copyrightText="© 2025 The Majesty International. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -22,55 +22,55 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<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" },
|
||||
]}
|
||||
brandName="TMI"
|
||||
/>
|
||||
</div>
|
||||
<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" },
|
||||
]}
|
||||
brandName="TMI"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Our Ecosystem"
|
||||
sections={[
|
||||
{
|
||||
heading: "Network Philosophy", content: { type: "paragraph", text: "We believe in a cohesive ecosystem of experts collaborating across borders." },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Our Ecosystem"
|
||||
sections={[
|
||||
{
|
||||
heading: "Network Philosophy", content: { text: "We believe in a cohesive ecosystem of experts collaborating across borders." },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Ecosystem Queries"
|
||||
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." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Ecosystem Queries"
|
||||
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." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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" }] },
|
||||
]}
|
||||
copyrightText="© 2025 The Majesty International. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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" }] },
|
||||
]}
|
||||
copyrightText="© 2025 The Majesty International. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -22,55 +22,55 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<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" },
|
||||
]}
|
||||
brandName="TMI"
|
||||
/>
|
||||
</div>
|
||||
<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" },
|
||||
]}
|
||||
brandName="TMI"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Practice Scale"
|
||||
tag="Expertise"
|
||||
metrics={[
|
||||
{ id: "p1", value: "100+", description: "Arbitration Awards" },
|
||||
{ id: "p2", value: "50+", description: "Financial Consults" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="metric" data-section="metric">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Practice Scale"
|
||||
tag="Expertise"
|
||||
metrics={[
|
||||
{ id: "p1", value: "100+", description: "Arbitration Awards" },
|
||||
{ id: "p2", value: "50+", description: "Financial Consults" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Legal Framework"
|
||||
sections={[
|
||||
{
|
||||
heading: "Compliance Policies", content: { type: "paragraph", text: "Our practice adheres strictly to international ethical standards and legal transparency." },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Legal Framework"
|
||||
sections={[
|
||||
{
|
||||
heading: "Compliance Policies", content: { text: "Our practice adheres strictly to international ethical standards and legal transparency." },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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" }] },
|
||||
]}
|
||||
copyrightText="© 2025 The Majesty International. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
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" }] },
|
||||
]}
|
||||
copyrightText="© 2025 The Majesty International. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user