Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79052b8e5d | |||
| a9d4937b55 |
208
src/app/page.tsx
208
src/app/page.tsx
@@ -33,99 +33,62 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
name: "Process", id: "#process"},
|
||||
{
|
||||
name: "Track Record",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Track Record", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
brandName="Legacy M&A"
|
||||
button={{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Inquire", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Legacy Mergers & Acquisitions"
|
||||
description="Strategic guidance for the next generation of industry leaders. We structure the deals that define tomorrow."
|
||||
tag="Expertise in M&A"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Our Approach",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Approach", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-office_23-2148242720.jpg"
|
||||
imageAlt="Professional M&A Office"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg",
|
||||
alt: "Senior businessman with arms crossed",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg", alt: "Senior businessman with arms crossed"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg",
|
||||
alt: "Young happy businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg", alt: "Young happy businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg",
|
||||
alt: "Young happy businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", alt: "Young happy businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
|
||||
alt: "Young happy businessman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", alt: "Young happy businessman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
|
||||
alt: "Professional businesswoman portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", alt: "Professional businesswoman portrait"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Advisory",
|
||||
},
|
||||
type: "text", text: "Strategic Advisory"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Value Creation",
|
||||
},
|
||||
type: "text", text: "Value Creation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Corporate Growth",
|
||||
},
|
||||
type: "text", text: "Corporate Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "M&A Integration",
|
||||
},
|
||||
type: "text", text: "M&A Integration"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Due Diligence",
|
||||
},
|
||||
type: "text", text: "Due Diligence"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,17 +101,11 @@ export default function LandingPage() {
|
||||
description="Founded on the principles of discretion, analytical rigor, and long-term value creation. Legacy M&A provides the backbone for middle-market transactions."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Precision Valuation",
|
||||
description: "Unrivaled expertise in identifying enterprise value.",
|
||||
},
|
||||
title: "Precision Valuation", description: "Unrivaled expertise in identifying enterprise value."},
|
||||
{
|
||||
title: "Strategic Alignment",
|
||||
description: "Ensuring synergistic success beyond just the transaction.",
|
||||
},
|
||||
title: "Strategic Alignment", description: "Ensuring synergistic success beyond just the transaction."},
|
||||
{
|
||||
title: "Discreet Execution",
|
||||
description: "Maintaining confidentiality while navigating complex negotiations.",
|
||||
},
|
||||
title: "Discreet Execution", description: "Maintaining confidentiality while navigating complex negotiations."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sales-representative-meeting-with-his-manager_1098-2009.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -163,21 +120,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Lack of strategic synergy",
|
||||
"Poor integration planning",
|
||||
"Underestimated cultural friction",
|
||||
"Market volatility risks",
|
||||
"Misaligned expectations",
|
||||
],
|
||||
"Lack of strategic synergy", "Poor integration planning", "Underestimated cultural friction", "Market volatility risks", "Misaligned expectations"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Deep operational synergy",
|
||||
"Rigorous post-close planning",
|
||||
"Culture-first integration success",
|
||||
"Sustainable value growth",
|
||||
"Seamless stakeholder alignment",
|
||||
],
|
||||
"Deep operational synergy", "Rigorous post-close planning", "Culture-first integration success", "Sustainable value growth", "Seamless stakeholder alignment"],
|
||||
}}
|
||||
title="Our Transaction Lifecycle"
|
||||
description="From initiation to successful integration, we follow a disciplined approach."
|
||||
@@ -192,25 +139,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Transactions Closed",
|
||||
value: "150+",
|
||||
description: "Across diverse sectors",
|
||||
icon: Award,
|
||||
id: "m1", title: "Transactions Closed", value: "150+", description: "Across diverse sectors", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Total Deal Value",
|
||||
value: "$4.5B",
|
||||
description: "Structured with precision",
|
||||
icon: TrendingUp,
|
||||
id: "m2", title: "Total Deal Value", value: "$4.5B", description: "Structured with precision", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Client Retention",
|
||||
value: "92%",
|
||||
description: "Building long-term legacy",
|
||||
icon: Users,
|
||||
id: "m3", title: "Client Retention", value: "92%", description: "Building long-term legacy", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Impact in Numbers"
|
||||
@@ -223,30 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe, CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
|
||||
},
|
||||
id: "t1", name: "John Doe, CEO", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Smith, Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
},
|
||||
id: "t2", name: "Sarah Smith, Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert Brown, Chairman",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg",
|
||||
},
|
||||
id: "t3", name: "Robert Brown, Chairman", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice Wong, CFO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
id: "t4", name: "Alice Wong, CFO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mark Wilson, Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
|
||||
},
|
||||
id: "t5", name: "Mark Wilson, Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg"},
|
||||
]}
|
||||
cardTitle="Client Voices"
|
||||
cardTag="Testimonials"
|
||||
@@ -259,12 +179,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Strategic Capital",
|
||||
"Equity Ventures",
|
||||
"Global Growth",
|
||||
"Northstar Finance",
|
||||
"Foundry Partners",
|
||||
]}
|
||||
"Strategic Capital", "Equity Ventures", "Global Growth", "Northstar Finance", "Foundry Partners"]}
|
||||
title="Trusted Partners & Investors"
|
||||
description="We collaborate with the industry's most respected names."
|
||||
/>
|
||||
@@ -275,20 +190,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What industries do you focus on?",
|
||||
content: "We cover middle-market firms in tech, logistics, and manufacturing.",
|
||||
},
|
||||
id: "f1", title: "What industries do you focus on?", content: "We cover middle-market firms in tech, logistics, and manufacturing."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do you handle confidentiality?",
|
||||
content: "We operate under strict NDA protocols from the very first contact.",
|
||||
},
|
||||
id: "f2", title: "How do you handle confidentiality?", content: "We operate under strict NDA protocols from the very first contact."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is the typical timeline?",
|
||||
content: "Depending on size and complexity, transactions usually take 6-12 months.",
|
||||
},
|
||||
id: "f3", title: "What is the typical timeline?", content: "Depending on size and complexity, transactions usually take 6-12 months."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -299,16 +205,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Inquiry"
|
||||
title="Ready to Start Your Next Chapter?"
|
||||
description="Reach out to discuss your strategic objectives with our senior advisory team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Conversation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Conversation", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -319,42 +222,27 @@ export default function LandingPage() {
|
||||
logoText="Legacy M&A"
|
||||
columns={[
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Market Insights",
|
||||
href: "#",
|
||||
},
|
||||
label: "Market Insights", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "London HQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "London HQ", href: "#"},
|
||||
{
|
||||
label: "New York Office",
|
||||
href: "#",
|
||||
},
|
||||
label: "New York Office", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -364,4 +252,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user