import { useState, useEffect } from 'react'; import { motion } from 'motion/react'; import { Users, Target, TrendingUp, BookOpen, MessageCircle, CheckCircle, Download, ArrowRight, Award, Lightbulb, Building2, Brain, UserCheck, ClipboardCheck, Users2, Briefcase } from 'lucide-react'; import PrimaryCTAButton from './PrimaryCTAButton'; import { navigateTo } from './Router'; import { CTABannerSection } from './CTABannerSection'; export function Services() { const [isVisible, setIsVisible] = useState(false); useEffect(() => { setIsVisible(true); }, []); const services = [ { id: 'leadership-development', icon: Users, title: 'Leadership Development Programs (LDP)', description: 'At KLC, we design and deliver high-impact Leadership Development Programs that prepare leaders for tomorrow\'s business challenges. Our journeys go beyond classroom learning — combining business cases, reflective practice, and orientation-based frameworks to create leaders who not only adapt but also accelerate growth. Each program is customised to your strategy, ensuring leaders drive measurable business impact while building long-term succession readiness.', ctaText: 'Learn More', downloadTitle: 'Case Study: How a BFSI Major Built its Next-Gen Leadership Pipeline', route: '/services/leadership-development' }, { id: 'assessments-pipeline', icon: Target, title: 'Assessments & Leadership Pipeline', description: 'Knowing your leaders is the first step to shaping your future. KLC\'s assessment solutions — from 360-degree feedback to Development Centres — provide a clear view of leadership potential and performance. We don\'t just assess; we build actionable pathways for growth. Our pipeline development methods ensure succession is never left to chance, but actively cultivated to secure continuity and competitiveness.', ctaText: 'Learn More', downloadTitle: 'Case Study: Leadership Assessment & Succession Planning in a Top NBFC', route: '/contact' }, { id: 'management-development', icon: TrendingUp, title: 'Management Development Programs (MDP)', description: 'Managers form the backbone of every organisation. Our Management Development Programs strengthen this backbone by equipping managers with the capabilities to lead teams, handle complexity, and deliver consistent results. Rooted in research and practice, our programs blend coaching, peer learning, and simulation-based workshops to help managers grow into confident leaders.', ctaText: 'Learn More', downloadTitle: 'Case Study: Developing 400 Mid-Level Managers at a Global Manufacturing Firm', route: '/services/management-development' }, { id: 'culture-competence', icon: Building2, title: 'Culture & Competence Consulting', description: 'Institutions thrive when culture and competence are aligned to strategy. We partner with organisations to define, assess, and embed the cultural and competence frameworks that accelerate growth. From diagnosing culture to shaping values-in-action, our approach ensures leaders model the right behaviours and teams deliver with synergy.', ctaText: 'Learn More', downloadTitle: 'Case Study: Embedding a Culture of Customer-Centricity in an ITES Giant', route: '/services/culture-competence' }, { id: 'coaching-mentoring', icon: MessageCircle, title: 'Coaching & Mentoring', description: 'Every leader needs a trusted space to reflect, reset, and grow. Our coaching and mentoring services create that space, helping leaders navigate transitions, build influence, and manage complex workplace relationships. With ICF-aligned coaching practices and decades of leadership experience, KLC coaches enable leaders to strengthen their impact on both business results and institutional culture.', ctaText: 'Learn More', downloadTitle: 'Case Study: Coaching Senior Leaders Through Organisational Transition', route: '/services/executive-coaching' }, { id: 'leadership-campus', icon: BookOpen, title: 'Leadership Campus (Facility)', description: 'Experience learning in a world-class environment designed for transformation. Our state-of-the-art Kautilya Leadership Campus provides the perfect setting for immersive leadership development programs. Located in a serene and inspiring environment, our facility combines modern learning spaces with thoughtfully designed areas for reflection, collaboration, and networking. Create lasting memories and meaningful connections while developing leadership capabilities that drive business impact.', ctaText: 'Learn More', downloadTitle: 'Case Study: Transformative Leadership Retreats at Kautilya Campus', route: '/services/learning-facility' } ]; const caseStudies = [ { title: 'Case Study on Mid-Sized Bank', description: 'Comprehensive leadership development and culture transformation initiative', format: 'PDF' }, { title: 'Case Study on Leading Insurance Company', description: 'Strategic leadership pipeline development and succession planning', format: 'PDF' }, { title: 'Case Study on Leading Private Sector Bank', description: 'Management development and organizational capability building', format: 'PDF' } ]; return (
{/* Hero Section */}
Our Services

Building Leadership Capacity
That Drives Results

At Kautilya Leadership Centre, we enable institutions and individuals to build leadership capacity, align culture with strategy, and create enduring value. Our services span leadership development, consulting, coaching, assessments, and digital learning — each designed with research, context, and practice at the core.

navigateTo('/contact')} ariaLabel="Contact us to explore our services approach" className="cta-text-white" />
{/* Services Overview Section */}
{/* Services Grid */}
{services.map((service, index) => (
{/* Content Section */}
{/* Icon and Title - Single Line (Figma Layout) */}

{service.title}

{/* Brief Overview */}

{service.description.split('.')[0]}.

{/* Service Preview Cards - Figma Layout */}
{/* Preview Card 1: What It Is */}

What It Is

{index === 0 && 'Customized leadership journeys combining business cases, reflective practice, and strategic frameworks'} {index === 1 && '360-degree feedback, Development Centres, and pipeline strategies for succession planning'} {index === 2 && 'Manager capability building through coaching, peer learning, and simulation workshops'} {index === 3 && 'Culture assessment, competence frameworks, and values-in-action embedding strategies'} {index === 4 && 'ICF-aligned coaching and mentoring for leadership transitions and influence building'} {index === 5 && 'State-of-the-art campus for immersive leadership development and transformation'}

{/* Preview Card 2: Who It's For */}

Who It's For

{index === 0 && 'Senior leaders, high-potential managers, and succession pipeline candidates'} {index === 1 && 'HR teams, talent managers, and succession planning committees'} {index === 2 && 'Mid-level managers, team leaders, and aspiring first-time leaders'} {index === 3 && 'Leadership teams, HR leaders, and change management sponsors'} {index === 4 && 'C-suite executives, senior leaders navigating transitions and complex challenges'} {index === 5 && 'Organizations seeking transformative leadership retreats and immersive learning'}

{/* Preview Card 3: Expected Impact - Full Width */}

Expected Impact

{index === 0 && 'Leaders who drive measurable business impact'} {index === 1 && 'Clear succession pathways and readiness'} {index === 2 && 'Confident managers delivering consistent results'} {index === 3 && 'Culture-strategy alignment and synergy'} {index === 4 && 'Enhanced leadership influence and presence'} {index === 5 && 'Lasting transformation and connections'}

{index === 0 && 'Long-term succession readiness'} {index === 1 && 'Data-driven development plans'} {index === 2 && 'Effective team leadership capability'} {index === 3 && 'Values modeled by leadership'} {index === 4 && 'Successful navigation of transitions'} {index === 5 && 'Immersive learning environment'}

{index === 0 && 'Accelerated leadership growth'} {index === 1 && 'Proactive talent cultivation'} {index === 2 && 'Growth into confident leaders'} {index === 3 && 'Sustained competitive advantage'} {index === 4 && 'Improved decision-making confidence'} {index === 5 && 'Meaningful networking opportunities'}

{/* CTA Button */}
navigateTo(service.route)} ariaLabel={`Learn more about ${service.title}`} className="cta-text-black" />
{/* Image Section - Positioned at Bottom Right (Figma Design) */}
))}
{/* Case Studies Section */}
Case Studies

Real Impact, Real Results

Discover how we've helped organizations transform their leadership capabilities and drive sustainable business growth.

{caseStudies.map((caseStudy, index) => ( {/* Handle case study view */ }} >

{caseStudy.title}

{caseStudy.description}

))}
{/* CTA Banner Section */}
); }