first commit

This commit is contained in:
priyanshuvish
2025-08-28 13:14:51 +05:30
commit b9bf8ce99e
176 changed files with 51228 additions and 0 deletions

636
src/data/webinarsData.ts Normal file
View File

@@ -0,0 +1,636 @@
// Shared webinar data structure for consistency across all components
export interface WebinarData {
id: string;
slug: string;
title: string;
description: string;
presenter: string;
presenterTitle: string;
company: string;
date: string;
time: string;
endTime: string;
timezone: string;
duration: string;
attendees: string;
maxAttendees: number;
category: string;
tags: string[];
thumbnail: string;
status: 'upcoming' | 'live' | 'recorded';
featured: boolean;
level: 'Beginner' | 'Intermediate' | 'Advanced';
format: 'Virtual' | 'Hybrid' | 'In Person';
rating: number;
price: string;
registrationOpen: boolean;
recordingReady: boolean;
recordingUrl: string;
zoomUrl: string;
theme: string;
abstract: string;
keyTakeaways: string[];
agenda: Array<{
time: string;
title: string;
description: string;
}>;
host: {
id: number;
name: string;
title: string;
company: string;
bio: string;
avatar: string;
linkedin: string;
email: string;
};
panelists: Array<{
id: number;
name: string;
title: string;
company: string;
bio: string;
avatar: string;
linkedin: string;
}>;
faqs: Array<{
question: string;
answer: string;
}>;
relatedProgrammes: Array<{
id: number;
title: string;
description: string;
duration: string;
format: string;
image: string;
price: string;
originalPrice: string;
category: string;
level: string;
rating: number;
participants: string;
slug: string;
}>;
}
// Shared webinar data - single source of truth
export const sharedWebinarsData: WebinarData[] = [
{
id: '1',
slug: 'leadership-digital-transformation',
title: 'Leading Digital Transformation: Strategic Approaches for Modern Leaders',
description: 'Discover how modern leaders can adapt and thrive in an increasingly digital world. This comprehensive webcast covers digital transformation strategies, leading remote teams, and fostering innovation.',
presenter: 'Dr. Sarah Mitchell',
presenterTitle: 'Chief Digital Transformation Officer',
company: 'TechForward Solutions',
date: '2024-03-15',
time: '14:00',
endTime: '15:30',
timezone: 'EST',
duration: '90 min',
attendees: '2,400+',
maxAttendees: 3000,
category: 'Digital Transformation',
tags: ['Leadership', 'Digital Strategy', 'Innovation', 'Change Management'],
thumbnail: 'https://images.unsplash.com/photo-1560472355-536de3962603?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxidXNpbmVzcyUyMGxlYWRlcnNoaXAlMjBzdHJhdGVneXxlbnwwfHx8fDE3MzU4NTQyNzB8MA&ixlib=rb-4.0.3&q=80&w=1080',
status: 'live' as const,
featured: true,
level: 'Advanced',
format: 'Hybrid',
rating: 4.8,
price: 'Free',
registrationOpen: true,
recordingReady: false,
recordingUrl: '',
zoomUrl: 'https://zoom.us/j/1234567890',
theme: 'Digital Leadership',
abstract: 'In today\'s rapidly evolving business landscape, leaders must adapt to digital transformation while maintaining human-centered approaches. This interactive webinar will equip you with practical frameworks, proven strategies, and actionable insights to successfully navigate digital disruption, foster innovation, and build resilient teams that thrive in the digital age.',
keyTakeaways: [
'Develop a digital-first leadership mindset that balances technology with human needs',
'Create and implement a practical digital transformation roadmap for your organization',
'Master change management techniques specifically designed for digital initiatives',
'Build and lead high-performing remote and hybrid teams in a digital environment',
'Identify and leverage emerging technologies to drive competitive advantage',
'Foster a culture of innovation and continuous learning within your organization'
],
agenda: [
{
time: '14:00 - 14:10',
title: 'Welcome & Introductions',
description: 'Meet your hosts and fellow participants, overview of session objectives'
},
{
time: '14:10 - 14:30',
title: 'The Digital Leadership Imperative',
description: 'Understanding the current landscape and why traditional leadership approaches fall short'
},
{
time: '14:30 - 14:50',
title: 'Building Your Digital Transformation Framework',
description: 'Practical tools and methodologies for planning and executing digital change'
},
{
time: '14:50 - 15:10',
title: 'Leading Teams Through Digital Change',
description: 'Strategies for maintaining engagement and productivity during transformation'
},
{
time: '15:10 - 15:25',
title: 'Q&A and Discussion',
description: 'Interactive session with hosts and fellow participants'
},
{
time: '15:25 - 15:30',
title: 'Next Steps & Resources',
description: 'Additional resources and follow-up opportunities'
}
],
host: {
id: 1,
name: 'Dr. Sarah Mitchell',
title: 'Chief Digital Transformation Officer',
company: 'TechForward Solutions',
bio: 'Dr. Sarah Mitchell is a globally recognized expert in digital leadership with over 15 years of experience helping Fortune 500 companies navigate digital transformation. She holds a PhD in Organizational Psychology and has authored two bestselling books on leadership in the digital age.',
avatar: 'https://images.unsplash.com/photo-1494790108755-2616b612b0e0?w=150&h=150&fit=crop&crop=face',
linkedin: 'https://linkedin.com/in/drsimonchen',
email: 'sarah.chen@techforward.com'
},
panelists: [
{
id: 2,
name: 'Marcus Rodriguez',
title: 'VP of Digital Strategy',
company: 'Global Innovations Inc',
bio: 'Marcus has led digital transformation initiatives across multiple industries, with a focus on sustainable change management and team development.',
avatar: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=150&h=150&fit=crop&crop=face',
linkedin: 'https://linkedin.com/in/marcusrodriguez'
}
],
faqs: [
{
question: 'What technology do I need to participate?',
answer: 'You\'ll need a stable internet connection, a computer or tablet with camera and microphone capabilities, and the Zoom application installed. We\'ll send detailed technical requirements and a test link 24 hours before the session.'
},
{
question: 'Will this session be recorded?',
answer: 'Yes, all participants will receive a recording link within 24 hours of the session. The recording will be available for 30 days and includes all slides and resources shared during the webinar.'
}
],
relatedProgrammes: [
{
id: 1,
title: 'Strategic Leadership Programme',
description: 'Comprehensive 6-week programme for senior leaders to master strategic thinking and organizational vision',
duration: '6 weeks',
format: 'Online',
image: 'https://images.unsplash.com/photo-1556761175-b413da4baf72?w=400&h=240&fit=crop',
price: '₹24,817',
originalPrice: '₹33,117',
category: 'Leadership Fundamentals',
level: 'Advanced',
rating: 4.8,
participants: '2,400+',
slug: 'strategic-leadership-programme'
},
{
id: 2,
title: 'Data-Driven Decision Making',
description: 'Learn to make strategic decisions using data analytics and business intelligence',
duration: '8 hours',
format: 'Cohort-based',
image: 'https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=400&h=240&fit=crop',
price: '₹37,267',
originalPrice: '₹45,567',
category: 'Decision Making & Strategy',
level: 'Advanced',
rating: 4.9,
participants: '1,800+',
slug: 'data-driven-decision-making'
}
]
},
{
id: '2',
slug: 'emotional-intelligence-leadership',
title: 'Emotional Intelligence in Leadership: Building High-Performance Teams',
description: 'Learn proven methodologies for developing emotional intelligence and creating teams that excel through empathy, communication, and collaborative leadership.',
presenter: 'Marcus Rodriguez',
presenterTitle: 'Director of Organizational Development',
company: 'Excellence Consulting',
date: '2024-03-22',
time: '13:00',
endTime: '14:15',
timezone: 'EST',
duration: '75 min',
attendees: '1,850+',
maxAttendees: 2500,
category: 'Team Development',
tags: ['Team Building', 'Emotional Intelligence', 'Performance', 'Leadership'],
thumbnail: 'https://images.unsplash.com/photo-1522071820081-009f0129c71c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHx0ZWFtJTIwbGVhZGVyc2hpcCUyMGNvbGxhYm9yYXRpb258ZW58MHx8fHwxNzM1ODU0MjcwfDA&ixlib=rb-4.0.3&q=80&w=1080',
status: 'upcoming' as const,
featured: true,
level: 'Intermediate',
format: 'In Person',
rating: 4.9,
price: 'Free',
registrationOpen: true,
recordingReady: false,
recordingUrl: '',
zoomUrl: 'https://zoom.us/j/1234567891',
theme: 'Emotional Leadership',
abstract: 'Emotional intelligence is the cornerstone of effective leadership. This interactive session explores how leaders can develop their EQ to build stronger, more resilient teams that deliver exceptional results through enhanced communication, empathy, and collaborative decision-making.',
keyTakeaways: [
'Master the four pillars of emotional intelligence in leadership contexts',
'Develop practical techniques for reading and responding to team emotions',
'Create psychologically safe environments that encourage innovation',
'Build trust and rapport across diverse team dynamics',
'Implement feedback systems that strengthen rather than threaten relationships'
],
agenda: [
{
time: '13:00 - 13:15',
title: 'Understanding Emotional Intelligence',
description: 'The science behind EQ and its impact on leadership effectiveness'
},
{
time: '13:15 - 13:45',
title: 'Building Emotional Awareness',
description: 'Tools and techniques for developing self-awareness and social awareness'
},
{
time: '13:45 - 14:10',
title: 'Leading with Empathy',
description: 'Practical strategies for empathetic leadership in challenging situations'
},
{
time: '14:10 - 14:15',
title: 'Action Planning',
description: 'Creating your personal EQ development roadmap'
}
],
host: {
id: 2,
name: 'Marcus Rodriguez',
title: 'Director of Organizational Development',
company: 'Excellence Consulting',
bio: 'Marcus has over 12 years of experience in organizational psychology and team development, specializing in emotional intelligence training for leadership teams across Fortune 500 companies.',
avatar: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=150&h=150&fit=crop&crop=face',
linkedin: 'https://linkedin.com/in/marcusrodriguez',
email: 'marcus@excellenceconsulting.com'
},
panelists: [],
faqs: [
{
question: 'Is this suitable for new managers?',
answer: 'Absolutely! This session is designed for leaders at all levels, from emerging managers to senior executives. The concepts are foundational yet sophisticated enough for experienced leaders.'
}
],
relatedProgrammes: [
{
id: 2,
title: 'Team Leadership Masterclass',
description: 'Advanced team leadership and management skills for building high-performing teams',
duration: '4 weeks',
format: 'Hybrid',
image: 'https://images.unsplash.com/photo-1551434678-e076c223a692?w=400&h=240&fit=crop',
price: '₹28,967',
originalPrice: '₹37,267',
category: 'Team Development',
level: 'Intermediate',
rating: 4.7,
participants: '3,200+',
slug: 'team-leadership-masterclass'
},
{
id: 3,
title: 'Emotional Intelligence for Leaders',
description: 'Develop emotional intelligence to enhance your leadership effectiveness and team relationships',
duration: '5 hours',
format: 'Self-paced',
image: 'https://images.unsplash.com/photo-1559027615-cd4628902d4a?w=400&h=240&fit=crop',
price: '₹14,857',
originalPrice: '₹19,007',
category: 'Personal Development',
level: 'Beginner',
rating: 4.9,
participants: '4,300+',
slug: 'emotional-intelligence-leaders'
}
]
},
{
id: '3',
slug: 'crisis-management-leadership',
title: 'Crisis Management and Resilient Leadership in Uncertain Times',
description: 'Master the art of strategic thinking and decision-making during crisis situations with proven frameworks and methodologies used by top executives.',
presenter: 'Dr. Emily Chen',
presenterTitle: 'Strategic Leadership Consultant',
company: 'Strategy First',
date: '2024-03-08',
time: '15:00',
endTime: '16:00',
timezone: 'EST',
duration: '60 min',
attendees: '3,200+',
maxAttendees: 4000,
category: 'Strategy',
tags: ['Strategic Thinking', 'Crisis Management', 'Leadership', 'Planning'],
thumbnail: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxzdHJhdGVnaWMlMjBwbGFubmluZyUyMGxlYWRlcnNoaXB8ZW58MHx8fHwxNzM1ODU0Mjcwfda&ixlib=rb-4.0.3&q=80&w=1080',
status: 'recorded' as const,
featured: false,
level: 'Advanced',
format: 'Virtual',
rating: 4.7,
price: 'Free',
registrationOpen: false,
recordingReady: true,
recordingUrl: 'https://video.example.com/crisis-leadership',
zoomUrl: '',
theme: 'Crisis Leadership',
abstract: 'In times of crisis, exceptional leadership makes the difference between organizational survival and failure. This session provides actionable frameworks for leading through uncertainty, making critical decisions under pressure, and building organizational resilience.',
keyTakeaways: [
'Develop rapid decision-making frameworks for crisis situations',
'Build organizational resilience and adaptability',
'Master crisis communication strategies for stakeholders',
'Create contingency plans that protect both people and operations',
'Transform crisis challenges into competitive advantages'
],
agenda: [
{
time: '15:00 - 15:15',
title: 'Crisis Leadership Fundamentals',
description: 'Understanding the unique demands of crisis leadership'
},
{
time: '15:15 - 15:35',
title: 'Decision-Making Under Pressure',
description: 'Frameworks for rapid, effective decision-making in uncertain conditions'
},
{
time: '15:35 - 15:55',
title: 'Building Organizational Resilience',
description: 'Strategies for creating adaptive, resilient organizational cultures'
},
{
time: '15:55 - 16:00',
title: 'Key Takeaways',
description: 'Summary and next steps for crisis preparedness'
}
],
host: {
id: 3,
name: 'Dr. Emily Chen',
title: 'Strategic Leadership Consultant',
company: 'Strategy First',
bio: 'Dr. Emily Chen has guided dozens of organizations through major crises, from economic downturns to global pandemics. Her expertise in strategic planning and crisis management has helped leaders navigate uncertainty with confidence.',
avatar: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop&crop=face',
linkedin: 'https://linkedin.com/in/dremilychen',
email: 'emily@strategyfirst.com'
},
panelists: [],
faqs: [
{
question: 'Can I access the recording if I missed the live session?',
answer: 'Yes! This session was recorded and is available for viewing. You can access the full recording, slides, and additional resources immediately after registration.'
}
],
relatedProgrammes: [
{
id: 3,
title: 'Strategic Leadership Programme',
description: 'Comprehensive strategic leadership development for senior executives and managers',
duration: '8 weeks',
format: 'Online',
image: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=240&fit=crop',
price: '₹45,567',
originalPrice: '₹53,867',
category: 'Leadership Fundamentals',
level: 'Advanced',
rating: 4.8,
participants: '1,950+',
slug: 'strategic-leadership-programme'
}
]
},
{
id: '4',
slug: 'innovation-driven-leadership',
title: 'Innovation-Driven Leadership: Fostering Creative Solutions',
description: 'Explore the critical role of innovation leadership in building competitive advantages and learn practical techniques for fostering creativity and breakthrough thinking.',
presenter: 'Jennifer Adams',
presenterTitle: 'Executive Coach & Innovation Specialist',
company: 'Innovation Leadership Group',
date: '2024-03-29',
time: '14:30',
endTime: '15:55',
timezone: 'EST',
duration: '85 min',
attendees: '2,100+',
maxAttendees: 2800,
category: 'Personal Development',
tags: ['Innovation', 'Creativity', 'Communication', 'Leadership'],
thumbnail: 'https://images.unsplash.com/photo-1559027615-cd4628902d4a?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxpbm5vdmF0aW9uJTIwbGVhZGVyc2hpcCUyMGNyZWF0aXZpdHl8ZW58MHx8fHwxNzM1ODU0Mjcwfda&ixlib=rb-4.0.3&q=80&w=1080',
status: 'upcoming' as const,
featured: false,
level: 'Intermediate',
format: 'Hybrid',
rating: 4.6,
price: 'Free',
registrationOpen: true,
recordingReady: false,
recordingUrl: '',
zoomUrl: 'https://zoom.us/j/1234567892',
theme: 'Innovation Leadership',
abstract: 'Innovation is the lifeblood of competitive organizations. This comprehensive session explores how leaders can create environments that foster breakthrough thinking, encourage calculated risk-taking, and transform creative ideas into business value.',
keyTakeaways: [
'Create organizational cultures that reward innovation and managed risk-taking',
'Implement structured innovation processes that deliver consistent results',
'Lead cross-functional innovation teams effectively',
'Balance innovation initiatives with operational excellence',
'Measure and optimize innovation performance across your organization'
],
agenda: [
{
time: '14:30 - 14:45',
title: 'The Innovation Imperative',
description: 'Why innovation leadership is critical for long-term success'
},
{
time: '14:45 - 15:10',
title: 'Building Innovation Culture',
description: 'Practical strategies for fostering creative thinking and experimentation'
},
{
time: '15:10 - 15:35',
title: 'Innovation Process and Tools',
description: 'Structured approaches to managing innovation from idea to implementation'
},
{
time: '15:35 - 15:50',
title: 'Leading Innovation Teams',
description: 'Best practices for managing diverse, creative teams'
},
{
time: '15:50 - 15:55',
title: 'Action Planning',
description: 'Next steps for implementing innovation leadership in your organization'
}
],
host: {
id: 4,
name: 'Jennifer Adams',
title: 'Executive Coach & Innovation Specialist',
company: 'Innovation Leadership Group',
bio: 'Jennifer Adams has spent over 10 years helping organizations unlock their innovation potential. She combines expertise in design thinking, agile methodologies, and leadership development to drive breakthrough results.',
avatar: 'https://images.unsplash.com/photo-1494790108755-2616b612b0e0?w=150&h=150&fit=crop&crop=face',
linkedin: 'https://linkedin.com/in/jenniferadams',
email: 'jennifer@innovationleadership.com'
},
panelists: [],
faqs: [
{
question: 'What tools or frameworks will be covered?',
answer: 'We\'ll cover design thinking, lean startup methodology, stage-gate processes, and various creativity tools. All participants receive a comprehensive toolkit for immediate implementation.'
}
],
relatedProgrammes: [
{
id: 4,
title: 'Innovation Leadership Certification',
description: 'Comprehensive innovation leadership development program for driving organizational change',
duration: '12 weeks',
format: 'Hybrid',
image: 'https://images.unsplash.com/photo-1551434678-e076c223a692?w=400&h=240&fit=crop',
price: '₹53,267',
originalPrice: '₹66,567',
category: 'Innovation Leadership',
level: 'Advanced',
rating: 4.6,
participants: '2,100+',
slug: 'innovation-leadership-certification'
}
]
},
{
id: '5',
slug: 'cross-cultural-leadership',
title: 'Cross-Cultural Leadership: Managing Global Teams Effectively',
description: 'Learn essential skills for leading diverse, multicultural teams across different time zones, cultural contexts, and communication styles in our increasingly global business environment.',
presenter: 'David Park',
presenterTitle: 'Global Leadership Expert',
company: 'International Leadership Solutions',
date: '2024-04-05',
time: '13:30',
endTime: '14:40',
timezone: 'EST',
duration: '70 min',
attendees: '2,800+',
maxAttendees: 3500,
category: 'Crisis Management',
tags: ['Global Leadership', 'Cultural Intelligence', 'Communication', 'Diversity'],
thumbnail: 'https://images.unsplash.com/photo-1552664730-d307ca884978?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3Nzg4Nzd8MHwxfHNlYXJjaHwxfHxnbG9iYWwlMjB0ZWFtJTIwbGVhZGVyc2hpcCUyMGRpdmVyc2l0eXxlbnwwfHx8fDE3MzU4NTQyNzB8da&ixlib=rb-4.0.3&q=80&w=1080',
status: 'upcoming' as const,
featured: false,
level: 'Advanced',
format: 'Virtual',
rating: 4.8,
price: 'Free',
registrationOpen: true,
recordingReady: false,
recordingUrl: '',
zoomUrl: 'https://zoom.us/j/1234567893',
theme: 'Global Leadership',
abstract: 'As organizations become increasingly global, leaders must develop cultural intelligence to effectively manage diverse teams. This session provides practical tools and strategies for navigating cultural differences, building inclusive environments, and maximizing the potential of multicultural teams.',
keyTakeaways: [
'Develop cultural intelligence and cross-cultural communication skills',
'Build inclusive team environments that leverage diversity',
'Navigate time zone challenges and asynchronous collaboration',
'Adapt leadership styles to different cultural contexts',
'Create unified team cultures while respecting individual differences'
],
agenda: [
{
time: '13:30 - 13:45',
title: 'Cultural Intelligence Fundamentals',
description: 'Understanding the impact of culture on leadership and team dynamics'
},
{
time: '13:45 - 14:05',
title: 'Cross-Cultural Communication',
description: 'Strategies for effective communication across cultural boundaries'
},
{
time: '14:05 - 14:25',
title: 'Building Inclusive Teams',
description: 'Creating environments where diverse perspectives thrive'
},
{
time: '14:25 - 14:35',
title: 'Global Team Management',
description: 'Practical tools for managing distributed, multicultural teams'
},
{
time: '14:35 - 14:40',
title: 'Implementation Planning',
description: 'Next steps for developing your global leadership capabilities'
}
],
host: {
id: 5,
name: 'David Park',
title: 'Global Leadership Expert',
company: 'International Leadership Solutions',
bio: 'David Park has worked with multinational corporations for over 15 years, helping leaders build effective global teams. His expertise spans cultural intelligence, international business, and cross-cultural leadership development.',
avatar: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=150&h=150&fit=crop&crop=face',
linkedin: 'https://linkedin.com/in/davidpark',
email: 'david@internationalleadership.com'
},
panelists: [],
faqs: [
{
question: 'Is this relevant for domestic teams with cultural diversity?',
answer: 'Absolutely! The principles and tools covered apply to any diverse team environment, whether global or domestic. Cultural intelligence is valuable in all leadership contexts.'
}
],
relatedProgrammes: [
{
id: 5,
title: 'Global Leadership Certificate',
description: 'Comprehensive global leadership development program for multicultural teams',
duration: '6 months',
format: 'Virtual',
image: 'https://images.unsplash.com/photo-1551434678-e076c223a692?w=400&h=240&fit=crop',
price: '₹75,967',
originalPrice: '₹94,967',
category: 'Global Leadership',
level: 'Advanced',
rating: 4.8,
participants: '2,800+',
slug: 'global-leadership-certificate'
}
]
}
];
// Helper functions
export const getWebinarBySlug = (slug: string): WebinarData | undefined => {
return sharedWebinarsData.find(webinar => webinar.slug === slug);
};
export const getUpcomingWebinars = (): WebinarData[] => {
return sharedWebinarsData.filter(webinar => webinar.status === 'upcoming');
};
export const getLiveWebinars = (): WebinarData[] => {
return sharedWebinarsData.filter(webinar => webinar.status === 'live');
};
export const getRecordedWebinars = (): WebinarData[] => {
return sharedWebinarsData.filter(webinar => webinar.status === 'recorded');
};
export const getFeaturedWebinars = (): WebinarData[] => {
return sharedWebinarsData.filter(webinar => webinar.featured);
};