From 38a7b6a2609ba751e56e92ab18b66a4d2ecd4b1b Mon Sep 17 00:00:00 2001 From: priyanshuvish Date: Thu, 25 Sep 2025 16:45:18 +0530 Subject: [PATCH] other changes like hero sec align left --- src/components/AboutUs.tsx | 74 ++--- src/components/LearningOnline.tsx | 74 +++-- src/components/Services.tsx | 140 +++++---- src/components/ServicesSection.tsx | 2 +- src/components/services/CultureCompetence.tsx | 159 +++------- src/components/services/ExecutiveCoaching.tsx | 139 ++------- .../services/LeadershipDevelopment.tsx | 283 +++--------------- .../LeadershipPipelineDevelopment.tsx | 236 +++------------ .../services/ManagementDevelopment.tsx | 159 +++------- 9 files changed, 327 insertions(+), 939 deletions(-) diff --git a/src/components/AboutUs.tsx b/src/components/AboutUs.tsx index d783fef..429f556 100644 --- a/src/components/AboutUs.tsx +++ b/src/components/AboutUs.tsx @@ -17,7 +17,8 @@ import { Eye, BookOpen, Puzzle, - Building + Building, + ArrowLeft } from 'lucide-react'; import { BrandedTag } from './about/BrandedTag'; import { PrimaryCTAButton } from './PrimaryCTAButton'; @@ -25,6 +26,7 @@ import { CTABannerSection } from './CTABannerSection'; import { TestimonialsSection } from './TestimonialsSection'; import { TeamMemberModal } from './TeamMemberModal'; import { navigateTo } from './Router'; +import { Button } from './ui/button'; // Leadership Orientations Data const leadershipOrientations = [ @@ -276,53 +278,53 @@ export function AboutUs() { return (
{/* Hero Section - Our Vision Page Style */} -
+
-
-
+
-
-
- -
-
- About Kautilya Leadership Centre -
- -

- Transforming Leadership Through
Research and Practice -

- -

- Founded in 2016 with the vision of being a world class institution in the thought and practice of leadership. - We facilitate institutions to build Leadership capacity and capability while helping individuals unleash their potential. -

+
+
+ {/* Back Navigation */} +
+ +
-
- navigateTo('/contact')} - ariaLabel="Contact us to discover our leadership approach" - className="management-dev-primary-cta" - /> -
- +
+

+ Advancing Leadership Through Insight +

+
+ +

+ Founded in 2016 with the vision of being a world class institution in the thought and practice of leadership. We facilitate institutions to build Leadership capacity and capability while helping individuals unleash their potential. +

+ +
+ navigateTo('/contact?topic=management-development')} + ariaLabel="Talk to us about management development" + className="primary-cta-button-blue cta-text-white" + /> +
- -
{/* Section 1: Our Promise */} diff --git a/src/components/LearningOnline.tsx b/src/components/LearningOnline.tsx index fca97a3..37262c4 100644 --- a/src/components/LearningOnline.tsx +++ b/src/components/LearningOnline.tsx @@ -33,7 +33,8 @@ import { List, X, DollarSign, - ShoppingCart + ShoppingCart, + ArrowLeft } from 'lucide-react'; import { motion } from 'motion/react'; import { navigateTo } from './Router'; @@ -341,40 +342,53 @@ export function LearningOnline() { return (
{/* Hero Banner – Digital Learning - Blog Style */} -
-
-
+
+
+
+
-
-
- - {/* Eyebrow Text */} -
-
- DIGITAL LEARNING PLATFORM +
+
+
+ {/* Back Navigation */} +
+
- {/* Main Header */} -

- Discover Your Leadership - Potential Online -

+
+

+ Grow as a Leader, Anytime +

+
-

Our Leadership Courses are structured packages which are targeted towards building your leadership abilities. Each course is a wholesome package which not only helps you gain awareness about your leadership style but also gives insights to build your leadership abilities. Every course contains curated content targeted towards a specific leadership ability. Each course consists of our proprietary profiling instruments – Leadership Profilers, conceptual videos and experiences of leaders – Leadership Webcasts, as well as additional content to supplement learning. -

- +

+ + Our Leadership Courses are designed to build your leadership abilities through targeted, structured packages. Each course increases self-awareness of your leadership style and provides practical insights to strengthen your skills. Courses feature curated content focused on specific abilities, including our proprietary Leadership Profilers, conceptual videos, leader webcasts, and supplemental resources. + +

+ +
+ navigateTo('/contact?topic=management-development')} + ariaLabel="Talk to us about management development" + className="primary-cta-button-blue cta-text-white" + /> +
+
diff --git a/src/components/Services.tsx b/src/components/Services.tsx index d575846..1381ee1 100644 --- a/src/components/Services.tsx +++ b/src/components/Services.tsx @@ -1,10 +1,10 @@ import { useState, useEffect } from 'react'; import { motion } from 'motion/react'; -import { - Users, - Target, - TrendingUp, - BookOpen, +import { + Users, + Target, + TrendingUp, + BookOpen, MessageCircle, CheckCircle, Download, @@ -16,12 +16,14 @@ import { UserCheck, ClipboardCheck, Users2, - Briefcase + Briefcase, + ArrowLeft } from 'lucide-react'; import { BrandedTag } from './about/BrandedTag'; import { PrimaryCTAButton } from './PrimaryCTAButton'; import { CTABannerSection } from './CTABannerSection'; import { navigateTo } from './Router'; +import { Button } from './ui/button'; export function Services() { const [isVisible, setIsVisible] = useState(false); @@ -110,48 +112,48 @@ export function Services() { {/* 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. -

+
+
+ {/* Back Navigation */} +
+ +
- {/*
- navigateTo('/contact')} - ariaLabel="Contact us to explore our services approach" - className="cta-text-white" - /> -
*/} - +
+

+ Building Leaders, Driving Impact +

+
+ +

+ 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?topic=management-development')} + ariaLabel="Talk to us about management development" + className="primary-cta-button-blue cta-text-white" + /> +
@@ -161,7 +163,7 @@ export function Services() {
- + {/* Services Grid */}
{services.map((service, index) => ( @@ -173,26 +175,24 @@ export function Services() { viewport={{ once: true }} className="max-w-7xl mx-auto" > -
- - {/* Content Section */} -
+ + {/* Content Section */} +
{/* Icon and Title - Side by Side */}
-
- +

{service.title}

- + {/* Description */}

{service.description} @@ -209,9 +209,9 @@ export function Services() {

{/* Download Resource */} -
- +

Transform organizational culture and build strategic competencies that drive 73% better engagement and business performance.

- navigateTo('/contact?topic=culture-competence')} ariaLabel="Book a consultation for culture and competence consulting" @@ -217,7 +218,7 @@ export function CultureCompetence() {
-
@@ -234,7 +235,7 @@ export function CultureCompetence() {
-
@@ -251,7 +252,7 @@ export function CultureCompetence() {
-
@@ -288,7 +289,7 @@ export function CultureCompetence() {
-
@@ -330,13 +331,13 @@ export function CultureCompetence() {
{useCases.map((useCase, index) => ( -
{/* Icon and Title */}
-
@@ -385,7 +386,7 @@ export function CultureCompetence() {

Core Frameworks & Methodologies

-
@@ -398,9 +399,9 @@ export function CultureCompetence() {

- +
-
@@ -413,9 +414,9 @@ export function CultureCompetence() {

- +
-
@@ -428,9 +429,9 @@ export function CultureCompetence() {

- +
-
@@ -459,7 +460,7 @@ export function CultureCompetence() {

- +
@@ -469,7 +470,7 @@ export function CultureCompetence() {

- +
@@ -479,7 +480,7 @@ export function CultureCompetence() {

- +
@@ -511,7 +512,7 @@ export function CultureCompetence() {
{programTimeline.map((phase, index) => ( - @@ -521,7 +522,7 @@ export function CultureCompetence() { onClick={() => setExpandedPhase(expandedPhase === index ? null : index)} >
-
@@ -597,7 +598,7 @@ export function CultureCompetence() { {expectedOutcomes.map((outcome, index) => ( -
@@ -638,97 +639,11 @@ export function CultureCompetence() {
{/* 7. Client Examples / Testimonials - Hero Section Design */} -
-
- {/* Branded Tag */} -
-
-
- - Client Success Stories - -
-
- - {/* Main heading */} -

- Culture Transformation Success -

- - {/* Split Layout Container with Max Width */} -
-
- {/* Left Side - Image */} -
-
- -
-
- - {/* Right Side - Quote Content with White Background */} -
- {/* Large Opening Quotation Mark */} -
- " -
- -
- {/* Quote */} -
- The Culture & Competence transformation program revolutionized our organization. Employee engagement increased by 73%, and we achieved 68% better alignment between our culture and business strategy. The competency development component built critical capabilities. -
- - {/* Attribution */} -
-
- Financial Services Company -
-
- 5,000+ employees • 73% engagement improvement • 68% culture alignment increase -
-
-
- - {/* Large Closing Quotation Mark */} -
- " -
-
-
-
-
-
+ {/* 8. CTA Section - Hero Section Design */}
@@ -739,10 +654,10 @@ export function CultureCompetence() { alt="Professional team collaborating in modern office" className="w-full h-full object-cover" /> - + {/* Subtle dark overlay for overall image */}
- + {/* Gradient overlay for better text readability */}
@@ -750,7 +665,7 @@ export function CultureCompetence() { {/* Content Container */}
{/* CTA Content Block */} -
@@ -759,8 +674,8 @@ export function CultureCompetence() { {/* Main Headline */}

- Ready to transform your culture? - @@ -770,7 +685,7 @@ export function CultureCompetence() {

{/* CTA Button */} - navigateTo('/contact?topic=culture-competence')} ariaLabel="Schedule a culture and competence consultation" diff --git a/src/components/services/ExecutiveCoaching.tsx b/src/components/services/ExecutiveCoaching.tsx index b28da1d..64e66d5 100644 --- a/src/components/services/ExecutiveCoaching.tsx +++ b/src/components/services/ExecutiveCoaching.tsx @@ -7,7 +7,7 @@ import { navigateTo } from '../Router'; import { BrandedTag } from '../about/BrandedTag'; import { PrimaryCTAButton } from '../PrimaryCTAButton'; import { StandardCTAButton } from '../StandardCTAButton'; -import { +import { ArrowRight, CheckCircle, Settings, @@ -38,6 +38,7 @@ import { User, UserCheck } from 'lucide-react'; +import { TestimonialsSection } from '../TestimonialsSection'; const targetAudience = [ { @@ -148,7 +149,7 @@ export function ExecutiveCoaching() { {/* Hero Section */}
-
{/* Back Navigation */}
-
- +

Develop exceptional leaders through personalized coaching that drives 87% improvement in leadership effectiveness and accelerates career advancement.

- navigateTo('/contact?topic=coaching-mentoring')} ariaLabel="Book a consultation for coaching and mentoring" @@ -218,7 +219,7 @@ export function ExecutiveCoaching() {
-
@@ -235,7 +236,7 @@ export function ExecutiveCoaching() {
-
@@ -252,7 +253,7 @@ export function ExecutiveCoaching() {
-
@@ -289,7 +290,7 @@ export function ExecutiveCoaching() {
-
@@ -331,7 +332,7 @@ export function ExecutiveCoaching() {
{useCases.map((useCase, index) => ( - @@ -341,7 +342,7 @@ export function ExecutiveCoaching() { onClick={() => setExpandedUseCase(expandedUseCase === index ? null : index)} >
-
@@ -465,7 +466,7 @@ export function ExecutiveCoaching() {
{programTimeline.map((phase, index) => ( - @@ -475,7 +476,7 @@ export function ExecutiveCoaching() { onClick={() => setExpandedPhase(expandedPhase === index ? null : index)} >
-
@@ -551,7 +552,7 @@ export function ExecutiveCoaching() { {expectedOutcomes.map((outcome, index) => ( -
@@ -592,97 +593,11 @@ export function ExecutiveCoaching() {
{/* 7. Client Examples / Testimonials - Hero Section Design */} -
-
- {/* Branded Tag */} -
-
-
- - Client Success Stories - -
-
- - {/* Main heading */} -

- Coaching & Mentoring Success -

- - {/* Split Layout Container with Max Width */} -
-
- {/* Left Side - Image */} -
-
- -
-
- - {/* Right Side - Quote Content with White Background */} -
- {/* Large Opening Quotation Mark */} -
- " -
- -
- {/* Quote */} -
- The executive coaching program was transformational for my leadership journey. My coach helped me navigate a complex organizational restructuring while developing my strategic thinking capabilities. Within 12 months, I was promoted to CEO and credit much of my success to personalized coaching. -
- - {/* Attribution */} -
-
- Technology Company -
-
- Senior Vice President → CEO • 87% improvement in leadership effectiveness -
-
-
- - {/* Large Closing Quotation Mark */} -
- " -
-
-
-
-
-
+ {/* 8. CTA Section - Hero Section Design */}
@@ -693,10 +608,10 @@ export function ExecutiveCoaching() { alt="Professional team collaborating in modern office" className="w-full h-full object-cover" /> - + {/* Subtle dark overlay for overall image */}
- + {/* Gradient overlay for better text readability */}
@@ -704,7 +619,7 @@ export function ExecutiveCoaching() { {/* Content Container */}
{/* CTA Content Block */} -
@@ -713,8 +628,8 @@ export function ExecutiveCoaching() { {/* Main Headline */}

- Ready to accelerate your leadership? - @@ -724,7 +639,7 @@ export function ExecutiveCoaching() {

{/* CTA Button */} - navigateTo('/contact?topic=coaching-mentoring')} ariaLabel="Schedule a coaching and mentoring consultation" diff --git a/src/components/services/LeadershipDevelopment.tsx b/src/components/services/LeadershipDevelopment.tsx index d357cd9..81ad90b 100644 --- a/src/components/services/LeadershipDevelopment.tsx +++ b/src/components/services/LeadershipDevelopment.tsx @@ -7,7 +7,7 @@ import { navigateTo } from '../Router'; import { BrandedTag } from '../about/BrandedTag'; import { PrimaryCTAButton } from '../PrimaryCTAButton'; import { StandardCTAButton } from '../StandardCTAButton'; -import { +import { ArrowRight, CheckCircle, Settings, @@ -37,6 +37,7 @@ import { Building, UserCheck } from 'lucide-react'; +import { TestimonialsSection } from '../TestimonialsSection'; const targetAudience = [ { @@ -147,7 +148,7 @@ export function LeadershipDevelopment() { {/* Hero Section */}
-
{/* Back Navigation */}
-
- +

Transform senior executives into visionary leaders who drive 94% better strategic outcomes and organizational performance.

- navigateTo('/contact?topic=leadership-development')} ariaLabel="Book a consultation for leadership development" @@ -217,7 +218,7 @@ export function LeadershipDevelopment() {
-
@@ -234,7 +235,7 @@ export function LeadershipDevelopment() {
-
@@ -251,7 +252,7 @@ export function LeadershipDevelopment() {
-
@@ -288,7 +289,7 @@ export function LeadershipDevelopment() {
-
@@ -330,13 +331,13 @@ export function LeadershipDevelopment() {
{useCases.map((useCase, index) => ( -
{/* Icon and Title */}
-
@@ -385,7 +386,7 @@ export function LeadershipDevelopment() {

Core Frameworks & Methodologies

-
@@ -398,9 +399,9 @@ export function LeadershipDevelopment() {

- +
-
@@ -413,9 +414,9 @@ export function LeadershipDevelopment() {

- +
-
@@ -428,9 +429,9 @@ export function LeadershipDevelopment() {

- +
-
@@ -459,7 +460,7 @@ export function LeadershipDevelopment() {

- +
@@ -469,7 +470,7 @@ export function LeadershipDevelopment() {

- +
@@ -479,7 +480,7 @@ export function LeadershipDevelopment() {

- +
@@ -511,7 +512,7 @@ export function LeadershipDevelopment() {
{programTimeline.map((phase, index) => ( - @@ -521,7 +522,7 @@ export function LeadershipDevelopment() { onClick={() => setExpandedPhase(expandedPhase === index ? null : index)} >
-
@@ -597,7 +598,7 @@ export function LeadershipDevelopment() { {expectedOutcomes.map((outcome, index) => ( -
@@ -638,221 +639,11 @@ export function LeadershipDevelopment() {
{/* 7. Client Examples / Testimonials - Hero Section Design */} -
-
- {/* Branded Tag */} -
-
-
- - SUCCESS STORIES - -
-
- - {/* Main heading */} -

- What Our Leaders Say -

- - {/* Subtitle */} -

- Hear from executives and managers who have transformed their leadership approach through our comprehensive development programs. -

- - {/* Navigation Controls */} -
-
- - -
-
- - {/* Testimonials Carousel */} -
- {/* Testimonial Card 1 */} -
-
-
- VIDEO -
-
-
- -
-
-
- -
-
David Thompson
-
Senior VP
-
Enterprise Solutions
-
-
-
- {[...Array(5)].map((_, i) => ( - - ))} -
-
-
-

- The personalized coaching and development programs have been game-changing for our organization's leadership pipeline and succession planning initiatives. -

-
-
- - {/* Testimonial Card 2 */} -
-
- -
- VIDEO -
-
-
- -
-
-
- -
-
Lisa Wang
-
Product Manager
-
Digital Innovation
-
-
-
- {[...Array(5)].map((_, i) => ( - - ))} -
-
-
-

- The leadership development program fundamentally transformed my approach to strategic leadership. Within 6 months, our strategic execution improved by 65%. -

-
-
- - {/* Testimonial Card 3 */} -
-
-
- VIDEO -
-
-
- -
-
-
- -
-
Robert Kim
-
Regional Director
-
Global Corp
-
-
-
- {[...Array(5)].map((_, i) => ( - - ))} -
-
-
-

- The leadership development programs provided by KLC have been instrumental in building a more cohesive and effective leadership team across our organization. -

-
-
- - {/* Testimonial Card 4 */} -
-
- -
- VIDEO -
-
-
- -
-
-
- -
-
Sarah Chen
-
Chief Executive Officer
-
TechForward Solutions
-
-
-
- {[...Array(5)].map((_, i) => ( - - ))} -
-
-
-

- KLC's leadership development programs have completely changed how we approach team building and strategic planning. The results speak for themselves. -

-
-
-
-
-
+ {/* 8. CTA Section - Hero Section Design */}
@@ -863,10 +654,10 @@ export function LeadershipDevelopment() { alt="Professional team collaborating in modern office" className="w-full h-full object-cover" /> - + {/* Subtle dark overlay for overall image */}
- + {/* Gradient overlay for better text readability */}
@@ -874,7 +665,7 @@ export function LeadershipDevelopment() { {/* Content Container */}
{/* CTA Content Block */} -
@@ -883,8 +674,8 @@ export function LeadershipDevelopment() { {/* Main Headline */}

- Ready to transform your leadership? - @@ -894,7 +685,7 @@ export function LeadershipDevelopment() {

{/* CTA Button */} - navigateTo('/contact?topic=leadership-development')} ariaLabel="Schedule a leadership development consultation" diff --git a/src/components/services/LeadershipPipelineDevelopment.tsx b/src/components/services/LeadershipPipelineDevelopment.tsx index 4b07c0c..cc333f2 100644 --- a/src/components/services/LeadershipPipelineDevelopment.tsx +++ b/src/components/services/LeadershipPipelineDevelopment.tsx @@ -1,5 +1,5 @@ import React, { useEffect, useState } from 'react'; -import { +import { ArrowRight, CheckCircle, Settings, @@ -38,6 +38,7 @@ import { BrandedTag } from '../about/BrandedTag'; import { Card, CardContent } from '../ui/card'; import { ImageWithFallback } from '../figma/ImageWithFallback'; import { StandardCTAButton } from '../StandardCTAButton'; +import { TestimonialsSection } from '../TestimonialsSection'; const targetAudience = [ { @@ -199,7 +200,7 @@ export function LeadershipPipelineDevelopment() { {/* Hero Section */}
-
{/* Back Navigation */}
-
- +

Build sustainable leadership pipelines that eliminate succession gaps and reduce external hiring by 75%.

- navigateTo('/contact?topic=leadership-pipeline')} ariaLabel="Book a consultation for leadership pipeline development" @@ -269,7 +270,7 @@ export function LeadershipPipelineDevelopment() {
-
@@ -286,7 +287,7 @@ export function LeadershipPipelineDevelopment() {
-
@@ -303,7 +304,7 @@ export function LeadershipPipelineDevelopment() {
-
@@ -340,7 +341,7 @@ export function LeadershipPipelineDevelopment() {
-
@@ -382,13 +383,13 @@ export function LeadershipPipelineDevelopment() {
{useCases.map((useCase, index) => ( -
{/* Icon and Title */}
-
@@ -437,7 +438,7 @@ export function LeadershipPipelineDevelopment() {

Core Frameworks & Methodologies

-
@@ -450,9 +451,9 @@ export function LeadershipPipelineDevelopment() {

- +
-
@@ -465,9 +466,9 @@ export function LeadershipPipelineDevelopment() {

- +
-
@@ -480,9 +481,9 @@ export function LeadershipPipelineDevelopment() {

- +
-
@@ -511,7 +512,7 @@ export function LeadershipPipelineDevelopment() {

- +
@@ -521,7 +522,7 @@ export function LeadershipPipelineDevelopment() {

- +
@@ -531,7 +532,7 @@ export function LeadershipPipelineDevelopment() {

- +
@@ -563,7 +564,7 @@ export function LeadershipPipelineDevelopment() {
{programTimeline.map((phase, index) => ( - @@ -573,7 +574,7 @@ export function LeadershipPipelineDevelopment() { onClick={() => setExpandedPhase(expandedPhase === index ? null : index)} >
-
@@ -649,7 +650,7 @@ export function LeadershipPipelineDevelopment() { {expectedOutcomes.map((outcome, index) => ( -
@@ -690,174 +691,11 @@ export function LeadershipPipelineDevelopment() {
{/* 7. Client Examples / Testimonials - Hero Section Design */} -
-
- {/* Branded Tag */} -
-
-
- - Client Success Stories - -
-
- - {/* Main heading */} -

- Pipeline Development Success -

- - {/* Navigation Controls */} -
-
- - -
-
- - {/* Split Layout Container with Max Width - Exact Home Page Design */} -
-
- {/* Left Side - Video Testimonial */} -
{ - // Video testimonial click handler - console.log('Play video testimonial'); - }} - > -
- {/* Video Thumbnail */} - - - {/* Dark overlay on hover */} -
- - {/* Centered Play Button Overlay */} - {currentTestimonialData.hasVideo && ( -
-
- -
-
- )} - - {/* Watch Video Text */} - {currentTestimonialData.hasVideo && ( -
-
- ▶ Video -
-
- )} -
-
- - {/* Right Side - Text Testimonial with White Background */} -
- {/* Large Opening Quotation Mark */} -
- " -
- -
- {/* Quote with Compact Typography */} -
- {currentTestimonialData.quote} -
- - {/* Attribution */} -
-
- {currentTestimonialData.name} -
-
- {currentTestimonialData.title} {currentTestimonialData.company && `at ${currentTestimonialData.company}`} -
-
- - {/* Testimonial Navigation Dots */} -
- {pipelineTestimonials.map((testimonial, index) => ( -
-
- - {/* Large Closing Quotation Mark */} -
- " -
-
-
-
-
-
+ {/* 8. CTA Section - Hero Section Design */}
@@ -868,10 +706,10 @@ export function LeadershipPipelineDevelopment() { alt="Professional team collaborating in modern office" className="w-full h-full object-cover" /> - + {/* Subtle dark overlay for overall image */}
- + {/* Gradient overlay for better text readability */}
@@ -879,7 +717,7 @@ export function LeadershipPipelineDevelopment() { {/* Content Container */}
{/* CTA Content Block */} -
@@ -888,8 +726,8 @@ export function LeadershipPipelineDevelopment() { {/* Main Headline */}

- Ready to build your leadership pipeline? - @@ -899,7 +737,7 @@ export function LeadershipPipelineDevelopment() {

{/* CTA Button */} - navigateTo('/contact?topic=leadership-pipeline')} ariaLabel="Schedule a leadership pipeline consultation" diff --git a/src/components/services/ManagementDevelopment.tsx b/src/components/services/ManagementDevelopment.tsx index 39da83b..5bdaddd 100644 --- a/src/components/services/ManagementDevelopment.tsx +++ b/src/components/services/ManagementDevelopment.tsx @@ -7,7 +7,7 @@ import { navigateTo } from '../Router'; import { BrandedTag } from '../about/BrandedTag'; import { PrimaryCTAButton } from '../PrimaryCTAButton'; import { StandardCTAButton } from '../StandardCTAButton'; -import { +import { ArrowRight, CheckCircle, Settings, @@ -36,6 +36,7 @@ import { UserCheck, Heart } from 'lucide-react'; +import { TestimonialsSection } from '../TestimonialsSection'; const targetAudience = [ { @@ -146,7 +147,7 @@ export function ManagementDevelopment() { {/* Hero Section */}
-
{/* Back Navigation */}
-
- +

Build exceptional managers who drive 89% better team performance and reduce turnover by 76%.

- navigateTo('/contact?topic=management-development')} ariaLabel="Talk to us about management development" @@ -216,7 +217,7 @@ export function ManagementDevelopment() {
-
@@ -233,7 +234,7 @@ export function ManagementDevelopment() {
-
@@ -250,7 +251,7 @@ export function ManagementDevelopment() {
-
@@ -287,7 +288,7 @@ export function ManagementDevelopment() {
-
@@ -329,13 +330,13 @@ export function ManagementDevelopment() {
{useCases.map((useCase, index) => ( -
{/* Icon and Title */}
-
@@ -384,7 +385,7 @@ export function ManagementDevelopment() {

Core Frameworks & Methodologies

-
@@ -397,9 +398,9 @@ export function ManagementDevelopment() {

- +
-
@@ -412,9 +413,9 @@ export function ManagementDevelopment() {

- +
-
@@ -427,9 +428,9 @@ export function ManagementDevelopment() {

- +
-
@@ -458,7 +459,7 @@ export function ManagementDevelopment() {

- +
@@ -468,7 +469,7 @@ export function ManagementDevelopment() {

- +
@@ -478,7 +479,7 @@ export function ManagementDevelopment() {

- +
@@ -510,7 +511,7 @@ export function ManagementDevelopment() {
{programTimeline.map((phase, index) => ( - @@ -520,7 +521,7 @@ export function ManagementDevelopment() { onClick={() => setExpandedPhase(expandedPhase === index ? null : index)} >
-
@@ -596,7 +597,7 @@ export function ManagementDevelopment() { {expectedOutcomes.map((outcome, index) => ( -
@@ -637,97 +638,11 @@ export function ManagementDevelopment() {
{/* 7. Client Examples / Testimonials - Hero Section Design */} -
-
- {/* Branded Tag */} -
-
-
- - Client Success Stories - -
-
- - {/* Main heading */} -

- Management Development Success -

- - {/* Split Layout Container with Max Width */} -
-
- {/* Left Side - Image */} -
-
- -
-
- - {/* Right Side - Quote Content with White Background */} -
- {/* Large Opening Quotation Mark */} -
- " -
- -
- {/* Quote */} -
- Our Management Development program transformed our middle management layer. Within 9 months, we saw 89% improvement in team performance metrics and a 76% reduction in turnover. Most importantly, our managers now have the confidence and skills to lead effectively. -
- - {/* Attribution */} -
-
- Retail Chain Organization -
-
- 800+ employees • 120 managers trained • 89% team performance improvement -
-
-
- - {/* Large Closing Quotation Mark */} -
- " -
-
-
-
-
-
+ {/* 8. CTA Section - Hero Section Design */}
@@ -738,10 +653,10 @@ export function ManagementDevelopment() { alt="Professional team collaborating in modern office" className="w-full h-full object-cover" /> - + {/* Subtle dark overlay for overall image */}
- + {/* Gradient overlay for better text readability */}
@@ -749,7 +664,7 @@ export function ManagementDevelopment() { {/* Content Container */}
{/* CTA Content Block */} -
@@ -758,8 +673,8 @@ export function ManagementDevelopment() { {/* Main Headline */}

- Ready to build exceptional managers? - @@ -769,7 +684,7 @@ export function ManagementDevelopment() {

{/* CTA Button */} - navigateTo('/contact?topic=management-development')} ariaLabel="Schedule a management development consultation"