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 { BrandedTag } from './about/BrandedTag'; import { PrimaryCTAButton } from './PrimaryCTAButton'; import { CTABannerSection } from './CTABannerSection'; import { navigateTo } from './Router'; 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: 'Design a Leadership Journey for Your Institution', 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: 'Assess and Strengthen Your Leadership Bench', 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: 'Build Managerial Calibre in Your Teams', 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: 'Align Your Culture with Business Growth', 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: 'Book a Leadership Coaching Conversation', downloadTitle: 'Case Study: Coaching Senior Leaders Through Organisational Transition', route: '/services/executive-coaching' } ]; 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 (
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.
{service.description}
{/* CTA Button */}Discover how we've helped organizations transform their leadership capabilities and drive sustainable business growth.
{caseStudy.description}