| <!DOCTYPE html> |
| <html lang="fr"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Maîtriser l'art du coaching vocal | Le guide complet</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| <style> |
| .hero-gradient { |
| background: linear-gradient(135deg, #6b21a8 0%, #3b0764 100%); |
| } |
| .book-shadow { |
| box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 15px rgba(107, 33, 168, 0.3); |
| } |
| .floating { |
| animation: floating 6s ease-in-out infinite; |
| } |
| @keyframes floating { |
| 0% { transform: translateY(0px); } |
| 50% { transform: translateY(-20px); } |
| 100% { transform: translateY(0px); } |
| } |
| .testimonial-card:hover { |
| transform: translateY(-10px); |
| transition: all 0.3s ease; |
| } |
| .feature-icon { |
| transition: all 0.3s ease; |
| } |
| .feature-card:hover .feature-icon { |
| transform: scale(1.1); |
| color: #6b21a8; |
| } |
| </style> |
| </head> |
| <body class="font-sans antialiased text-gray-800"> |
| |
| <nav class="bg-white shadow-lg sticky top-0 z-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="flex justify-between h-16"> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0 flex items-center"> |
| <i class="fas fa-microphone-alt text-purple-800 text-2xl mr-2"></i> |
| <span class="text-xl font-bold text-purple-900">Vocal Coach Factory</span> |
| </div> |
| </div> |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> |
| <a href="#about" class="text-gray-900 hover:text-purple-700 px-3 py-2 text-sm font-medium">À propos</a> |
| <a href="#features" class="text-gray-900 hover:text-purple-700 px-3 py-2 text-sm font-medium">Contenu</a> |
| <a href="#testimonials" class="text-gray-900 hover:text-purple-700 px-3 py-2 text-sm font-medium">Témoignages</a> |
| <a href="#pricing" class="text-gray-900 hover:text-purple-700 px-3 py-2 text-sm font-medium">Obtenir le livre</a> |
| </div> |
| <div class="md:hidden flex items-center"> |
| <button id="menu-btn" class="text-gray-900 hover:text-purple-700"> |
| <i class="fas fa-bars text-xl"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| <div id="mobile-menu" class="hidden md:hidden bg-white border-t border-gray-200"> |
| <div class="px-2 pt-2 pb-3 space-y-1"> |
| <a href="#about" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-purple-700">À propos</a> |
| <a href="#features" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-purple-700">Contenu</a> |
| <a href="#testimonials" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-purple-700">Témoignages</a> |
| <a href="#pricing" class="block px-3 py-2 text-base font-medium text-gray-900 hover:text-purple-700">Obtenir le livre</a> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <section class="hero-gradient text-white py-20 md:py-32"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="flex flex-col md:flex-row items-center"> |
| <div class="md:w-1/2 mb-10 md:mb-0"> |
| <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6"> |
| Maîtriser l'art<br>du coaching vocal |
| </h1> |
| <p class="text-xl md:text-2xl text-purple-200 mb-8"> |
| La Méthode ISPO pour un coaching vocal efficace |
| </p> |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> |
| <a href="#pricing" class="bg-white text-purple-800 hover:bg-purple-100 font-bold py-4 px-8 rounded-full text-lg transition duration-300 transform hover:scale-105 text-center"> |
| Commander maintenant |
| </a> |
| <a href="#features" class="border-2 border-white text-white hover:bg-white hover:text-purple-800 font-bold py-4 px-8 rounded-full text-lg transition duration-300 transform hover:scale-105 text-center"> |
| Découvrir le contenu |
| </a> |
| </div> |
| </div> |
| <div class="md:w-1/2 flex justify-center"> |
| <img src="Livre Méthode ISPO Bureau.png" alt="Couverture du livre Maîtriser l'art du coaching vocal" class="rounded-lg book-shadow floating w-64 md:w-80"> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="about" class="py-20 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Transformez votre approche du chant</h2> |
| <div class="w-24 h-1 bg-purple-600 mx-auto mb-6"></div> |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto"> |
| Dans ce livre révolutionnaire, vous découvrirez des techniques éprouvées pour décupler la qualité de vos accompagnements que vous soyez professeur de chant ou coach vocal en devenir. |
| </p> |
| </div> |
| <div class="flex flex-col md:flex-row items-center"> |
| <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10"> |
| <img src="https://via.placeholder.com/600x400/f3f4f6/6b21a8?text=COACHING+VOCAL" alt="Coaching vocal en action" class="rounded-lg shadow-xl"> |
| </div> |
| <div class="md:w-1/2"> |
| <h3 class="text-2xl font-bold text-gray-900 mb-6">Ce que vous allez apprendre</h3> |
| <ul class="space-y-4"> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-purple-600 text-xl mr-3 mt-1"></i> |
| <span class="text-lg">Obtenez des résultats concrets dès la première séance</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-purple-600 text-xl mr-3 mt-1"></i> |
| <span class="text-lg">Transformez votre approche du coaching vocal pour obtenir des résultats efficaces</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-purple-600 text-xl mr-3 mt-1"></i> |
| <span class="text-lg">Diagnostiquez une voix en 3 minutes</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-purple-600 text-xl mr-3 mt-1"></i> |
| <span class="text-lg">Les clés pour établir une confiance profonde avec vos chanteurs</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check-circle text-purple-600 text-xl mr-3 mt-1"></i> |
| <span class="text-lg">Apprenez à dessiner un accompagnement sur mesure</span> |
| </li> |
| </ul> |
| <div class="mt-8"> |
| <a href="#features" class="text-purple-700 font-semibold hover:text-purple-900 flex items-center"> |
| Voir le détail du contenu <i class="fas fa-arrow-down ml-2"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="features" class="py-20 bg-gray-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Contenu complet et approfondi</h2> |
| <div class="w-24 h-1 bg-purple-600 mx-auto mb-6"></div> |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto"> |
| Un programme structuré en 18 chapitres pour maîtriser tous les aspects du coaching vocal |
| </p> |
| </div> |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| |
| <div class="feature-card bg-white p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300"> |
| <div class="feature-icon text-purple-600 text-4xl mb-6"> |
| <i class="fas fa-lungs"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-900 mb-3">La respiration diaphragmatique</h3> |
| <p class="text-gray-600"> |
| Maîtrisez les techniques de respiration qui constituent la base de toute technique vocale solide et durable. |
| </p> |
| </div> |
| |
| <div class="feature-card bg-white p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300"> |
| <div class="feature-icon text-purple-600 text-4xl mb-6"> |
| <i class="fas fa-sliders-h"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Régistres et résonance</h3> |
| <p class="text-gray-600"> |
| Comprenez et développez les différents registres vocaux pour une voix riche et équilibrée dans toutes les tessitures. |
| </p> |
| </div> |
| |
| <div class="feature-card bg-white p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300"> |
| <div class="feature-icon text-purple-600 text-4xl mb-6"> |
| <i class="fas fa-heartbeat"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Santé vocale</h3> |
| <p class="text-gray-600"> |
| Apprenez à prévenir les problèmes vocaux et à prendre soin de votre instrument le plus précieux. |
| </p> |
| </div> |
| |
| <div class="feature-card bg-white p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300"> |
| <div class="feature-icon text-purple-600 text-4xl mb-6"> |
| <i class="fas fa chalkboard-teacher"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Pédagogie vocale</h3> |
| <p class="text-gray-600"> |
| Découvrez des méthodes efficaces pour enseigner la technique vocale à des élèves de tous niveaux. |
| </p> |
| </div> |
| |
| <div class="feature-card bg-white p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300"> |
| <div class="feature-icon text-purple-600 text-4xl mb-6"> |
| <i class="fas fa-music"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Interprétation artistique</h3> |
| <p class="text-gray-600"> |
| Développez l'expressivité et la communication émotionnelle à travers le chant. |
| </p> |
| </div> |
| |
| <div class="feature-card bg-white p-8 rounded-lg shadow-md hover:shadow-xl transition duration-300"> |
| <div class="feature-icon text-purple-600 text-4xl mb-6"> |
| <i class="fas fa-user-tie"></i> |
| </div> |
| <h3 class="text-xl font-bold text-gray-900 mb-3">Coaching professionnel</h3> |
| <p class="text-gray-600"> |
| Construisez votre pratique de coach vocal avec des conseils business et marketing. |
| </p> |
| </div> |
| </div> |
| <div class="text-center mt-16"> |
| <a href="#pricing" class="bg-purple-700 hover:bg-purple-800 text-white font-bold py-4 px-8 rounded-full text-lg transition duration-300 inline-block"> |
| Je veux ce livre <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="testimonials" class="py-20 bg-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Ils ont changé leur approche vocale</h2> |
| <div class="w-24 h-1 bg-purple-600 mx-auto mb-6"></div> |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto"> |
| Ce que disent les professionnels qui ont appliqué les méthodes du livre |
| </p> |
| </div> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| |
| <div class="testimonial-card bg-gray-50 p-8 rounded-lg shadow-md transition duration-300"> |
| <div class="flex items-center mb-6"> |
| <img src="https://via.placeholder.com/80/6b21a8/ffffff?text=J.D." alt="Anita Gallerne" class="rounded-full w-16 h-16 object-cover"> |
| <div class="ml-4"> |
| <h4 class="font-bold text-gray-900">Anita Gallerne</h4> |
| <p class="text-purple-600">Coach en Bretagne</p> |
| </div> |
| </div> |
| <p class="text-gray-600 italic"> |
| "Depuis que j’ai découvert la méthode ISPO, il y a vraiment eu un avant et un après dans ma manière de coacher." |
| </p> |
| <div class="mt-4 text-purple-500"> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| </div> |
| </div> |
| |
| <div class="testimonial-card bg-gray-50 p-8 rounded-lg shadow-md transition duration-300"> |
| <div class="flex items-center mb-6"> |
| <img src="https://via.placeholder.com/80/6b21a8/ffffff?text=M.L." alt="Julie Gaillard" class="rounded-full w-16 h-16 object-cover"> |
| <div class="ml-4"> |
| <h4 class="font-bold text-gray-900">Julie Gaillard</h4> |
| <p class="text-purple-600">Coach à la Réunion</p> |
| </div> |
| </div> |
| <p class="text-gray-600 italic"> |
| ""Ce que l'on conçoit bien s'énonce clairement" La méthode ISPO m'offre cette vision claire de structurer des sessions de coaching vocal sur-mesure" |
| </p> |
| <div class="mt-4 text-purple-500"> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| </div> |
| </div> |
| |
| <div class="testimonial-card bg-gray-50 p-8 rounded-lg shadow-md transition duration-300"> |
| <div class="flex items-center mb-6"> |
| <img src="https://via.placeholder.com/80/6b21a8/ffffff?text=T.R." alt="Gregory Perina" class="rounded-full w-16 h-16 object-cover"> |
| <div class="ml-4"> |
| <h4 class="font-bold text-gray-900">Gregory Perina</h4> |
| <p class="text-purple-600">Auteur-compositeur</p> |
| </div> |
| </div> |
| <p class="text-gray-600 italic"> |
| "J’ai de très bons retours de mes coachings et surtout, j’obtiens de bons résultats en peu de temps." |
| </p> |
| <div class="mt-4 text-purple-500"> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star"></i> |
| <i class="fas fa-star-half-alt"></i> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="pricing" class="py-20 bg-purple-900 text-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-4">Choisissez votre format</h2> |
| <div class="w-24 h-1 bg-white mx-auto mb-6"></div> |
| <p class="text-xl text-purple-200 max-w-3xl mx-auto"> |
| Disponible en version papier, ebook ou pack complet avec ressources bonus |
| </p> |
| </div> |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| |
| <div class="bg-white text-gray-900 rounded-lg shadow-xl overflow-hidden"> |
| <div class="px-8 py-6 bg-purple-100"> |
| <h3 class="text-2xl font-bold text-purple-900">Version Papier</h3> |
| <p class="text-purple-600">Livre physique</p> |
| </div> |
| <div class="p-8"> |
| <div class="text-4xl font-bold mb-4">29€<span class="text-lg text-gray-500"> + frais de port</span></div> |
| <ul class="space-y-4 mb-8"> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>Livre de 300 pages format premium</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>Couverture rigide</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>Livraison sous 3-5 jours</span> |
| </li> |
| </ul> |
| <a href="#" class="block w-full bg-purple-700 hover:bg-purple-800 text-white font-bold py-4 px-6 rounded-lg text-center transition duration-300"> |
| Commander <i class="fas fa-shopping-cart ml-2"></i> |
| </a> |
| </div> |
| </div> |
| |
| <div class="bg-white text-gray-900 rounded-lg shadow-xl overflow-hidden transform scale-105 border-4 border-purple-400"> |
| <div class="px-8 py-6 bg-purple-700 text-white"> |
| <h3 class="text-2xl font-bold">Version Numérique</h3> |
| <p>Ebook + Bonus</p> |
| </div> |
| <div class="p-8"> |
| <div class="text-4xl font-bold mb-4">24€</div> |
| <ul class="space-y-4 mb-8"> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>Ebook PDF, ePub et Kindle</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>20 exercices audio inclus</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>Accès immédiat après paiement</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>Fiches pratiques téléchargeables</span> |
| </li> |
| </ul> |
| <a href="#" class="block w-full bg-purple-700 hover:bg-purple-800 text-white font-bold py-4 px-6 rounded-lg text-center transition duration-300"> |
| Télécharger <i class="fas fa-download ml-2"></i> |
| </a> |
| </div> |
| </div> |
| |
| <div class="bg-white text-gray-900 rounded-lg shadow-xl overflow-hidden"> |
| <div class="px-8 py-6 bg-purple-100"> |
| <h3 class="text-2xl font-bold text-purple-900">Pack Complet</h3> |
| <p class="text-purple-600">Meilleure valeur</p> |
| </div> |
| <div class="p-8"> |
| <div class="text-4xl font-bold mb-4">39€<span class="text-lg text-gray-500"> + frais de port</span></div> |
| <ul class="space-y-4 mb-8"> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>Livre physique + ebook</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>50 exercices audio premium</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>Accès à la communauté VIP</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-check text-purple-600 mr-3 mt-1"></i> |
| <span>1 mois de coaching en ligne</span> |
| </li> |
| </ul> |
| <a href="#" class="block w-full bg-purple-700 hover:bg-purple-800 text-white font-bold py-4 px-6 rounded-lg text-center transition duration-300"> |
| Profiter de l'offre <i class="fas fa-gift ml-2"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| <div class="text-center mt-12 text-purple-200"> |
| <p class="text-lg">Garantie satisfait ou remboursé 30 jours</p> |
| <p class="text-sm mt-2">Si le livre ne vous apporte pas ce que vous espériez, nous vous remboursons sans condition.</p> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-20 bg-gray-50"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Questions fréquentes</h2> |
| <div class="w-24 h-1 bg-purple-600 mx-auto mb-6"></div> |
| </div> |
| <div class="max-w-3xl mx-auto"> |
| |
| <div class="mb-6 border-b border-gray-200 pb-6"> |
| <button class="faq-btn flex justify-between items-center w-full text-left" onclick="toggleFAQ(1)"> |
| <h3 class="text-xl font-semibold text-gray-900">Ce livre est-il adapté aux débutants ?</h3> |
| <i class="fas fa-chevron-down text-purple-600 text-lg ml-4 transition-transform duration-300"></i> |
| </button> |
| <div id="faq-content-1" class="hidden mt-4 text-gray-600"> |
| <p>Absolument! Le livre est conçu pour être accessible aux débutants tout en offrant des techniques avancées pour les professionnels. Les concepts sont expliqués de manière progressive avec des exercices adaptés à chaque niveau.</p> |
| </div> |
| </div> |
| |
| <div class="mb-6 border-b border-gray-200 pb-6"> |
| <button class="faq-btn flex justify-between items-center w-full text-left" onclick="toggleFAQ(2)"> |
| <h3 class="text-xl font-semibold text-gray-900">Combien de temps faut-il pour voir des résultats ?</h3> |
| <i class="fas fa-chevron-down text-purple-600 text-lg ml-4 transition-transform duration-300"></i> |
| </button> |
| <div id="faq-content-2" class="hidden mt-4 text-gray-600"> |
| <p>La plupart des lecteurs rapportent des améliorations notables dès les premières semaines d'application des techniques de base. Pour des transformations profondes et durables, comptez 3 à 6 mois de pratique régulière selon vos objectifs.</p> |
| </div> |
| </div> |
| |
| <div class="mb-6 border-b border-gray-200 pb-6"> |
| <button class="faq-btn flex justify-between items-center w-full text-left" onclick="toggleFAQ(3)"> |
| <h3 class="text-xl font-semibold text-gray-900">Puis-je utiliser ce livre pour enseigner ?</h3> |
| <i class="fas fa-chevron-down text-purple-600 text-lg ml-4 transition-transform duration-300"></i> |
| </button> |
| <div id="faq-content-3" class="hidden mt-4 text-gray-600"> |
| <p>Oui, de nombreux professeurs de chant utilisent ce livre comme support pédagogique. Un chapitre entier est consacré aux méthodes d'enseignement et à la pédagogie vocale, avec des conseils pour adapter les exercices à différents types d'élèves.</p> |
| </div> |
| </div> |
| |
| <div class="mb-6 border-b border-gray-200 pb-6"> |
| <button class="faq-btn flex justify-between items-center w-full text-left" onclick="toggleFAQ(4)"> |
| <h3 class="text-xl font-semibold text-gray-900">Y a-t-il des ressources complémentaires ?</h3> |
| <i class="fas fa-chevron-down text-purple-600 text-lg ml-4 transition-transform duration-300"></i> |
| </button> |
| <div id="faq-content-4" class="hidden mt-4 text-gray-600"> |
| <p>Les versions ebook et pack complet incluent des exercices audio et des fiches pratiques. De plus, tous les acheteurs reçoivent notre newsletter mensuelle avec des conseils exclusifs et des exercices supplémentaires.</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="py-16 bg-purple-800 text-white"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à transformer votre voix ?</h2> |
| <p class="text-xl text-purple-200 mb-8 max-w-3xl mx-auto"> |
| Rejoignez les milliers de chanteurs et coachs qui ont révolutionné leur pratique grâce à ce livre. |
| </p> |
| <a href="#pricing" class="bg-white hover:bg-gray-100 text-purple-800 font-bold py-4 px-8 rounded-full text-lg transition duration-300 inline-block"> |
| Commander maintenant <i class="fas fa-arrow-right ml-2"></i> |
| </a> |
| </div> |
| </section> |
|
|
| |
| <footer class="bg-gray-900 text-white py-12"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> |
| <div class="md:col-span-2"> |
| <div class="flex items-center mb-4"> |
| <i class="fas fa-microphone-alt text-purple-400 text-2xl mr-2"></i> |
| <span class="text-xl font-bold">Vocal Coach Factory</span> |
| </div> |
| <p class="text-gray-400"> |
| Maîtriser l'art du coaching vocal est le fruit de 20 ans d'expérience dans l'enseignement et la recherche vocale. |
| </p> |
| <div class="flex space-x-4 mt-6"> |
| <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-facebook"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-instagram"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-youtube"></i></a> |
| <a href="#" class="text-gray-400 hover:text-white text-xl"><i class="fab fa-spotify"></i></a> |
| </div> |
| </div> |
| <div> |
| <h4 class="text-lg font-semibold mb-4">Navigation</h4> |
| <ul class="space-y-2"> |
| <li><a href="#about" class="text-gray-400 hover:text-white">À propos</a></li> |
| <li><a href="#features" class="text-gray-400 hover:text-white">Contenu</a></li> |
| <li><a href="#testimonials" class="text-gray-400 hover:text-white">Témoignages</a></li> |
| <li><a href="#pricing" class="text-gray-400 hover:text-white">Acheter</a></li> |
| </ul> |
| </div> |
| <div> |
| <h4 class="text-lg font-semibold mb-4">Contact</h4> |
| <ul class="space-y-2"> |
| <li class="flex items-start"> |
| <i class="fas fa-envelope text-purple-400 mr-2 mt-1"></i> |
| <a href="mailto:contact@vocalcoachfactory.com" class="text-gray-400 hover:text-white">contact@vocalcoachfactory.com</a> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-phone-alt text-purple-400 mr-2 mt-1"></i> |
| <span class="text-gray-400">+33 6 12 34 56 78</span> |
| </li> |
| <li class="flex items-start"> |
| <i class="fas fa-map-marker-alt text-purple-400 mr-2 mt-1"></i> |
| <span class="text-gray-400">Paris, France</span> |
| </li> |
| </ul> |
| </div> |
| </div> |
| <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> |
| <p class="text-gray-500 text-sm mb-4 md:mb-0"> |
| © 2023 Vocal Coach Factory. Tous droits réservés. |
| </p> |
| <div class="flex space-x-6"> |
| <a href="#" class="text-gray-500 hover:text-gray-400 text-sm">Mentions légales</a> |
| <a href="#" class="text-gray-500 hover:text-gray-400 text-sm">CGV</a> |
| <a href="#" class="text-gray-500 hover:text-gray-400 text-sm">Politique de confidentialité</a> |
| </div> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| document.getElementById('menu-btn').addEventListener('click', function() { |
| const menu = document.getElementById('mobile-menu'); |
| menu.classList.toggle('hidden'); |
| }); |
| |
| |
| function toggleFAQ(id) { |
| const content = document.getElementById(`faq-content-${id}`); |
| const btn = document.querySelector(`.faq-btn[onclick="toggleFAQ(${id})"] i`); |
| |
| content.classList.toggle('hidden'); |
| btn.classList.toggle('transform'); |
| btn.classList.toggle('rotate-180'); |
| } |
| |
| |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { |
| anchor.addEventListener('click', function (e) { |
| e.preventDefault(); |
| |
| const targetId = this.getAttribute('href'); |
| if (targetId === '#') return; |
| |
| const targetElement = document.querySelector(targetId); |
| if (targetElement) { |
| |
| const mobileMenu = document.getElementById('mobile-menu'); |
| if (!mobileMenu.classList.contains('hidden')) { |
| mobileMenu.classList.add('hidden'); |
| } |
| |
| |
| window.scrollTo({ |
| top: targetElement.offsetTop - 80, |
| behavior: 'smooth' |
| }); |
| } |
| }); |
| }); |
| |
| |
| function animateOnScroll() { |
| const elements = document.querySelectorAll('.feature-card, .testimonial-card'); |
| |
| elements.forEach(element => { |
| const elementPosition = element.getBoundingClientRect().top; |
| const screenPosition = window.innerHeight / 1.3; |
| |
| if (elementPosition < screenPosition) { |
| element.style.opacity = '1'; |
| element.style.transform = 'translateY(0)'; |
| } |
| }); |
| } |
| |
| |
| document.querySelectorAll('.feature-card, .testimonial-card').forEach(el => { |
| el.style.opacity = '0'; |
| el.style.transform = 'translateY(20px)'; |
| el.style.transition = 'all 0.6s ease'; |
| }); |
| |
| |
| window.addEventListener('load', animateOnScroll); |
| window.addEventListener('scroll', animateOnScroll); |
| </script> |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Pyfefactory/vocal-coach-factory-book" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
| </html> |