import React, { useState } from 'react'; import { Button } from './ui/button'; import { Input } from './ui/input'; import { Label } from './ui/label'; import { Card, CardContent } from './ui/card'; import { Checkbox } from './ui/checkbox'; import { Users, BarChart3, Settings, ArrowRight, Eye, EyeOff, Building2, Globe, User, Mail, Lock, Phone, BookOpen, Target, Award } from 'lucide-react'; import { navigateTo } from './Router'; export function CorporateSignUp() { const [formData, setFormData] = useState({ organisationName: '', officialDomain: '', contactName: '', workEmail: '', password: '', phoneNumber: '' }); const [showPassword, setShowPassword] = useState(false); const [isLoading, setIsLoading] = useState(false); const handleInputChange = (field: string, value: string) => { setFormData(prev => ({ ...prev, [field]: value })); }; const handleSignUp = async (e: React.FormEvent) => { e.preventDefault(); setIsLoading(true); // Simulate registration setTimeout(() => { setIsLoading(false); // Navigate to dashboard or success page navigateTo('/dashboard'); }, 2000); }; const transformationFeatures = [ { icon: BookOpen, title: 'World-Class Content', description: 'Access premium leadership courses from industry experts' }, { icon: Users, title: 'Global Community', description: 'Join 25,000+ leaders from top organizations worldwide' }, { icon: Award, title: 'Recognized Credentials', description: 'Earn certificates valued by Fortune 500 companies' }, { icon: Target, title: 'Personalized Path', description: 'Get customized learning recommendations based on your goals' } ]; const corporateFeatures = [ { icon: Users, title: 'Team Management', description: 'Centralized dashboard to manage multiple learner accounts and progress tracking' }, { icon: BarChart3, title: 'Advanced Analytics', description: 'Comprehensive reporting and insights on team learning outcomes and ROI' }, { icon: Settings, title: 'Custom Solutions', description: 'Tailored programs designed specifically for your organization\'s goals' } ]; return (
Join thousands of organizations worldwide who trust KLC to develop their leaders. Get started with enterprise-grade learning solutions and dedicated support.
Join thousands of professionals who have accelerated their careers through KLC's proven leadership development programs. Your journey to becoming an exceptional leader starts here.
{feature.description}
{feature.description}
Already have a corporate account?
Get started with KLC's corporate leadership development programs
By creating an account, you agree to our{' '} Corporate Terms {' '} and{' '} Privacy Policy
Our team is ready to help you set up your corporate learning program and answer any questions about our enterprise solutions.