leadmark / programme.html
USOKING00's picture
Un smartphone moderne posé sur une table élégante, affichant une conversation WhatsApp Business professionnelle avec un client. Autour du téléphone flottent des icônes de contact : une enveloppe pour l’email, une épingle pour la localisation, et un téléphone pour l’appel. Style clair, minimaliste, corporate et accueillant, couleurs bleu nuit et blanc avec des touches d’orange.” POUR LA SECTION CONTACT - Follow Up Deployment
78a7a6e verified
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Programme de Formation - Agent Marketeur Pro</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.timeline-item:not(:last-child):after {
content: '';
position: absolute;
left: 24px;
top: 40px;
height: calc(100% - 40px);
width: 2px;
background: #e5e7eb;
}
.hover-scale {
transition: transform 0.3s ease;
}
.hover-scale:hover {
transform: scale(1.05);
}
</style>
</head>
<body class="font-sans antialiased">
<!-- Navigation -->
<nav class="bg-white shadow-lg sticky top-0 z-50">
<div class="max-w-6xl mx-auto px-4">
<div class="flex justify-between items-center py-4">
<div class="flex items-center space-x-4">
<i data-feather="award" class="text-indigo-600"></i>
<span class="font-bold text-xl text-indigo-600">Agent Marketeur Pro</span>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="index.html" class="text-gray-600 hover:text-indigo-600">Accueil</a>
<a href="programme.html" class="text-indigo-600 font-medium">Programme</a>
<a href="apropos.html" class="text-gray-600 hover:text-indigo-600">À propos</a>
<a href="inscriptions.html" class="text-gray-600 hover:text-indigo-600">Inscriptions</a>
<a href="contact.html" class="text-gray-600 hover:text-indigo-600">Contact</a>
</div>
<div class="md:hidden">
<button class="mobile-menu-button">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="bg-indigo-600 text-white py-16">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h1 class="text-4xl font-bold mb-6">Un parcours en 3 étapes pour devenir un vendeur digital complet</h1>
<p class="text-xl max-w-3xl mx-auto">Notre formation intensive vous transforme en professionnel de la vente digitale en seulement 3 mois</p>
</div>
</section>
<!-- Timeline Section -->
<section class="py-20 bg-white">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="space-y-16">
<!-- Mois 1 -->
<div class="timeline-item relative pl-16" data-aos="fade-up">
<div class="absolute left-0 top-0 flex items-center justify-center w-12 h-12 rounded-full bg-indigo-100 text-indigo-600">
<span class="font-bold">1</span>
</div>
<div class="bg-gray-50 p-8 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-300">
<div class="flex flex-col md:flex-row md:items-center md:justify-between mb-6">
<h2 class="text-2xl font-bold text-gray-800">Mois 1 – Fondamentaux & Mindset du Vendeur Digital</h2>
<span class="inline-block mt-2 md:mt-0 px-4 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm font-medium">Ambassadeur Junior</span>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div>
<h3 class="font-bold text-lg mb-3 text-indigo-600">Ce que vous apprendrez :</h3>
<ul class="space-y-2 text-gray-700">
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-green-500 mr-2 mt-0.5"></i>
<span>Gérer ses émotions face au rejet</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-green-500 mr-2 mt-0.5"></i>
<span>Comprendre la psychologie client</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-green-500 mr-2 mt-0.5"></i>
<span>Pitcher un produit simple efficacement</span>
</li>
</ul>
</div>
<div>
<h3 class="font-bold text-lg mb-3 text-indigo-600">Résultats attendus :</h3>
<ul class="space-y-2 text-gray-700">
<li class="flex items-start">
<i data-feather="target" class="w-5 h-5 text-blue-500 mr-2 mt-0.5"></i>
<span>Confiance en soi pour aborder les clients</span>
</li>
<li class="flex items-start">
<i data-feather="target" class="w-5 h-5 text-blue-500 mr-2 mt-0.5"></i>
<span>Capacité à identifier les besoins clients</span>
</li>
<li class="flex items-start">
<i data-feather="target" class="w-5 h-5 text-blue-500 mr-2 mt-0.5"></i>
<span>Premières ventes réalisées</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Mois 2 -->
<div class="timeline-item relative pl-16" data-aos="fade-up" data-aos-delay="100">
<div class="absolute left-0 top-0 flex items-center justify-center w-12 h-12 rounded-full bg-indigo-100 text-indigo-600">
<span class="font-bold">2</span>
</div>
<div class="bg-gray-50 p-8 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-300">
<div class="flex flex-col md:flex-row md:items-center md:justify-between mb-6">
<h2 class="text-2xl font-bold text-gray-800">Mois 2 – Prospection Digitale & Création de Contenu (avec IA)</h2>
<span class="inline-block mt-2 md:mt-0 px-4 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm font-medium">Prospecteur Digital</span>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div>
<h3 class="font-bold text-lg mb-3 text-indigo-600">Ce que vous apprendrez :</h3>
<ul class="space-y-2 text-gray-700">
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-green-500 mr-2 mt-0.5"></i>
<span>Créer des contenus attractifs pour les réseaux</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-green-500 mr-2 mt-0.5"></i>
<span>Utiliser WhatsApp Business pour la prospection</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-green-500 mr-2 mt-0.5"></i>
<span>Maîtriser Canva, TikTok et l'IA pour le marketing</span>
</li>
</ul>
</div>
<div>
<h3 class="font-bold text-lg mb-3 text-indigo-600">Résultats attendus :</h3>
<ul class="space-y-2 text-gray-700">
<li class="flex items-start">
<i data-feather="target" class="w-5 h-5 text-blue-500 mr-2 mt-0.5"></i>
<span>20 prospects qualifiés générés</span>
</li>
<li class="flex items-start">
<i data-feather="target" class="w-5 h-5 text-blue-500 mr-2 mt=0.5"></i>
<span>10 ventes digitales réalisées</span>
</li>
<li class="flex items-start">
<i data-feather="target" class="w-5 h-5 text-blue-500 mr-2 mt=0.5"></i>
<span>Présence digitale professionnelle établie</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Mois 3 -->
<div class="timeline-item relative pl-16" data-aos="fade-up" data-aos-delay="200">
<div class="absolute left-0 top-0 flex items-center justify-center w-12 h-12 rounded-full bg-indigo-100 text-indigo-600">
<span class="font-bold">3</span>
</div>
<div class="bg-gray-50 p-8 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-300">
<div class="flex flex-col md:flex-row md:items-center md:justify-between mb-6">
<h2 class="text-2xl font-bold text-gray-800">Mois 3 – Closing, Fidélisation & Performance Commerciale</h2>
<span class="inline-block mt-2 md:mt-0 px-4 py-1 bg-indigo-100 text-indigo-800 rounded-full text-sm font-medium">Vendeur Professionnel</span>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div>
<h3 class="font-bold text-lg mb-3 text-indigo-600">Ce que vous apprendrez :</h3>
<ul class="space-y-2 text-gray-700">
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-green-500 mr-2 mt=0.5"></i>
<span>Techniques avancées de closing</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-green-500 mr-2 mt=0.5"></i>
<span>Gestion des objections clients</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="w-5 h-5 text-green-500 mr-2 mt=0.5"></i>
<span>Stratégies de fidélisation client</span>
</li>
</ul>
</div>
<div>
<h3 class="font-bold text-lg mb-3 text-indigo-600">Résultats attendus :</h3>
<ul class="space-y-2 text-gray-700">
<li class="flex items-start">
<i data-feather="target" class="w-5 h-5 text-blue-500 mr-2 mt=0.5"></i>
<span>15 ventes réelles conclues</span>
</li>
<li class="flex items-start">
<i data-feather="target" class="w-5 h-5 text-blue-500 mr-2 mt=0.5"></i>
<span>Taux de conversion amélioré de 50%</span>
</li>
<li class="flex items-start">
<i data-feather="target" class="w-5 h-5 text-blue-500 mr-2 mt=0.5"></i>
<span>Portefeuille clients fidélisés</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-indigo-600 text-white">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold mb-6">Prêt à commencer votre transformation ?</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">Rejoignez la prochaine cohorte et obtenez votre certification en vente digitale.</p>
<a href="inscriptions.html" class="bg-white text-indigo-600 hover:bg-gray-100 font-bold py-3 px-8 rounded-full inline-flex items-center hover-scale">
<span>Je m'inscris maintenant</span>
<i data-feather="arrow-right" class="ml-2"></i>
</a>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 text-white py-12">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">Agent Marketeur Pro</h3>
<p class="text-gray-400">Formation certifiante pour devenir un vendeur digital performant en 3 mois.</p>
</div>
<div>
<h4 class="font-bold mb-4">Navigation</h4>
<ul class="space-y-2">
<li><a href="index.html" class="text-gray-400 hover:text-white">Accueil</a></li>
<li><a href="programme.html" class="text-gray-400 hover:text-white">Programme</a></li>
<li><a href="apropos.html" class="text-gray-400 hover:text-white">À propos</a></li>
<li><a href="inscriptions.html" class="text-gray-400 hover:text-white">Inscriptions</a></li>
<li><a href="contact.html" class="text-gray-400 hover:text-white">Contact</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4">Contact</h4>
<ul class="space-y-2 text-gray-400">
<li class="flex items-center">
<i data-feather="mail" class="w-4 h-4 mr-2"></i>
<span>leadmark33@gmail.com</span>
</li>
<li class="flex items-center">
<i data-feather="phone" class="w-4 h-4 mr-2"></i>
<span>+243 976 738 005</span>
</li>
<li class="flex items-center">
<i data-feather="map-pin" class="w-4 h-4 mr-2"></i>
<span>Espace AUF – Lubumbashi</span>
</li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4">Suivez-nous</h4>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="w-6 h-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram" class="w-6 h-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin" class="w-6 h-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter" class="w-6 h-6"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-12 pt-8 text-center text-gray-400">
<p>&copy; 2023 Agent Marketeur Pro. Tous droits réservés.</p>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
</script>
</body>
</html>