diff --git a/src/components/LearningOnline.tsx b/src/components/LearningOnline.tsx
index 37262c4..ca3d425 100644
--- a/src/components/LearningOnline.tsx
+++ b/src/components/LearningOnline.tsx
@@ -32,9 +32,7 @@ import {
Grid,
List,
X,
- DollarSign,
- ShoppingCart,
- ArrowLeft
+ DollarSign
} from 'lucide-react';
import { motion } from 'motion/react';
import { navigateTo } from './Router';
@@ -168,6 +166,20 @@ const featuredCourses = [
price: '₹14,857',
originalPrice: '₹19,007'
},
+ {
+ id: 'ldp-foundations',
+ title: 'Strategic Leadership Development Program: Foundations',
+ thumbnail: 'https://images.unsplash.com/photo-1588912914078-2fe5224fd8b8?w=400&h=250&fit=crop',
+ duration: '40 hours',
+ level: 'Intermediate',
+ format: 'Self-paced',
+ rating: 4.8,
+ participants: '1,247+',
+ category: 'Leadership Development',
+ description: 'Master the fundamentals of effective leadership through evidence-based practices and real-world case studies.',
+ price: '$599',
+ originalPrice: '$799'
+ },
{
id: '9',
title: 'Strategic Risk Analysis',
@@ -184,30 +196,6 @@ const featuredCourses = [
}
];
-// Learning Methodology Points
-const methodologyPoints = [
- {
- icon: Target,
- title: 'Self-awareness through leadership orientations',
- description: 'Understand your natural leadership style and how to adapt it for different situations and team dynamics.'
- },
- {
- icon: BookOpen,
- title: 'Research-backed frameworks',
- description: 'Learn from proven methodologies based on decades of leadership research and real-world application.'
- },
- {
- icon: Zap,
- title: 'Practice-oriented skill development',
- description: 'Apply concepts immediately through interactive exercises, simulations, and hands-on projects.'
- },
- {
- icon: MessageCircle,
- title: 'Expert-led conversations',
- description: 'Engage with seasoned leaders and industry experts through live sessions and mentoring opportunities.'
- }
-];
-
export function LearningOnline() {
const [searchTerm, setSearchTerm] = useState('');
const [selectedCategory, setSelectedCategory] = useState('All Categories');
@@ -342,53 +330,43 @@ export function LearningOnline() {
return (
{/* Hero Banner – Digital Learning - Blog Style */}
-
-
-
-
+
+
+
-
-
-
- {/* Back Navigation */}
-
-
+
+
+
+ {/* Eyebrow Text */}
+
+
+ DIGITAL LEARNING PLATFORM
-
-
- Grow as a Leader, Anytime
-
-
+ {/* Main Header */}
+
+ Discover Your Leadership Potential Online
+
-
-
- 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"
- />
+ {/* Sub Text */}
+
+
+ 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.
+
-
+
@@ -420,8 +398,8 @@ export function LearningOnline() {