Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-14 18:13:10 +00:00
4 changed files with 106 additions and 444 deletions

View File

@@ -19,8 +19,7 @@ const navItems = [
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Strategic Planning", href: "/services" },
{ label: "Executive Coaching", href: "/services" },
{ label: "Operations Optimization", href: "/services" },
@@ -28,8 +27,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Leadership Team", href: "/about" },
{ label: "Case Studies", href: "/services" },
@@ -37,8 +35,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Executive Insights", href: "#" },
{ label: "Industry Reports", href: "#" },
{ label: "Strategic Framework", href: "#" },
@@ -46,8 +43,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -64,7 +60,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -102,33 +98,13 @@ export default function AboutPage() {
tagAnimation="slide-up"
groups={[
{
id: "leadership-group",
groupTitle: "Senior Leadership",
members: [
id: "leadership-group", groupTitle: "Senior Leadership", members: [
{
id: "member-1",
title: "Chief Executive Officer",
subtitle: "Strategic Leadership & Vision",
detail: "20+ years driving organizational transformation and strategic innovation across Fortune 500 companies. Expert in market strategy, organizational design, and executive leadership development.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg?_wi=2",
imageAlt: "CEO Executive Director",
},
id: "member-1", title: "Chief Executive Officer", subtitle: "Strategic Leadership & Vision", detail: "20+ years driving organizational transformation and strategic innovation across Fortune 500 companies. Expert in market strategy, organizational design, and executive leadership development.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg", imageAlt: "CEO Executive Director"},
{
id: "member-2",
title: "Chief Operations Officer",
subtitle: "Operational Excellence",
detail: "15+ years optimizing business operations, implementing systems, and driving efficiency improvements. Specialized in operational transformation, process optimization, and scalable business models.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg?_wi=2",
imageAlt: "COO Executive Leader",
},
id: "member-2", title: "Chief Operations Officer", subtitle: "Operational Excellence", detail: "15+ years optimizing business operations, implementing systems, and driving efficiency improvements. Specialized in operational transformation, process optimization, and scalable business models.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg", imageAlt: "COO Executive Leader"},
{
id: "member-3",
title: "Chief Strategy Officer",
subtitle: "Strategic Planning & Execution",
detail: "18+ years developing and executing strategic initiatives delivering measurable business growth and market leadership. Expert in competitive strategy, market entry, and organizational alignment.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2",
imageAlt: "CSO Executive Consultant",
},
id: "member-3", title: "Chief Strategy Officer", subtitle: "Strategic Planning & Execution", detail: "18+ years developing and executing strategic initiatives delivering measurable business growth and market leadership. Expert in competitive strategy, market entry, and organizational alignment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "CSO Executive Consultant"},
],
},
]}
@@ -154,33 +130,13 @@ export default function AboutPage() {
tagAnimation="slide-up"
metrics={[
{
id: "metric-1",
title: "Years Combined Experience",
subtitle: "Industry Leadership",
category: "Team",
value: "125+",
},
id: "metric-1", title: "Years Combined Experience", subtitle: "Industry Leadership", category: "Team", value: "125+"},
{
id: "metric-2",
title: "Enterprise Partnerships",
subtitle: "Global Organizations",
category: "Active",
value: "150+",
},
id: "metric-2", title: "Enterprise Partnerships", subtitle: "Global Organizations", category: "Active", value: "150+"},
{
id: "metric-3",
title: "Successful Transformations",
subtitle: "Strategic Engagements",
category: "Completed",
value: "340+",
},
id: "metric-3", title: "Successful Transformations", subtitle: "Strategic Engagements", category: "Completed", value: "340+"},
{
id: "metric-4",
title: "Client Success Rate",
subtitle: "Executive Satisfaction",
category: "Verified",
value: "98%",
},
id: "metric-4", title: "Client Success Rate", subtitle: "Executive Satisfaction", category: "Verified", value: "98%"},
]}
animationType="slide-up"
textboxLayout="centered"

View File

@@ -8,7 +8,7 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Mail, Award } from "lucide-react";
import { Mail, Award, Users, TrendingUp } from "lucide-react";
export default function LeadershipPage() {
const navItems = [
@@ -21,8 +21,7 @@ export default function LeadershipPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Strategic Planning", href: "/services" },
{ label: "Executive Coaching", href: "/services" },
{ label: "Operations Optimization", href: "/services" },
@@ -30,8 +29,7 @@ export default function LeadershipPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Leadership Team", href: "/leadership" },
{ label: "Case Studies", href: "/services" },
@@ -39,8 +37,7 @@ export default function LeadershipPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Executive Insights", href: "#" },
{ label: "Industry Reports", href: "#" },
{ label: "Strategic Framework", href: "#" },
@@ -48,8 +45,7 @@ export default function LeadershipPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -65,7 +61,7 @@ export default function LeadershipPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -85,37 +81,17 @@ export default function LeadershipPage() {
title="Executive Leadership Team"
description="Industry veterans with proven track records in transforming organizations and driving strategic excellence."
tag="Our Team"
tagIcon="Users"
tagIcon={Users}
tagAnimation="slide-up"
groups={[
{
id: "leadership-group",
groupTitle: "Senior Leadership",
members: [
id: "leadership-group", groupTitle: "Senior Leadership", members: [
{
id: "member-1",
title: "Chief Executive Officer",
subtitle: "Strategic Leadership",
detail: "20+ years driving organizational transformation and strategic innovation across Fortune 500 companies.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg?_wi=3",
imageAlt: "CEO Executive Director",
},
id: "member-1", title: "Chief Executive Officer", subtitle: "Strategic Leadership", detail: "20+ years driving organizational transformation and strategic innovation across Fortune 500 companies.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg", imageAlt: "CEO Executive Director"},
{
id: "member-2",
title: "Chief Operations Officer",
subtitle: "Operational Excellence",
detail: "15+ years optimizing business operations, implementing systems, and driving efficiency improvements.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg?_wi=3",
imageAlt: "COO Executive Leader",
},
id: "member-2", title: "Chief Operations Officer", subtitle: "Operational Excellence", detail: "15+ years optimizing business operations, implementing systems, and driving efficiency improvements.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg", imageAlt: "COO Executive Leader"},
{
id: "member-3",
title: "Chief Strategy Officer",
subtitle: "Strategic Planning",
detail: "18+ years developing and executing strategic initiatives delivering measurable business growth and market leadership.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=3",
imageAlt: "CSO Executive Consultant",
},
id: "member-3", title: "Chief Strategy Officer", subtitle: "Strategic Planning", detail: "18+ years developing and executing strategic initiatives delivering measurable business growth and market leadership.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "CSO Executive Consultant"},
],
},
]}
@@ -136,37 +112,17 @@ export default function LeadershipPage() {
title="Leadership Expertise & Credentials"
description="Deep industry experience, proven success, and recognized excellence across executive roles and organizational scales."
tag="Professional Excellence"
tagIcon="TrendingUp"
tagIcon={TrendingUp}
tagAnimation="slide-up"
metrics={[
{
id: "expertise-1",
title: "Average Leadership Tenure",
subtitle: "Industry Experience",
category: "Years",
value: "18+",
},
id: "expertise-1", title: "Average Leadership Tenure", subtitle: "Industry Experience", category: "Years", value: "18+"},
{
id: "expertise-2",
title: "Fortune 500 Executives",
subtitle: "Team Members",
category: "Experience",
value: "100%",
},
id: "expertise-2", title: "Fortune 500 Executives", subtitle: "Team Members", category: "Experience", value: "100%"},
{
id: "expertise-3",
title: "Business Transformations",
subtitle: "Successfully Led",
category: "Completed",
value: "215+",
},
id: "expertise-3", title: "Business Transformations", subtitle: "Successfully Led", category: "Completed", value: "215+"},
{
id: "expertise-4",
title: "Industry Recognition",
subtitle: "Awards & Certifications",
category: "Awarded",
value: "35+",
},
id: "expertise-4", title: "Industry Recognition", subtitle: "Awards & Certifications", category: "Awarded", value: "35+"},
]}
animationType="slide-up"
textboxLayout="centered"
@@ -192,32 +148,11 @@ export default function LeadershipPage() {
useInvertedBackground={false}
testimonials={[
{
id: "testimonial-1",
title: "Visionary Strategic Leadership",
quote: "The leadership team brought clarity, strategic vision, and executable roadmaps that transformed our organization within 18 months.",
name: "Michael Harrison",
role: "CEO, Fortune 500 Tech Company",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2",
imageAlt: "Michael Harrison Executive",
},
id: "testimonial-1", title: "Visionary Strategic Leadership", quote: "The leadership team brought clarity, strategic vision, and executable roadmaps that transformed our organization within 18 months.", name: "Michael Harrison", role: "CEO, Fortune 500 Tech Company", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Michael Harrison Executive"},
{
id: "testimonial-2",
title: "Exceptional Executive Coaching",
quote: "Their coaching elevated our executive team's effectiveness, communication, and market positioning substantially.",
name: "Jennifer Collins",
role: "President, Global Financial Services",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg?_wi=2",
imageAlt: "Jennifer Collins Business Leader",
},
id: "testimonial-2", title: "Exceptional Executive Coaching", quote: "Their coaching elevated our executive team's effectiveness, communication, and market positioning substantially.", name: "Jennifer Collins", role: "President, Global Financial Services", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg", imageAlt: "Jennifer Collins Business Leader"},
{
id: "testimonial-3",
title: "Trusted Strategic Partner",
quote: "More than consultants—they became true strategic partners invested in our long-term success and organizational excellence.",
name: "David Martinez",
role: "Chief Operating Officer, Manufacturing Enterprise",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg?_wi=2",
imageAlt: "David Martinez COO",
},
id: "testimonial-3", title: "Trusted Strategic Partner", quote: "More than consultants—they became true strategic partners invested in our long-term success and organizational excellence.", name: "David Martinez", role: "Chief Operating Officer, Manufacturing Enterprise", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg", imageAlt: "David Martinez COO"},
]}
containerClassName="max-w-7xl mx-auto px-4"
titleClassName="text-4xl md:text-5xl font-extrabold mb-4"
@@ -236,7 +171,7 @@ export default function LeadershipPage() {
tagIcon={Mail}
title="Meet Our Executive Team"
description="Schedule a consultation to discuss how our leadership expertise can drive your organization's transformation and success."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Schedule Meeting"

View File

@@ -24,87 +24,51 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Strategic Planning",
href: "/services",
},
label: "Strategic Planning", href: "/services"},
{
label: "Executive Coaching",
href: "/services",
},
label: "Executive Coaching", href: "/services"},
{
label: "Operations Optimization",
href: "/services",
},
label: "Operations Optimization", href: "/services"},
{
label: "Leadership Development",
href: "/services",
},
label: "Leadership Development", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Leadership Team",
href: "/leadership",
},
label: "Leadership Team", href: "/leadership"},
{
label: "Case Studies",
href: "/services",
},
label: "Case Studies", href: "/services"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Executive Insights",
href: "#",
},
label: "Executive Insights", href: "#"},
{
label: "Industry Reports",
href: "#",
},
label: "Industry Reports", href: "#"},
{
label: "Strategic Framework",
href: "#",
},
label: "Strategic Framework", href: "#"},
{
label: "Thought Leadership",
href: "#",
},
label: "Thought Leadership", 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: "#"},
{
label: "Cookie Policy",
href: "#",
},
label: "Cookie Policy", href: "#"},
{
label: "Compliance",
href: "#",
},
label: "Compliance", href: "#"},
],
},
];
@@ -116,7 +80,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -139,32 +103,21 @@ export default function HomePage() {
tagIcon={Star}
tagAnimation="slide-up"
background={{
variant: "noise",
}}
variant: "plain"}}
kpis={[
{
value: "250+",
label: "Executive Engagements",
},
value: "250+", label: "Executive Engagements"},
{
value: "$2.8B",
label: "Revenue Transformation",
},
value: "$2.8B", label: "Revenue Transformation"},
{
value: "98%",
label: "Client Satisfaction",
},
value: "98%", label: "Client Satisfaction"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "Explore Services",
href: "/services",
},
text: "Explore Services", href: "/services"},
{
text: "Schedule Consultation",
href: "/contact",
},
text: "Schedule Consultation", href: "/contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg"
@@ -191,9 +144,7 @@ export default function HomePage() {
title="Defining Executive Excellence Through Strategic Innovation"
buttons={[
{
text: "Learn More",
href: "/about",
},
text: "Learn More", href: "/about"},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -211,26 +162,11 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "strategy-1",
title: "Strategic Planning & Execution",
description: "Develop comprehensive business strategies aligned with market dynamics, competitive positioning, and long-term growth objectives.",
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45575.jpg?_wi=1",
imageAlt: "Strategic Planning Meeting",
},
id: "strategy-1", title: "Strategic Planning & Execution", description: "Develop comprehensive business strategies aligned with market dynamics, competitive positioning, and long-term growth objectives.", imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45575.jpg", imageAlt: "Strategic Planning Meeting"},
{
id: "leadership-1",
title: "Executive Leadership Coaching",
description: "Transform leadership capabilities through personalized coaching, executive presence development, and emotional intelligence enhancement.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business-plan_23-2149333018.jpg?_wi=1",
imageAlt: "Executive Leadership Development",
},
id: "leadership-1", title: "Executive Leadership Coaching", description: "Transform leadership capabilities through personalized coaching, executive presence development, and emotional intelligence enhancement.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business-plan_23-2149333018.jpg", imageAlt: "Executive Leadership Development"},
{
id: "operations-1",
title: "Organizational Operations Optimization",
description: "Streamline operations, enhance efficiency, and implement systems for sustainable competitive advantage and scalability.",
imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-together-data-center-with-ai-tech_482257-126290.jpg?_wi=1",
imageAlt: "Operations Management Excellence",
},
id: "operations-1", title: "Organizational Operations Optimization", description: "Streamline operations, enhance efficiency, and implement systems for sustainable competitive advantage and scalability.", imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-together-data-center-with-ai-tech_482257-126290.jpg", imageAlt: "Operations Management Excellence"},
]}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
@@ -238,9 +174,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "View All Services",
href: "/services",
},
text: "View All Services", href: "/services"},
]}
buttonAnimation="slide-up"
containerClassName="max-w-7xl mx-auto px-4"
@@ -261,33 +195,13 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "metric-1",
title: "Enterprise Clients",
subtitle: "Leading Organizations",
category: "Global",
value: "150+",
},
id: "metric-1", title: "Enterprise Clients", subtitle: "Leading Organizations", category: "Global", value: "150+"},
{
id: "metric-2",
title: "Average Revenue Growth",
subtitle: "Client Transformation",
category: "Annual",
value: "23%",
},
id: "metric-2", title: "Average Revenue Growth", subtitle: "Client Transformation", category: "Annual", value: "23%"},
{
id: "metric-3",
title: "Executive Placements",
subtitle: "Leadership Positions",
category: "Success",
value: "340",
},
id: "metric-3", title: "Executive Placements", subtitle: "Leadership Positions", category: "Success", value: "340"},
{
id: "metric-4",
title: "Years of Experience",
subtitle: "Industry Excellence",
category: "Combined",
value: "125+",
},
id: "metric-4", title: "Years of Experience", subtitle: "Industry Excellence", category: "Combined", value: "125+"},
]}
animationType="slide-up"
textboxLayout="centered"
@@ -311,33 +225,13 @@ export default function HomePage() {
tagAnimation="slide-up"
groups={[
{
id: "leadership-group",
groupTitle: "Senior Leadership",
members: [
id: "leadership-group", groupTitle: "Senior Leadership", members: [
{
id: "member-1",
title: "Chief Executive Officer",
subtitle: "Strategic Leadership",
detail: "20+ years driving organizational transformation and strategic innovation across Fortune 500 companies.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg?_wi=1",
imageAlt: "CEO Executive Director",
},
id: "member-1", title: "Chief Executive Officer", subtitle: "Strategic Leadership", detail: "20+ years driving organizational transformation and strategic innovation across Fortune 500 companies.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-lady-with-laptop-conference-room_1262-3778.jpg", imageAlt: "CEO Executive Director"},
{
id: "member-2",
title: "Chief Operations Officer",
subtitle: "Operational Excellence",
detail: "15+ years optimizing business operations, implementing systems, and driving efficiency improvements.",
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg?_wi=1",
imageAlt: "COO Executive Leader",
},
id: "member-2", title: "Chief Operations Officer", subtitle: "Operational Excellence", detail: "15+ years optimizing business operations, implementing systems, and driving efficiency improvements.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg", imageAlt: "COO Executive Leader"},
{
id: "member-3",
title: "Chief Strategy Officer",
subtitle: "Strategic Planning",
detail: "18+ years developing and executing strategic initiatives delivering measurable business growth and market leadership.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=1",
imageAlt: "CSO Executive Consultant",
},
id: "member-3", title: "Chief Strategy Officer", subtitle: "Strategic Planning", detail: "18+ years developing and executing strategic initiatives delivering measurable business growth and market leadership.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "CSO Executive Consultant"},
],
},
]}
@@ -346,9 +240,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Meet Full Team",
href: "/leadership",
},
text: "Meet Full Team", href: "/leadership"},
]}
containerClassName="max-w-7xl mx-auto px-4"
titleClassName="text-4xl md:text-5xl font-extrabold mb-4"
@@ -370,59 +262,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "testimonial-1",
title: "Exceptional Strategic Guidance",
quote: "The executive coaching transformed our leadership team's effectiveness and strategic clarity. Results exceeded our expectations significantly.",
name: "Michael Harrison",
role: "CEO, Fortune 500 Tech Company",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1",
imageAlt: "Michael Harrison Executive",
},
id: "testimonial-1", title: "Exceptional Strategic Guidance", quote: "The executive coaching transformed our leadership team's effectiveness and strategic clarity. Results exceeded our expectations significantly.", name: "Michael Harrison", role: "CEO, Fortune 500 Tech Company", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Michael Harrison Executive"},
{
id: "testimonial-2",
title: "Transformational Business Impact",
quote: "Their strategic planning methodology helped us navigate market disruption and achieve 35% revenue growth in two years.",
name: "Jennifer Collins",
role: "President, Global Financial Services",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg?_wi=1",
imageAlt: "Jennifer Collins Business Leader",
},
id: "testimonial-2", title: "Transformational Business Impact", quote: "Their strategic planning methodology helped us navigate market disruption and achieve 35% revenue growth in two years.", name: "Jennifer Collins", role: "President, Global Financial Services", imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-doing-presentation_23-2148824823.jpg", imageAlt: "Jennifer Collins Business Leader"},
{
id: "testimonial-3",
title: "Organizational Excellence",
quote: "From operations optimization to leadership development, they addressed every critical area. Our efficiency improved by 42%.",
name: "David Martinez",
role: "Chief Operating Officer, Manufacturing Enterprise",
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg?_wi=1",
imageAlt: "David Martinez COO",
},
id: "testimonial-3", title: "Organizational Excellence", quote: "From operations optimization to leadership development, they addressed every critical area. Our efficiency improved by 42%.", name: "David Martinez", role: "Chief Operating Officer, Manufacturing Enterprise", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5361.jpg", imageAlt: "David Martinez COO"},
{
id: "testimonial-4",
title: "Executive Presence Development",
quote: "The coaching programs elevated our executive team's market positioning and stakeholder confidence dramatically.",
name: "Sarah Thompson",
role: "Managing Director, Investment Firm",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageAlt: "Sarah Thompson Investment Director",
},
id: "testimonial-4", title: "Executive Presence Development", quote: "The coaching programs elevated our executive team's market positioning and stakeholder confidence dramatically.", name: "Sarah Thompson", role: "Managing Director, Investment Firm", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Thompson Investment Director"},
{
id: "testimonial-5",
title: "Strategic Clarity & Execution",
quote: "Their strategic framework provided the clarity we needed to enter new markets successfully and scale operations.",
name: "Robert Chen",
role: "Founder & CEO, Tech Startup",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
imageAlt: "Robert Chen CEO",
},
id: "testimonial-5", title: "Strategic Clarity & Execution", quote: "Their strategic framework provided the clarity we needed to enter new markets successfully and scale operations.", name: "Robert Chen", role: "Founder & CEO, Tech Startup", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Robert Chen CEO"},
{
id: "testimonial-6",
title: "Best Executive Partnership",
quote: "Outstanding expertise, professionalism, and commitment to our success. They became true strategic partners in our growth.",
name: "Amanda Foster",
role: "Chief Executive, Healthcare Organization",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg",
imageAlt: "Amanda Foster Executive",
},
id: "testimonial-6", title: "Best Executive Partnership", quote: "Outstanding expertise, professionalism, and commitment to our success. They became true strategic partners in our growth.", name: "Amanda Foster", role: "Chief Executive, Healthcare Organization", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg", imageAlt: "Amanda Foster Executive"},
]}
containerClassName="max-w-7xl mx-auto px-4"
titleClassName="text-4xl md:text-5xl font-extrabold mb-4"
@@ -443,34 +293,16 @@ export default function HomePage() {
tagIcon={Handshake}
tagAnimation="slide-up"
names={[
"Global Tech Enterprises",
"Financial Services Leader",
"Manufacturing Corporation",
"Healthcare Systems",
"Energy Solutions",
"Retail Excellence",
"Consulting Partners",
"Investment Group",
]}
"Global Tech Enterprises", "Financial Services Leader", "Manufacturing Corporation", "Healthcare Systems", "Energy Solutions", "Retail Excellence", "Consulting Partners", "Investment Group"]}
logos={[
"http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg",
"http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg",
"http://img.b2bpic.net/free-vector/business-card-template-design_742173-18363.jpg",
"http://img.b2bpic.net/free-vector/abstract-business-card-template-with-blue-geometrical-shapes_23-2148430344.jpg",
"http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148845176.jpg",
"http://img.b2bpic.net/free-photo/discussion-brainstorm-business-meeting-briefing_53876-15286.jpg",
"http://img.b2bpic.net/free-vector/colorful-logos-with-geometric-figures_23-2147588147.jpg",
"http://img.b2bpic.net/free-vector/classic-blue-business-card-template_23-2148408502.jpg",
]}
"http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-177.jpg", "http://img.b2bpic.net/free-vector/business-card-template-design_742173-18363.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template-with-blue-geometrical-shapes_23-2148430344.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148845176.jpg", "http://img.b2bpic.net/free-photo/discussion-brainstorm-business-meeting-briefing_53876-15286.jpg", "http://img.b2bpic.net/free-vector/colorful-logos-with-geometric-figures_23-2147588147.jpg", "http://img.b2bpic.net/free-vector/classic-blue-business-card-template_23-2148408502.jpg"]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
speed={40}
buttons={[
{
text: "Become a Partner",
href: "/contact",
},
text: "Become a Partner", href: "/contact"},
]}
buttonAnimation="slide-up"
containerClassName="max-w-7xl mx-auto px-4"

View File

@@ -8,7 +8,7 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Zap, HelpCircle, Mail } from "lucide-react";
import { Zap, HelpCircle, Mail, TrendingUp } from "lucide-react";
export default function ServicesPage() {
const navItems = [
@@ -21,8 +21,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Strategic Planning", href: "/services" },
{ label: "Executive Coaching", href: "/services" },
{ label: "Operations Optimization", href: "/services" },
@@ -30,8 +29,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Leadership Team", href: "/leadership" },
{ label: "Case Studies", href: "/services" },
@@ -39,8 +37,7 @@ export default function ServicesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Executive Insights", href: "#" },
{ label: "Industry Reports", href: "#" },
{ label: "Strategic Framework", href: "#" },
@@ -48,8 +45,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -65,7 +61,7 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -89,26 +85,11 @@ export default function ServicesPage() {
tagAnimation="slide-up"
features={[
{
id: "strategy-1",
title: "Strategic Planning & Execution",
description: "Develop comprehensive business strategies aligned with market dynamics, competitive positioning, and long-term growth objectives.",
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45575.jpg?_wi=2",
imageAlt: "Strategic Planning Meeting",
},
id: "strategy-1", title: "Strategic Planning & Execution", description: "Develop comprehensive business strategies aligned with market dynamics, competitive positioning, and long-term growth objectives.", imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45575.jpg", imageAlt: "Strategic Planning Meeting"},
{
id: "leadership-1",
title: "Executive Leadership Coaching",
description: "Transform leadership capabilities through personalized coaching, executive presence development, and emotional intelligence enhancement.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business-plan_23-2149333018.jpg?_wi=2",
imageAlt: "Executive Leadership Development",
},
id: "leadership-1", title: "Executive Leadership Coaching", description: "Transform leadership capabilities through personalized coaching, executive presence development, and emotional intelligence enhancement.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business-plan_23-2149333018.jpg", imageAlt: "Executive Leadership Development"},
{
id: "operations-1",
title: "Organizational Operations Optimization",
description: "Streamline operations, enhance efficiency, and implement systems for sustainable competitive advantage and scalability.",
imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-together-data-center-with-ai-tech_482257-126290.jpg?_wi=2",
imageAlt: "Operations Management Excellence",
},
id: "operations-1", title: "Organizational Operations Optimization", description: "Streamline operations, enhance efficiency, and implement systems for sustainable competitive advantage and scalability.", imageSrc: "http://img.b2bpic.net/free-photo/engineering-team-working-together-data-center-with-ai-tech_482257-126290.jpg", imageAlt: "Operations Management Excellence"},
]}
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
@@ -116,9 +97,7 @@ export default function ServicesPage() {
useInvertedBackground={false}
buttons={[
{
text: "Schedule Consultation",
href: "/contact",
},
text: "Schedule Consultation", href: "/contact"},
]}
buttonAnimation="slide-up"
containerClassName="max-w-7xl mx-auto px-4"
@@ -135,37 +114,17 @@ export default function ServicesPage() {
title="Service Impact & Results"
description="Measurable outcomes demonstrating our commitment to transformational business results across service lines."
tag="Performance Metrics"
tagIcon="TrendingUp"
tagIcon={TrendingUp}
tagAnimation="slide-up"
metrics={[
{
id: "metric-1",
title: "Strategic Engagements",
subtitle: "Planning Projects",
category: "Completed",
value: "180+",
},
id: "metric-1", title: "Strategic Engagements", subtitle: "Planning Projects", category: "Completed", value: "180+"},
{
id: "metric-2",
title: "Leadership Transformations",
subtitle: "Executive Programs",
category: "Successful",
value: "95%",
},
id: "metric-2", title: "Leadership Transformations", subtitle: "Executive Programs", category: "Successful", value: "95%"},
{
id: "metric-3",
title: "Operations Improvements",
subtitle: "Efficiency Gains",
category: "Average",
value: "38%",
},
id: "metric-3", title: "Operations Improvements", subtitle: "Efficiency Gains", category: "Average", value: "38%"},
{
id: "metric-4",
title: "Client Retention",
subtitle: "Long-term Partnerships",
category: "Rate",
value: "92%",
},
id: "metric-4", title: "Client Retention", subtitle: "Long-term Partnerships", category: "Rate", value: "92%"},
]}
animationType="slide-up"
textboxLayout="centered"
@@ -186,35 +145,17 @@ export default function ServicesPage() {
sideDescription="Find answers to common questions about our executive service offerings, engagement models, and delivery approach."
faqs={[
{
id: "faq-service-1",
title: "What does strategic planning engagement include?",
content: "Our strategic planning service includes market analysis, competitive positioning, objective setting, roadmap development, stakeholder alignment, and implementation support with ongoing advisory.",
},
id: "faq-service-1", title: "What does strategic planning engagement include?", content: "Our strategic planning service includes market analysis, competitive positioning, objective setting, roadmap development, stakeholder alignment, and implementation support with ongoing advisory."},
{
id: "faq-service-2",
title: "How is executive coaching customized?",
content: "We conduct comprehensive assessments, identify development areas, design personalized coaching plans, provide regular coaching sessions, track progress, and measure leadership effectiveness improvements.",
},
id: "faq-service-2", title: "How is executive coaching customized?", content: "We conduct comprehensive assessments, identify development areas, design personalized coaching plans, provide regular coaching sessions, track progress, and measure leadership effectiveness improvements."},
{
id: "faq-service-3",
title: "What operations improvements should we expect?",
content: "Typical improvements include 25-45% efficiency gains, reduced operational costs, improved process workflows, enhanced team productivity, and sustainable competitive advantages through systems optimization.",
},
id: "faq-service-3", title: "What operations improvements should we expect?", content: "Typical improvements include 25-45% efficiency gains, reduced operational costs, improved process workflows, enhanced team productivity, and sustainable competitive advantages through systems optimization."},
{
id: "faq-service-4",
title: "What is the typical engagement timeline?",
content: "Engagements typically range from 3-month intensive programs to 12-month strategic partnerships, with milestone reviews, progress tracking, and adaptive adjustments based on organizational progress.",
},
id: "faq-service-4", title: "What is the typical engagement timeline?", content: "Engagements typically range from 3-month intensive programs to 12-month strategic partnerships, with milestone reviews, progress tracking, and adaptive adjustments based on organizational progress."},
{
id: "faq-service-5",
title: "How do you measure service success?",
content: "We establish clear KPIs, track business metrics, measure leadership effectiveness improvements, assess organizational capability growth, and provide quarterly performance reviews demonstrating ROI.",
},
id: "faq-service-5", title: "How do you measure service success?", content: "We establish clear KPIs, track business metrics, measure leadership effectiveness improvements, assess organizational capability growth, and provide quarterly performance reviews demonstrating ROI."},
{
id: "faq-service-6",
title: "Do you offer blended service packages?",
content: "Yes, we customize service combinations including strategic planning plus leadership coaching, operations optimization with executive development, and integrated transformation programs for comprehensive organizational change.",
},
id: "faq-service-6", title: "Do you offer blended service packages?", content: "Yes, we customize service combinations including strategic planning plus leadership coaching, operations optimization with executive development, and integrated transformation programs for comprehensive organizational change."},
]}
textPosition="left"
useInvertedBackground={false}
@@ -223,9 +164,7 @@ export default function ServicesPage() {
faqsAnimation="slide-up"
buttons={[
{
text: "Get Started Today",
href: "/contact",
},
text: "Get Started Today", href: "/contact"},
]}
buttonAnimation="slide-up"
containerClassName="max-w-7xl mx-auto px-4"
@@ -242,7 +181,7 @@ export default function ServicesPage() {
tagIcon={Mail}
title="Ready to Transform Your Organization?"
description="Discover how our executive services can drive strategic success. Schedule a consultation with our team today."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Start Consultation"