Spaces:
Running
Running
File size: 38,506 Bytes
d7769e9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 |
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="InboxHero - Automatisez vos réponses emails clients avec notre solution IA. Gagnez du temps et améliorez votre service client grâce à notre technologie avancée.">
<meta name="keywords" content="automatisation email service client, réponse automatique IA, gestion emails professionnels, SaaS service client">
<title>InboxHero - Solution IA pour automatiser vos réponses emails clients</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">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#4F46E5',
secondary: '#10B981',
dark: '#1F2937',
light: '#F9FAFB'
}
}
}
}
</script>
<style>
.hero-gradient {
background: linear-gradient(135deg, #4F46E5 0%, #10B981 100%);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.testimonial-card {
background: linear-gradient(145deg, #ffffff 0%, #f9fafb 100%);
}
.faq-item {
transition: all 0.3s ease;
}
.faq-item:hover {
background-color: #f3f4f6;
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-sm 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-inbox text-primary text-2xl mr-2"></i>
<span class="text-xl font-bold text-dark">InboxHero</span>
</div>
</div>
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
<a href="#features" class="text-gray-500 hover:text-primary px-3 py-2 text-sm font-medium">Fonctionnalités</a>
<a href="#testimonials" class="text-gray-500 hover:text-primary px-3 py-2 text-sm font-medium">Témoignages</a>
<a href="#pricing" class="text-gray-500 hover:text-primary px-3 py-2 text-sm font-medium">Tarifs</a>
<a href="#faq" class="text-gray-500 hover:text-primary px-3 py-2 text-sm font-medium">FAQ</a>
</div>
<div class="flex items-center">
<a href="#signup" class="ml-6 inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-primary hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Essai gratuit
</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-32">
<div class="md:flex md:items-center md:justify-between">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Automatisez vos réponses emails clients avec notre IA</h1>
<p class="text-xl mb-8 opacity-90">InboxHero analyse et répond automatiquement à vos emails clients, vous faisant gagner des heures chaque jour tout en améliorant la satisfaction client.</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#signup" class="bg-white text-primary hover:bg-gray-100 px-6 py-3 rounded-lg font-semibold text-lg text-center">Essai gratuit 14 jours</a>
<a href="#demo" class="border-2 border-white hover:bg-white hover:bg-opacity-10 px-6 py-3 rounded-lg font-semibold text-lg text-center">Voir une démo</a>
</div>
<div class="mt-6 flex items-center">
<div class="flex -space-x-2">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/12.jpg" alt="">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/men/12.jpg" alt="">
<img class="inline-block h-10 w-10 rounded-full ring-2 ring-white" src="https://randomuser.me/api/portraits/women/20.jpg" alt="">
</div>
<p class="ml-4 text-sm opacity-80">Rejoint par plus de <span class="font-bold">1,200+</span> entreprises</p>
</div>
</div>
<div class="md:w-1/2">
<div class="bg-white rounded-xl shadow-2xl overflow-hidden">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Dashboard InboxHero" class="w-full h-auto">
</div>
</div>
</div>
</div>
</section>
<!-- Logo Cloud -->
<section class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<p class="text-center text-gray-500 mb-8">Ils nous font confiance :</p>
<div class="grid grid-cols-2 md:grid-cols-5 gap-8 items-center justify-center">
<img src="https://logo.clearbit.com/airbnb.com" alt="Airbnb" class="h-8 opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all">
<img src="https://logo.clearbit.com/shopify.com" alt="Shopify" class="h-8 opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all">
<img src="https://logo.clearbit.com/slack.com" alt="Slack" class="h-8 opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all">
<img src="https://logo.clearbit.com/uber.com" alt="Uber" class="h-8 opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all">
<img src="https://logo.clearbit.com/spotify.com" alt="Spotify" class="h-8 opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition-all">
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" 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 font-bold text-dark mb-4">Comment InboxHero révolutionne votre service client</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Notre solution d'automatisation email service client utilise une IA avancée pour comprendre et répondre à vos emails comme un humain.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition-all duration-300">
<div class="w-12 h-12 bg-primary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-robot text-primary text-xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">Réponses IA intelligentes</h3>
<p class="text-gray-600">Notre IA analyse le contexte et le ton de chaque email pour fournir des réponses pertinentes et personnalisées.</p>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition-all duration-300">
<div class="w-12 h-12 bg-secondary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-stopwatch text-secondary text-xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">Gain de temps radical</h3>
<p class="text-gray-600">Réduisez jusqu'à 80% du temps passé sur les emails clients, permettant à votre équipe de se concentrer sur ce qui compte.</p>
</div>
<!-- Feature 3 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition-all duration-300">
<div class="w-12 h-12 bg-primary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-chart-line text-primary text-xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">Analytiques avancées</h3>
<p class="text-gray-600">Suivez les performances de votre service client avec des métriques clés comme le temps de réponse et la satisfaction client.</p>
</div>
<!-- Feature 4 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition-all duration-300">
<div class="w-12 h-12 bg-secondary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-language text-secondary text-xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">Support multilingue</h3>
<p class="text-gray-600">Notre IA comprend et répond dans plus de 20 langues, idéal pour les entreprises internationales.</p>
</div>
<!-- Feature 5 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition-all duration-300">
<div class="w-12 h-12 bg-primary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-sliders-h text-primary text-xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">Personnalisation facile</h3>
<p class="text-gray-600">Configurez les règles et le ton des réponses automatiques pour correspondre parfaitement à votre marque.</p>
</div>
<!-- Feature 6 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition-all duration-300">
<div class="w-12 h-12 bg-secondary bg-opacity-10 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-shield-alt text-secondary text-xl"></i>
</div>
<h3 class="text-xl font-bold text-dark mb-3">Sécurité renforcée</h3>
<p class="text-gray-600">Données chiffrées, conformité RGPD et certifications de sécurité pour protéger vos informations sensibles.</p>
</div>
</div>
</div>
</section>
<!-- Demo Section -->
<section id="demo" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="md:flex items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h2 class="text-3xl font-bold text-dark mb-6">Voyez InboxHero en action</h2>
<p class="text-xl text-gray-600 mb-8">Notre solution d'automatisation email service client s'intègre parfaitement à votre flux de travail existant et commence à travailler immédiatement.</p>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check-circle text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Configuration en moins de 5 minutes</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Intégration avec Gmail, Outlook et plus</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Aucune compétence technique requise</span>
</li>
</ul>
</div>
<div class="md:w-1/2">
<div class="bg-white rounded-xl shadow-xl overflow-hidden">
<div class="aspect-w-16 aspect-h-9">
<iframe class="w-full h-96" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials 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 font-bold text-dark mb-4">Ce que nos clients disent</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Des entreprises de toutes tailles utilisent InboxHero pour transformer leur service client.</p>
</div>
<div class="grid md:grid-cols-2 gap-8">
<!-- Testimonial 1 -->
<div class="testimonial-card p-8 rounded-xl shadow-sm border border-gray-100">
<div class="flex items-center mb-6">
<img class="w-12 h-12 rounded-full mr-4" src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Dupont">
<div>
<h4 class="font-bold text-dark">Sarah Dupont</h4>
<p class="text-gray-600">Directrice Service Client, EcoVoyages</p>
</div>
</div>
<p class="text-gray-700 mb-6">"InboxHero a réduit notre temps de réponse moyen de 12 heures à 45 minutes. Nos clients sont ravis et notre équipe peut enfin se concentrer sur les cas complexes plutôt que sur des réponses répétitives."</p>
<div class="flex text-yellow-400">
<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>
<!-- Testimonial 2 -->
<div class="testimonial-card p-8 rounded-xl shadow-sm border border-gray-100">
<div class="flex items-center mb-6">
<img class="w-12 h-12 rounded-full mr-4" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Thomas Leroy">
<div>
<h4 class="font-bold text-dark">Thomas Leroy</h4>
<p class="text-gray-600">CEO, TechStart</p>
</div>
</div>
<p class="text-gray-700 mb-6">"En tant que startup, nous n'avions pas les ressources pour un service client dédié. InboxHero nous a permis d'offrir un support professionnel 24/7 sans embaucher. La qualité des réponses est impressionnante - souvent meilleure que ce que nous aurions écrit nous-mêmes!"</p>
<div class="flex text-yellow-400">
<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>
<div class="mt-12 text-center">
<div class="inline-flex items-center px-6 py-3 border border-gray-300 rounded-full text-sm font-medium text-gray-700 bg-white hover:bg-gray-50">
<i class="fas fa-thumbs-up mr-2 text-primary"></i>
<span>98% de clients satisfaits</span>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing" 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 font-bold text-dark mb-4">Des tarifs simples et transparents</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Choisissez le plan qui correspond à vos besoins. Essai gratuit de 14 jours inclus.</p>
</div>
<div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Basic Plan -->
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-200">
<h3 class="text-xl font-bold text-dark mb-2">Starter</h3>
<p class="text-gray-600 mb-6">Parfait pour les petites équipes</p>
<div class="mb-6">
<span class="text-4xl font-bold text-dark">29€</span>
<span class="text-gray-600">/mois</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Jusqu'à 500 emails/mois</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">1 boîte email connectée</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Réponses IA de base</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Support par email</span>
</li>
</ul>
<a href="#signup" class="block w-full text-center px-4 py-3 border border-primary rounded-md text-primary font-medium hover:bg-primary hover:text-white transition-colors">Choisir ce plan</a>
</div>
<!-- Pro Plan (Featured) -->
<div class="bg-white p-8 rounded-xl shadow-lg border-2 border-primary relative">
<div class="absolute top-0 right-0 bg-primary text-white text-xs font-bold px-3 py-1 rounded-bl-lg rounded-tr-lg">Populaire</div>
<h3 class="text-xl font-bold text-dark mb-2">Pro</h3>
<p class="text-gray-600 mb-6">Pour les entreprises en croissance</p>
<div class="mb-6">
<span class="text-4xl font-bold text-dark">79€</span>
<span class="text-gray-600">/mois</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Jusqu'à 2,000 emails/mois</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">3 boîtes email connectées</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Réponses IA avancées</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Analytiques détaillées</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Support prioritaire</span>
</li>
</ul>
<a href="#signup" class="block w-full text-center px-4 py-3 border border-transparent rounded-md text-white font-medium bg-primary hover:bg-indigo-700 transition-colors">Choisir ce plan</a>
</div>
<!-- Enterprise Plan -->
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-200">
<h3 class="text-xl font-bold text-dark mb-2">Enterprise</h3>
<p class="text-gray-600 mb-6">Solution sur mesure</p>
<div class="mb-6">
<span class="text-4xl font-bold text-dark">Contact</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Volume illimité</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Boîtes email illimitées</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">IA personnalisée</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Intégrations API</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Support 24/7</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-secondary mt-1 mr-3"></i>
<span class="text-gray-700">Gestion dédiée</span>
</li>
</ul>
<a href="#contact" class="block w-full text-center px-4 py-3 border border-primary rounded-md text-primary font-medium hover:bg-primary hover:text-white transition-colors">Nous contacter</a>
</div>
</div>
<div class="mt-12 text-center text-gray-600">
<p>Besoin d'une solution personnalisée? <a href="#contact" class="text-primary hover:underline">Contactez notre équipe</a></p>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="py-20 bg-white">
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-dark mb-4">Questions fréquentes</h2>
<p class="text-xl text-gray-600">Trouvez des réponses aux questions les plus courantes sur notre solution d'automatisation email service client.</p>
</div>
<div class="space-y-4">
<!-- FAQ Item 1 -->
<div class="faq-item border border-gray-200 rounded-lg p-6 cursor-pointer" onclick="toggleFAQ(1)">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium text-dark">Comment fonctionne l'automatisation des emails avec InboxHero?</h3>
<i class="fas fa-chevron-down text-gray-400 transition-transform" id="faq-icon-1"></i>
</div>
<div class="hidden mt-4 text-gray-600" id="faq-content-1">
<p>InboxHero utilise une intelligence artificielle avancée pour analyser le contenu des emails entrants, comprendre l'intention du client et générer des réponses appropriées. Vous pouvez configurer des règles spécifiques, des modèles de réponse et le système apprend continuellement de vos corrections pour améliorer ses réponses.</p>
</div>
</div>
<!-- FAQ Item 2 -->
<div class="faq-item border border-gray-200 rounded-lg p-6 cursor-pointer" onclick="toggleFAQ(2)">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium text-dark">Est-ce que les réponses automatiques semblent impersonnelles?</h3>
<i class="fas fa-chevron-down text-gray-400 transition-transform" id="faq-icon-2"></i>
</div>
<div class="hidden mt-4 text-gray-600" id="faq-content-2">
<p>Absolument pas! Notre technologie IA est conçue pour comprendre et reproduire le ton de votre marque. Vous pouvez personnaliser le style des réponses (formel, amical, technique, etc.) et le système s'adapte au contexte de chaque conversation. La plupart de nos clients rapportent que leurs clients ne réalisent pas qu'ils parlent à une IA.</p>
</div>
</div>
<!-- FAQ Item 3 -->
<div class="faq-item border border-gray-200 rounded-lg p-6 cursor-pointer" onclick="toggleFAQ(3)">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium text-dark">Quelles plateformes email sont compatibles?</h3>
<i class="fas fa-chevron-down text-gray-400 transition-transform" id="faq-icon-3"></i>
</div>
<div class="hidden mt-4 text-gray-600" id="faq-content-3">
<p>InboxHero s'intègre avec toutes les principales plateformes email incluant Gmail, Outlook, Yahoo Mail, ainsi que les solutions professionnelles comme Microsoft Exchange et Google Workspace. Nous proposons également une API pour les intégrations personnalisées avec vos systèmes internes.</p>
</div>
</div>
<!-- FAQ Item 4 -->
<div class="faq-item border border-gray-200 rounded-lg p-6 cursor-pointer" onclick="toggleFAQ(4)">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium text-dark">Comment assurez-vous la confidentialité des données?</h3>
<i class="fas fa-chevron-down text-gray-400 transition-transform" id="faq-icon-4"></i>
</div>
<div class="hidden mt-4 text-gray-600" id="faq-content-4">
<p>La sécurité est notre priorité absolue. Toutes les données sont chiffrées en transit et au repos. Nous sommes conformes au RGPD et ne conservons les emails que le temps nécessaire pour fournir le service. Vous pouvez demander la suppression de vos données à tout moment. Nos serveurs sont situés en Europe pour assurer une conformité maximale.</p>
</div>
</div>
<!-- FAQ Item 5 -->
<div class="faq-item border border-gray-200 rounded-lg p-6 cursor-pointer" onclick="toggleFAQ(5)">
<div class="flex justify-between items-center">
<h3 class="text-lg font-medium text-dark">Puis-je essayer InboxHero gratuitement?</h3>
<i class="fas fa-chevron-down text-gray-400 transition-transform" id="faq-icon-5"></i>
</div>
<div class="hidden mt-4 text-gray-600" id="faq-content-5">
<p>Oui! Nous offrons un essai gratuit de 14 jours sans carte de crédit requise. Vous pouvez configurer votre compte en quelques minutes et commencer à automatiser vos réponses emails immédiatement. L'essai inclut toutes les fonctionnalités de notre plan Pro, vous permettant de tester pleinement le potentiel d'InboxHero pour votre entreprise.</p>
</div>
</div>
</div>
<div class="mt-12 text-center">
<p class="text-gray-600">Vous avez d'autres questions? <a href="#contact" class="text-primary hover:underline">Contactez notre équipe</a></p>
</div>
</div>
</section>
<!-- Signup Section -->
<section id="signup" class="py-20 bg-primary text-white">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="md:flex items-center justify-between">
<div class="md:w-1/2 mb-10 md:mb-0">
<h2 class="text-3xl font-bold mb-6">Prêt à révolutionner votre service client?</h2>
<p class="text-xl opacity-90">Inscrivez-vous pour un essai gratuit de 14 jours. Aucune carte de crédit requise.</p>
</div>
<div class="md:w-1/2">
<div class="bg-white rounded-xl shadow-xl p-8 text-gray-800">
<h3 class="text-xl font-bold text-dark mb-6 text-center">Créez votre compte</h3>
<form id="signup-form">
<div class="mb-4">
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Nom complet</label>
<input type="text" id="name" name="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-primary focus:border-primary" required>
</div>
<div class="mb-4">
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email professionnel</label>
<input type="email" id="email" name="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-primary focus:border-primary" required>
</div>
<div class="mb-6">
<label for="company" class="block text-sm font-medium text-gray-700 mb-1">Nom de l'entreprise</label>
<input type="text" id="company" name="company" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-primary focus:border-primary" required>
</div>
<button type="submit" class="w-full bg-primary hover:bg-indigo-700 text-white font-medium py-3 px-4 rounded-lg focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary transition-colors">
Commencer l'essai gratuit
</button>
</form>
<p class="mt-4 text-center text-sm text-gray-600">
En cliquant, vous acceptez nos <a href="#" class="text-primary hover:underline">Conditions d'utilisation</a> et notre <a href="#" class="text-primary hover:underline">Politique de confidentialité</a>.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-dark text-gray-300 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div class="md:col-span-2">
<div class="flex items-center mb-4">
<i class="fas fa-inbox text-primary text-2xl mr-2"></i>
<span class="text-xl font-bold text-white">InboxHero</span>
</div>
<p class="mb-4">La solution d'automatisation email service client la plus intelligente pour les entreprises modernes.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-linkedin"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div>
<h4 class="text-white font-medium mb-4">Produit</h4>
<ul class="space-y-2">
<li><a href="#features" class="hover:text-white">Fonctionnalités</a></li>
<li><a href="#pricing" class="hover:text-white">Tarifs</a></li>
<li><a href="#demo" class="hover:text-white">Démo</a></li>
<li><a href="#signup" class="hover:text-white">Essai gratuit</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-medium mb-4">Entreprise</h4>
<ul class="space-y-2">
<li><a href="#" class="hover:text-white">À propos</a></li>
<li><a href="#" class="hover:text-white">Carrières</a></li>
<li><a href="#" class="hover:text-white">Blog</a></li>
<li><a href="#contact" class="hover:text-white">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-medium mb-4">Ressources</h4>
<ul class="space-y-2">
<li><a href="#" class="hover:text-white">Documentation</a></li>
<li><a href="#" class="hover:text-white">Centre d'aide</a></li>
<li><a href="#faq" class="hover:text-white">FAQ</a></li>
<li><a href="#" class="hover:text-white">Statut</a></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-sm mb-4 md:mb-0">© 2023 InboxHero. Tous droits réservés.</p>
<div class="flex space-x-6">
<a href="#" class="text-sm hover:text-white">Conditions</a>
<a href="#" class="text-sm hover:text-white">Confidentialité</a>
<a href="#" class="text-sm hover:text-white">Cookies</a>
</div>
</div>
</div>
</footer>
<script>
// Toggle FAQ items
function toggleFAQ(id) {
const content = document.getElementById(`faq-content-${id}`);
const icon = document.getElementById(`faq-icon-${id}`);
if (content.classList.contains('hidden')) {
content.classList.remove('hidden');
icon.classList.add('transform', 'rotate-180');
} else {
content.classList.add('hidden');
icon.classList.remove('transform', 'rotate-180');
}
}
// Form submission
document.getElementById('signup-form').addEventListener('submit', function(e) {
e.preventDefault();
// Here you would typically send the form data to your server
alert('Merci pour votre inscription! Un email de confirmation vous a été envoyé.');
this.reset();
});
// Smooth scrolling for anchor links
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) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
}
});
});
</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=LudoSLN/inbox-hero" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |