import React, { useEffect, useState } from 'react'; import { Button } from '../ui/button'; import { Card, CardContent } from '../ui/card'; import { Badge } from '../ui/badge'; import { ImageWithFallback } from '../figma/ImageWithFallback'; import { navigateTo } from '../Router'; import { BrandedTag } from '../about/BrandedTag'; import { TestimonialsSection } from '../TestimonialsSection'; import { CTABannerSection } from '../CTABannerSection'; import StackedOfferSection from '../StackedOfferSection'; import { Users, Target, ArrowRight, CheckCircle, Lightbulb, Brain, Eye, TrendingUp, MessageCircle, BarChart3, Compass, Shield, Network, Zap, Settings, ChevronDown, ChevronUp, ArrowLeft, Download, Crown } from 'lucide-react'; import { PrimaryCTAButton } from '../PrimaryCTAButton'; // Strategic consulting cards data for the stacking section const consultingCards = [ { id: 1, title: "Organizational Structure Design", subtitle: "Strategic Design & Optimization", description: "Comprehensive organizational design services that optimize structure, roles, and reporting relationships for enhanced performance and strategic alignment across all business functions.", badge: "Featured", color: "from-blue-600 to-blue-700", icon: Network, features: ["Organizational Assessment", "Structure Optimization", "Role Clarification", "Governance Design"], stats: [ { label: "Success Rate", value: "96%" }, { label: "Organizations", value: "250+" }, { label: "Duration", value: "3-6 Mo" } ] }, { id: 2, title: "Vision & Mission Redefinition", subtitle: "Purpose-Driven Strategic Alignment", description: "Collaborative development of inspiring vision and mission statements that drive organizational alignment, stakeholder engagement, and sustainable competitive advantage.", badge: "Strategic", color: "from-purple-600 to-purple-700", icon: Compass, features: ["Stakeholder Engagement", "Values Articulation", "Purpose Definition", "Strategic Narrative"], stats: [ { label: "Alignment Rate", value: "92%" }, { label: "Leaders Engaged", value: "500+" }, { label: "Duration", value: "2-4 Mo" } ] }, { id: 3, title: "Leadership Capability Building", subtitle: "Strategic Leadership Development", description: "Systematic development of leadership capabilities aligned with organizational strategy, including succession planning, talent development, and leadership pipeline optimization.", badge: "Popular", color: "from-green-600 to-green-700", icon: TrendingUp, features: ["Capability Frameworks", "Leadership Pipeline", "Succession Planning", "Talent Development"], stats: [ { label: "Development Rate", value: "89%" }, { label: "Leaders Developed", value: "1,000+" }, { label: "Duration", value: "6-12 Mo" } ] }, { id: 4, title: "Strategic Transformation", subtitle: "End-to-End Change Management", description: "Complete transformation support for major organizational change initiatives, including change strategy, stakeholder alignment, and cultural integration for sustainable success.", badge: "Comprehensive", color: "from-orange-600 to-orange-700", icon: Zap, features: ["Change Strategy", "Stakeholder Alignment", "Implementation Roadmap", "Culture Integration"], stats: [ { label: "Success Rate", value: "91%" }, { label: "Transformations", value: "180+" }, { label: "Duration", value: "12-24 Mo" } ] } ]; const targetAudience = [ { title: "Founders & CXOs", description: "Visionary leaders driving organizational transformation and strategic growth", icon: Lightbulb, characteristics: ["Strategic vision", "Growth focus", "Change leadership", "Stakeholder management"] }, { title: "Boards", description: "Board members seeking governance excellence and strategic oversight capabilities", icon: Shield, characteristics: ["Governance focus", "Risk oversight", "Strategic guidance", "Performance monitoring"] }, { title: "OD Leaders", description: "Organizational development professionals implementing systematic change initiatives", icon: Settings, characteristics: ["Change expertise", "System thinking", "Process optimization", "Culture development"] } ]; const outcomes = [ { title: "Clarity in Leadership Direction", description: "Clear strategic direction with aligned leadership behaviors and decision-making", icon: Compass, metrics: "96% of leadership teams report improved strategic clarity and alignment" }, { title: "Scalable Org Models", description: "Organizational structures that support growth while maintaining operational efficiency", icon: Network, metrics: "78% improvement in organizational agility and decision-making speed" }, { title: "Faster Decision-Making & Alignment", description: "Streamlined processes that enable rapid, informed decision-making across the organization", icon: Zap, metrics: "65% reduction in decision cycle time with improved cross-functional alignment" } ]; const approachSteps = [ { step: "01", title: "Strategic Assessment", description: "Comprehensive analysis of organizational current state, strategic challenges, and transformation opportunities. Together, we make your vision manifest through proven assessment methodologies and frameworks.", details: ["Organizational scan", "Stakeholder interviews", "Performance analysis", "Gap assessment"], icon: Eye }, { step: "02", title: "Co-Creation Process", description: "Collaborative design sessions with leadership to develop tailored strategic solutions and alignment. Together, we make your vision manifest through structured co-creation methodologies and proven frameworks.", details: ["Leadership workshops", "Co-design sessions", "Stakeholder alignment", "Solution development"], icon: Users }, { step: "03", title: "Implementation Support", description: "Hands-on guidance and support throughout the strategic transformation implementation journey. Together, we make your vision manifest through comprehensive support methodologies and proven frameworks.", details: ["Change management", "Project oversight", "Training delivery", "Progress monitoring"], icon: TrendingUp }, { step: "04", title: "Continuous Optimization", description: "Ongoing refinement and optimization to ensure sustainable transformation success and impact. Together, we make your vision manifest through continuous improvement methodologies and proven frameworks.", details: ["Performance tracking", "Feedback integration", "Process refinement", "Capability building"], icon: BarChart3 } ]; export function Consulting() { const [expandedAudienceIndex, setExpandedAudienceIndex] = useState(0); useEffect(() => { window.scrollTo(0, 0); }, []); const toggleAudienceExpanded = (index: number) => { setExpandedAudienceIndex(expandedAudienceIndex === index ? null : index); }; return (
{/* Hero Section */}
Strategic Advisory

Strategic Consulting Services

Expert strategic guidance for organizational transformation. Drive clarity, alignment, and sustainable business growth through proven consulting methodologies.

navigateTo('/contact')} className="management-dev-primary-cta" />
96%
Strategic alignment improvement
250+
Organizations transformed
78%
Faster decision-making
91%
Client satisfaction rating
{/* Stacked Offer Section */} {/* Who It's For Section */}

Who It's For

Our strategic consulting services are designed for leaders and organizations committed to transformation, growth, and sustainable competitive advantage.

{targetAudience.map((audience, index) => (

{audience.description}

{audience.characteristics.map((characteristic, charIndex) => ( {characteristic} ))}
))}
{/* Expected Outcomes Section */}

Expected Outcomes

Our strategic consulting delivers measurable improvements in organizational clarity, agility, and decision-making effectiveness across all business functions.

{/* Three-Column Layout - Reference Design Style */}
{/* Clarity in Leadership Direction */}

Clarity in Leadership Direction

Clear strategic direction with aligned leadership behaviors and decision-making frameworks for enhanced organizational effectiveness.

{/* Strategic Leadership Visualization */}
Strategic Clarity +96%
94%
Alignment
91%
Direction
{/* Scalable Org Models */}

Scalable Org Models

Organizational structures that support growth while maintaining operational efficiency and strategic flexibility.

{/* Scalable Organization Metrics */}
Organizational Agility
+78%
Decision Speed
82%
Structure Efficiency
76%
Growth Readiness
84%
{/* Faster Decision-Making & Alignment */}

Faster Decision-Making & Alignment

Streamlined processes that enable rapid, informed decision-making with improved cross-functional alignment.

{/* Decision-Making KPIs */}
Speed
65%
Alignment
89%
Decision Impact Cycle Time
91%
-65%
91%
Quality
-65%
Time Reduction
89%
Alignment
{/* Results Confirmation Banner */}

All outcomes measured within 4-6 months of engagement completion

{/* Our Approach Section - Carousel Design */}
{/* Left Side - Title, Description & Navigation */}

Our Approach

Co-creation model with leadership using proven strategic methodologies: organizational assessments, stakeholder interviews, and collaborative consulting for maximum impact.

{/* Navigation Controls */}
{/* Right Side - Scrollable Approach Cards */}
{/* Right Side Fade Overlay */}
{/* Hide scrollbar with CSS */}
{/* Testimonials Section - Using home page testimonials with custom headers */} {/* CTA Section - Using standardized home page CTA */}
); }