diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d1de97..9db9d5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -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"}, ]} /> @@ -204,14 +145,11 @@ export default function LandingPage() { @@ -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"}, ], }, ]} diff --git a/src/app/together/page.tsx b/src/app/together/page.tsx index 8d283ba..5c0ea4e 100644 --- a/src/app/together/page.tsx +++ b/src/app/together/page.tsx @@ -27,17 +27,11 @@ export default function LandingPage() { @@ -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"}, ], }, ]}