Merge version_1 into main #2
146
src/app/page.tsx
146
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Us",
|
||||
id: "/us",
|
||||
},
|
||||
name: "Us", id: "/us"},
|
||||
{
|
||||
name: "Together",
|
||||
id: "/together",
|
||||
},
|
||||
name: "Together", id: "/together"},
|
||||
]}
|
||||
logoSrc="https://multiplieradvisorypartners.com/wp-content/uploads/2026/02/FINAL-LOGO-TRANSPARENT.png"
|
||||
brandName="Multiplier Advisory Partners"
|
||||
@@ -50,46 +44,29 @@ export default function LandingPage() {
|
||||
<div id="home-hero" data-section="home-hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="AI doesn't break companies. Misaligned systems do."
|
||||
description="Most AI pilots don't fail because of the tech. It's leadership systems and human behavior incentives. We work with founders to integrate AI into how decisions are made, work gets done, and organizations operate."
|
||||
tag="AI Execution & Embedded Operator Partnership"
|
||||
buttons={[
|
||||
{
|
||||
text: "Run a Leadership Clarity Session",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Run a Leadership Clarity Session", href: "/contact"},
|
||||
{
|
||||
text: "See How This Works",
|
||||
href: "/together",
|
||||
},
|
||||
text: "See How This Works", href: "/together"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg?_wi=1",
|
||||
imageAlt: "minimalist executive workspace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg", imageAlt: "minimalist executive workspace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg?_wi=1",
|
||||
imageAlt: "ai data visualization professional",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg", imageAlt: "ai data visualization professional"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg?_wi=1",
|
||||
imageAlt: "abstract operational flow design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg", imageAlt: "abstract operational flow design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286155.jpg?_wi=1",
|
||||
imageAlt: "leadership strategy session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286155.jpg", imageAlt: "leadership strategy session"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-colleague-looking-white-board-conference-room_107420-84911.jpg",
|
||||
imageAlt: "boardroom strategy alignment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-colleague-looking-white-board-conference-room_107420-84911.jpg", imageAlt: "boardroom strategy alignment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-organizational-chart-infographic-with-photo_23-2149003844.jpg",
|
||||
imageAlt: "modern organizational chart minimal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-organizational-chart-infographic-with-photo_23-2149003844.jpg", imageAlt: "modern organizational chart minimal"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,20 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "AI Execution",
|
||||
description: "Operational Design",
|
||||
},
|
||||
id: "1", value: "AI Execution", description: "Operational Design"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Embedded",
|
||||
description: "Operator Partner",
|
||||
},
|
||||
id: "2", value: "Embedded", description: "Operator Partner"},
|
||||
{
|
||||
id: "3",
|
||||
value: "Leadership",
|
||||
description: "Strategy Integration",
|
||||
},
|
||||
id: "3", value: "Leadership", description: "Strategy Integration"},
|
||||
]}
|
||||
title="MELANNA J. CARROLL"
|
||||
description="Founder & Managing Principal"
|
||||
@@ -129,40 +97,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Decision Making",
|
||||
description: "Redesigning decision matrices to incorporate AI-driven insights.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-statistics_53876-167065.jpg",
|
||||
imageAlt: "Business statistics",
|
||||
},
|
||||
title: "Decision Making", description: "Redesigning decision matrices to incorporate AI-driven insights.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-statistics_53876-167065.jpg", imageAlt: "Business statistics"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg?_wi=2",
|
||||
imageAlt: "Business statistics",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Ownership",
|
||||
description: "Clarifying who owns AI-augmented outcomes and metrics.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-ethics-honesty-ideology-integrity-concept_53876-15835.jpg",
|
||||
imageAlt: "Business Ethics Honesty Ideology Integrity Concept",
|
||||
},
|
||||
title: "Ownership", description: "Clarifying who owns AI-augmented outcomes and metrics.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-ethics-honesty-ideology-integrity-concept_53876-15835.jpg", imageAlt: "Business Ethics Honesty Ideology Integrity Concept"},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg?_wi=2",
|
||||
imageAlt: "Business statistics",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Workflow Design",
|
||||
description: "Evolving matrixed departments into AI-enabled execution engines.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/infrastructure-construction-chip-link-concept_53876-124761.jpg",
|
||||
imageAlt: "Infrastructure Construction Chip Link Concept",
|
||||
},
|
||||
title: "Workflow Design", description: "Evolving matrixed departments into AI-enabled execution engines.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/infrastructure-construction-chip-link-concept_53876-124761.jpg", imageAlt: "Infrastructure Construction Chip Link Concept"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg?_wi=2",
|
||||
imageAlt: "Business statistics",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Most companies add AI. We integrate it into how the company operates."
|
||||
@@ -179,23 +129,14 @@ export default function LandingPage() {
|
||||
description="Beyond theoretical AI guidance."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Target,
|
||||
title: "Outcome Focused",
|
||||
value: "100%",
|
||||
},
|
||||
id: "m1", icon: Target,
|
||||
title: "Outcome Focused", value: "100%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Embedded Team",
|
||||
value: "Direct",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Embedded Team", value: "Direct"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "AI Integration",
|
||||
value: "Native",
|
||||
},
|
||||
id: "m3", icon: Star,
|
||||
title: "AI Integration", value: "Native"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,14 +145,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to calibrate your leadership for the AI era? Let’s talk about your current operational design."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get in Touch", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -222,29 +160,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Us",
|
||||
href: "/us",
|
||||
},
|
||||
label: "Us", href: "/us"},
|
||||
{
|
||||
label: "Together",
|
||||
href: "/together",
|
||||
},
|
||||
label: "Together", href: "/together"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "info@multiplieradvisorypartners.com",
|
||||
href: "mailto:info@multiplieradvisorypartners.com",
|
||||
},
|
||||
label: "info@multiplieradvisorypartners.com", href: "mailto:info@multiplieradvisorypartners.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,17 +27,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Us",
|
||||
id: "/us",
|
||||
},
|
||||
name: "Us", id: "/us"},
|
||||
{
|
||||
name: "Together",
|
||||
id: "/together",
|
||||
},
|
||||
name: "Together", id: "/together"},
|
||||
]}
|
||||
logoSrc="https://multiplieradvisorypartners.com/wp-content/uploads/2026/02/FINAL-LOGO-TRANSPARENT.png"
|
||||
brandName="Multiplier Advisory Partners"
|
||||
@@ -51,52 +45,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "1. Leadership Clarity",
|
||||
description: "Clarify where AI should add impact vs. current costs.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strategy-plan-businesses_53876-101273.jpg",
|
||||
imageAlt: "Strategy and plan for businesses",
|
||||
},
|
||||
title: "1. Leadership Clarity", description: "Clarify where AI should add impact vs. current costs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strategy-plan-businesses_53876-101273.jpg", imageAlt: "Strategy and plan for businesses"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg?_wi=3",
|
||||
imageAlt: "Strategy and plan for businesses",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "2. MAP Diagnostic",
|
||||
description: "Identify breakdown points in your existing AI integration.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/blue-infographic-scheme_1040-372.jpg",
|
||||
imageAlt: "Blue Infographic Scheme",
|
||||
},
|
||||
title: "2. MAP Diagnostic", description: "Identify breakdown points in your existing AI integration.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/blue-infographic-scheme_1040-372.jpg", imageAlt: "Blue Infographic Scheme"},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg?_wi=3",
|
||||
imageAlt: "Strategy and plan for businesses",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "3. Embedded Partnership",
|
||||
description: "I operate internally to guide your leadership system.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-clapping-hands-celebrating-successful-presentation-boardroom-team-business-people-receiving-applause-from-coworkers-feeling-satisfied-about-success-accomplishment_482257-29947.jpg",
|
||||
imageAlt: "Colleagues clapping hands and celebrating successful presentation",
|
||||
},
|
||||
title: "3. Embedded Partnership", description: "I operate internally to guide your leadership system.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-clapping-hands-celebrating-successful-presentation-boardroom-team-business-people-receiving-applause-from-coworkers-feeling-satisfied-about-success-accomplishment_482257-29947.jpg", imageAlt: "Colleagues clapping hands and celebrating successful presentation"},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-gradient-geometric-background_23-2148820899.jpg?_wi=3",
|
||||
imageAlt: "Strategy and plan for businesses",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "4. Targeted Execution",
|
||||
description: "Solve specific, high-stakes AI operational challenges.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15174.jpg",
|
||||
imageAlt: "Business people in a meeting",
|
||||
},
|
||||
title: "4. Targeted Execution", description: "Solve specific, high-stakes AI operational challenges.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-15174.jpg", imageAlt: "Business people in a meeting"},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149286155.jpg?_wi=2",
|
||||
imageAlt: "Strategy and plan for businesses",
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
title="How we partner"
|
||||
@@ -107,17 +77,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="We don't sell software. We sell clarity."
|
||||
description="Our partnership is high-stakes, direct, and focused on tangible operating model shifts."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-entrepreneur-taking-phone-call-share-insight-kpi-metrics_482257-126552.jpg"
|
||||
imageAlt="Male entrepreneur taking a phone call"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start the Conversation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Start the Conversation", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,26 +98,12 @@ export default function LandingPage() {
|
||||
description="Tailored partnership structures."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Consultative",
|
||||
price: "Diagnostic",
|
||||
subtitle: "Short-term alignment",
|
||||
features: [
|
||||
"Audit existing systems",
|
||||
"Identify growth bottlenecks",
|
||||
"Leadership roadmap",
|
||||
],
|
||||
id: "p1", badge: "Consultative", price: "Diagnostic", subtitle: "Short-term alignment", features: [
|
||||
"Audit existing systems", "Identify growth bottlenecks", "Leadership roadmap"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Strategic",
|
||||
price: "Embedded",
|
||||
subtitle: "Ongoing operator support",
|
||||
features: [
|
||||
"Daily operations oversight",
|
||||
"AI team management",
|
||||
"Full system integration",
|
||||
],
|
||||
id: "p2", badge: "Strategic", price: "Embedded", subtitle: "Ongoing operator support", features: [
|
||||
"Daily operations oversight", "AI team management", "Full system integration"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -162,29 +115,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Us",
|
||||
href: "/us",
|
||||
},
|
||||
label: "Us", href: "/us"},
|
||||
{
|
||||
label: "Together",
|
||||
href: "/together",
|
||||
},
|
||||
label: "Together", href: "/together"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "info@multiplieradvisorypartners.com",
|
||||
href: "mailto:info@multiplieradvisorypartners.com",
|
||||
},
|
||||
label: "info@multiplieradvisorypartners.com", href: "mailto:info@multiplieradvisorypartners.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user