File size: 44,320 Bytes
e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 ed7166f e0a3566 | 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 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 | <!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HostFlow - Solutions d'hébergement professionnel</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>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
.hero-gradient {
background: linear-gradient(135deg, #2563eb 0%, #1e40af 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);
}
.pricing-card:hover {
transform: scale(1.03);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: #3b82f6;
transition: width 0.3s ease;
}
.nav-link:hover:after {
width: 100%;
}
.transition-all {
transition: all 0.3s ease;
}
.animate-bounce-slow {
animation: bounce 3s infinite;
}
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
</style>
</head>
<body class="bg-gray-50">
<!-- Header -->
<header class="sticky top-0 z-50 bg-white shadow-sm">
<div class="container mx-auto px-4 py-3">
<div class="flex justify-between items-center">
<div class="flex items-center">
<a href="index.php" class="flex items-center">
<div class="w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center mr-3">
<i class="fas fa-server text-white text-xl"></i>
</div>
<span class="text-xl font-bold text-gray-800">Host<span class="text-blue-600">Flow</span></span>
</a>
</div>
<nav class="hidden md:flex space-x-8">
<a href="index.php#services" class="nav-link text-gray-600 hover:text-blue-600 font-medium">Services</a>
<a href="index.php#features" class="nav-link text-gray-600 hover:text-blue-600 font-medium">Fonctionnalités</a>
<a href="index.php#pricing" class="nav-link text-gray-600 hover:text-blue-600 font-medium">Tarifs</a>
<a href="about.php" class="nav-link text-gray-600 hover:text-blue-600 font-medium">À propos</a>
<a href="contact.php" class="nav-link text-gray-600 hover:text-blue-600 font-medium">Contact</a>
</nav>
<div class="flex items-center space-x-4">
<?php if(isset($_SESSION['user'])): ?>
<a href="account.php" class="flex items-center text-gray-600 hover:text-blue-600">
<i class="fas fa-user-circle text-xl mr-1"></i>
<span>Mon compte</span>
</a>
<a href="logout.php" class="px-4 py-2 bg-red-600 text-white rounded-md hover:bg-red-700 transition-all">
Déconnexion
</a>
<?php else: ?>
<a href="login.php" class="hidden md:block text-gray-600 hover:text-blue-600">
<i class="fas fa-user"></i>
</a>
<a href="register.php" class="hidden md:block px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition-all">
Créer un compte
</a>
<?php endif; ?>
<button class="md:hidden text-gray-600 focus:outline-none" id="mobile-menu-button">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div class="md:hidden hidden bg-white shadow-md" id="mobile-menu">
<div class="container mx-auto px-4 py-3">
<div class="flex flex-col space-y-4">
<a href="index.php#services" class="text-gray-600 hover:text-blue-600 font-medium">Services</a>
<a href="index.php#features" class="text-gray-600 hover:text-blue-600 font-medium">Fonctionnalités</a>
<a href="index.php#pricing" class="text-gray-600 hover:text-blue-600 font-medium">Tarifs</a>
<a href="about.php" class="text-gray-600 hover:text-blue-600 font-medium">À propos</a>
<a href="contact.php" class="text-gray-600 hover:text-blue-600 font-medium">Contact</a>
<div class="pt-4 border-t border-gray-200">
<?php if(isset($_SESSION['user'])): ?>
<a href="account.php" class="block mb-3 text-gray-600 hover:text-blue-600 font-medium">
<i class="fas fa-user-circle mr-2"></i>Mon compte
</a>
<a href="logout.php" class="block px-4 py-2 bg-red-600 text-white rounded-md hover:bg-red-700 transition-all text-center">
Déconnexion
</a>
<?php else: ?>
<a href="login.php" class="block mb-3 px-4 py-2 bg-gray-100 text-gray-800 rounded-md hover:bg-gray-200 transition-all text-center">
Connexion
</a>
<a href="register.php" class="block px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition-all text-center">
Créer un compte
</a>
<?php endif; ?>
</div>
</div>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="hero-gradient text-white py-20">
<div class="container mx-auto px-4">
<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 font-bold mb-6">Hébergement Web Haute Performance</h1>
<p class="text-xl mb-8 text-blue-100">Des solutions d'hébergement fiables, sécurisées et optimisées pour vos projets web.</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="index.php#pricing" class="px-8 py-3 bg-white text-blue-600 font-semibold rounded-md hover:bg-gray-100 transition-all text-center">
Voir nos offres
</a>
<a href="contact.php" class="px-8 py-3 border-2 border-white text-white font-semibold rounded-md hover:bg-white hover:text-blue-600 transition-all text-center">
Nous contacter
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative">
<img src="https://images.unsplash.com/photo-1558494949-ef010cbdcc31?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" alt="Data Center" class="rounded-lg shadow-2xl w-full max-w-lg animate-bounce-slow">
<div class="absolute -bottom-5 -left-5 bg-white p-4 rounded-lg shadow-lg">
<div class="flex items-center">
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mr-3">
<i class="fas fa-shield-alt text-blue-600 text-xl"></i>
</div>
<div>
<p class="text-sm text-gray-500">Sécurité</p>
<p class="font-bold text-gray-800">99.9% Uptime</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Trusted By -->
<section class="py-12 bg-gray-100">
<div class="container mx-auto px-4">
<p class="text-center text-gray-500 mb-8">Ils nous font confiance</p>
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
<img src="https://via.placeholder.com/120x40?text=Company+1" alt="Company 1" class="h-8 opacity-70 hover:opacity-100 transition-all">
<img src="https://via.placeholder.com/120x40?text=Company+2" alt="Company 2" class="h-8 opacity-70 hover:opacity-100 transition-all">
<img src="https://via.placeholder.com/120x40?text=Company+3" alt="Company 3" class="h-8 opacity-70 hover:opacity-100 transition-all">
<img src="https://via.placeholder.com/120x40?text=Company+4" alt="Company 4" class="h-8 opacity-70 hover:opacity-100 transition-all">
<img src="https://via.placeholder.com/120x40?text=Company+5" alt="Company 5" class="h-8 opacity-70 hover:opacity-100 transition-all">
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Nos Services d'Hébergement</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Des solutions adaptées à tous vos besoins, des petits sites personnels aux applications d'entreprise critiques.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="feature-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition-all">
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-globe text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Hébergement Mutualisé</h3>
<p class="text-gray-600">Solution économique parfaite pour les petits sites web avec des ressources partagées.</p>
<a href="shared-hosting.php" class="mt-4 inline-flex items-center text-blue-600 font-medium">
En savoir plus
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition-all">
<div class="w-14 h-14 bg-green-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-rocket text-green-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Serveurs VPS</h3>
<p class="text-gray-600">Ressources dédiées avec la flexibilité d'un serveur virtuel privé pour plus de contrôle.</p>
<a href="vps.php" class="mt-4 inline-flex items-center text-green-600 font-medium">
En savoir plus
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition-all">
<div class="w-14 h-14 bg-purple-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-server text-purple-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Serveurs Dédiés</h3>
<p class="text-gray-600">Performance maximale avec un serveur physique entièrement dédié à votre projet.</p>
<a href="dedicated.php" class="mt-4 inline-flex items-center text-purple-600 font-medium">
En savoir plus
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<div class="feature-card bg-white p-8 rounded-xl shadow-md hover:shadow-xl transition-all">
<div class="w-14 h-14 bg-red-100 rounded-full flex items-center justify-center mb-6">
<i class="fas fa-cloud text-red-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Hébergement Cloud</h3>
<p class="text-gray-600">Solution évolutive avec des ressources distribuées sur plusieurs serveurs pour une haute disponibilité.</p>
<a href="cloud.php" class="mt-4 inline-flex items-center text-red-600 font-medium">
En savoir plus
<i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Pourquoi choisir HostFlow ?</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Nous combinons performance, sécurité et simplicité pour offrir la meilleure expérience d'hébergement.</p>
</div>
<div class="flex flex-col lg:flex-row items-center">
<div class="lg:w-1/2 mb-10 lg:mb-0 lg:pr-10">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80" alt="Data Center" class="rounded-lg shadow-xl w-full">
</div>
<div class="lg:w-1/2">
<div class="space-y-8">
<div class="flex">
<div class="mr-6">
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center">
<i class="fas fa-bolt text-blue-600 text-xl"></i>
</div>
</div>
<div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Performance Optimisée</h3>
<p class="text-gray-600">Nos serveurs utilisent les dernières technologies SSD NVMe et processeurs Intel Xeon pour des temps de chargement ultra-rapides.</p>
</div>
</div>
<div class="flex">
<div class="mr-6">
<div class="w-12 h-12 bg-green-100 rounded-full flex items-center justify-center">
<i class="fas fa-shield-alt text-green-600 text-xl"></i>
</div>
</div>
<div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Sécurité Renforcée</h3>
<p class="text-gray-600">Protection DDoS, pare-feu avancé, sauvegardes automatiques et chiffrement SSL inclus dans tous nos plans.</p>
</div>
</div>
<div class="flex">
<div class="mr-6">
<div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center">
<i class="fas fa-headset text-purple-600 text-xl"></i>
</div>
</div>
<div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Support 24/7</h3>
<p class="text-gray-600">Notre équipe d'experts est disponible 24h/24 et 7j/7 pour vous assister par chat, email ou téléphone.</p>
</div>
</div>
<div class="flex">
<div class="mr-6">
<div class="w-12 h-12 bg-red-100 rounded-full flex items-center justify-center">
<i class="fas fa-sliders-h text-red-600 text-xl"></i>
</div>
</div>
<div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Gestion Simplifiée</h3>
<p class="text-gray-600">Panel de contrôle intuitif avec installation en 1-clic des CMS populaires comme WordPress, Joomla et PrestaShop.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-16 bg-blue-600 text-white">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 text-center">
<div>
<div class="text-4xl font-bold mb-2">10,000+</div>
<div class="text-blue-200">Clients satisfaits</div>
</div>
<div>
<div class="text-4xl font-bold mb-2">99.9%</div>
<div class="text-blue-200">Taux de disponibilité</div>
</div>
<div>
<div class="text-4xl font-bold mb-2">15</div>
<div class="text-blue-200">Centres de données</div>
</div>
<div>
<div class="text-4xl font-bold mb-2">24/7</div>
<div class="text-blue-200">Support technique</div>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing" class="py-20 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Nos Offres d'Hébergement</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Des tarifs transparents sans surprise, adaptés à tous les budgets.</p>
</div>
<div class="flex justify-center mb-8">
<div class="inline-flex bg-gray-100 rounded-md p-1">
<button class="px-4 py-2 rounded-md bg-white shadow-sm font-medium">Mensuel</button>
<button class="px-4 py-2 rounded-md font-medium text-gray-600">Annuel (-20%)</button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Starter Plan -->
<div class="pricing-card bg-white border border-gray-200 rounded-xl p-8 transition-all">
<div class="mb-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Starter</h3>
<p class="text-gray-600">Parfait pour les petits sites et blogs</p>
</div>
<div class="mb-6">
<span class="text-4xl font-bold text-gray-800">5.99€</span>
<span class="text-gray-500">/mois</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>1 site web</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>10GB espace SSD</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>100GB bande passante</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Comptes email illimités</span>
</li>
<li class="flex items-center text-gray-400">
<i class="fas fa-times text-red-400 mr-2"></i>
<span>Certificat SSL gratuit</span>
</li>
</ul>
<a href="order.php?plan=starter" class="block w-full py-3 px-4 text-center bg-gray-100 text-gray-800 font-medium rounded-md hover:bg-gray-200 transition-all">
Choisir ce plan
</a>
</div>
<!-- Professional Plan (Featured) -->
<div class="pricing-card bg-white border-2 border-blue-500 rounded-xl p-8 shadow-lg transition-all relative">
<div class="absolute top-0 right-0 bg-blue-500 text-white text-xs font-bold px-3 py-1 rounded-bl-lg rounded-tr-xl">
POPULAIRE
</div>
<div class="mb-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Professional</h3>
<p class="text-gray-600">Idéal pour les sites professionnels</p>
</div>
<div class="mb-6">
<span class="text-4xl font-bold text-gray-800">12.99€</span>
<span class="text-gray-500">/mois</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>5 sites web</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>50GB espace SSD</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>500GB bande passante</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Comptes email illimités</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Certificat SSL gratuit</span>
</li>
</ul>
<a href="order.php?plan=professional" class="block w-full py-3 px-4 text-center bg-blue-600 text-white font-medium rounded-md hover:bg-blue-700 transition-all">
Choisir ce plan
</a>
</div>
<!-- Business Plan -->
<div class="pricing-card bg-white border border-gray-200 rounded-xl p-8 transition-all">
<div class="mb-6">
<h3 class="text-xl font-bold text-gray-800 mb-2">Business</h3>
<p class="text-gray-600">Pour les sites à fort trafic</p>
</div>
<div class="mb-6">
<span class="text-4xl font-bold text-gray-800">24.99€</span>
<span class="text-gray-500">/mois</span>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Sites web illimités</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>100GB espace SSD</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Bande passante illimitée</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Comptes email illimités</span>
</li>
<li class="flex items-center">
<i class="fas fa-check text-green-500 mr-2"></i>
<span>Certificat SSL gratuit</span>
</li>
</ul>
<a href="order.php?plan=business" class="block w-full py-3 px-4 text-center bg-gray-100 text-gray-800 font-medium rounded-md hover:bg-gray-200 transition-all">
Choisir ce plan
</a>
</div>
</div>
<div class="text-center mt-12">
<p class="text-gray-600 mb-4">Vous avez des besoins spécifiques ?</p>
<a href="contact.php" class="inline-flex items-center px-6 py-3 border border-gray-300 text-gray-700 font-medium rounded-md hover:bg-gray-50 transition-all">
<i class="fas fa-envelope mr-2"></i>
Contactez notre équipe
</a>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Ce que disent nos clients</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Des milliers de professionnels nous font confiance pour héberger leurs projets.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="text-yellow-400 text-xl mr-2">
<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>
<p class="text-gray-600 mb-6">"Depuis que j'ai migré mon site vers HostFlow, les performances ont augmenté de 40%. Le support est réactif et compétent."</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold text-gray-800">Sophie Martin</h4>
<p class="text-gray-500 text-sm">Fondatrice de BelleNature</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="text-yellow-400 text-xl mr-2">
<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>
<p class="text-gray-600 mb-6">"La stabilité de l'hébergement est exceptionnelle. Aucun temps d'arrêt depuis que nous sommes chez HostFlow, ce qui est crucial pour notre e-commerce."</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold text-gray-800">Thomas Dubois</h4>
<p class="text-gray-500 text-sm">CEO de TechGadgets</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-xl shadow-md">
<div class="flex items-center mb-4">
<div class="text-yellow-400 text-xl mr-2">
<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>
<p class="text-gray-600 mb-6">"L'interface de gestion est très intuitive. J'ai pu migrer mes 5 sites WordPress en quelques heures seulement grâce à leur outil de migration."</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Client" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold text-gray-800">Émilie Rousseau</h4>
<p class="text-gray-500 text-sm">Webdesigner freelance</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-blue-600 text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl font-bold mb-6">Prêt à lancer votre projet ?</h2>
<p class="text-xl text-blue-100 max-w-3xl mx-auto mb-8">Rejoignez des milliers de clients satisfaits qui font confiance à HostFlow pour leur hébergement web.</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a href="order.php" class="px-8 py-4 bg-white text-blue-600 font-bold rounded-md hover:bg-gray-100 transition-all">
Choisir un plan d'hébergement
</a>
<a href="contact.php" class="px-8 py-4 border-2 border-white text-white font-bold rounded-md hover:bg-white hover:text-blue-600 transition-all">
Nous contacter
</a>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-20 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Questions fréquentes</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Trouvez rapidement des réponses à vos questions sur nos services d'hébergement.</p>
</div>
<div class="max-w-3xl mx-auto">
<div class="space-y-4">
<div class="bg-white p-6 rounded-lg shadow-md">
<button class="flex justify-between items-center w-full text-left">
<h3 class="text-lg font-semibold text-gray-800">Quelle est la différence entre l'hébergement mutualisé et un VPS ?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="mt-4 text-gray-600 hidden">
<p>L'hébergement mutualisé partage les ressources d'un serveur entre plusieurs clients, ce qui le rend plus économique mais avec des performances limitées. Un VPS (Serveur Privé Virtuel) vous offre des ressources dédiées sur une machine virtuelle isolée, avec plus de contrôle et de flexibilité, idéal pour les sites avec un trafic moyen.</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<button class="flex justify-between items-center w-full text-left">
<h3 class="text-lg font-semibold text-gray-800">Proposez-vous une garantie de remboursement ?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="mt-4 text-gray-600 hidden">
<p>Oui, nous offrons une garantie satisfait ou remboursé de 30 jours sur tous nos plans d'hébergement. Si vous n'êtes pas satisfait de nos services dans les 30 premiers jours, nous vous rembourserons intégralement.</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<button class="flex justify-between items-center w-full text-left">
<h3 class="text-lg font-semibold text-gray-800">Comment puis-je migrer mon site existant vers HostFlow ?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="mt-4 text-gray-600 hidden">
<p>Nous proposons un service de migration gratuit effectué par nos experts. Après l'achat de votre hébergement, contactez simplement notre support avec les détails de votre site actuel et nous nous chargerons de tout transférer sans interruption de service.</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<button class="flex justify-between items-center w-full text-left">
<h3 class="text-lg font-semibold text-gray-800">Quelles mesures de sécurité mettez-vous en place ?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="mt-4 text-gray-600 hidden">
<p>Nos serveurs sont protégés par des pare-feu avancés, une protection DDoS, des sauvegardes automatiques quotidiennes et des mises à jour de sécurité régulières. Tous nos plans incluent également un certificat SSL gratuit pour chiffrer les données transitant vers votre site.</p>
</div>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<button class="flex justify-between items-center w-full text-left">
<h3 class="text-lg font-semibold text-gray-800">Puis-je mettre à niveau mon plan d'hébergement ultérieurement ?</h3>
<i class="fas fa-chevron-down text-blue-600"></i>
</button>
<div class="mt-4 text-gray-600 hidden">
<p>Absolument ! Vous pouvez passer à un plan supérieur à tout moment sans interruption de service. La migration se fait généralement en quelques minutes et est entièrement gérée par notre équipe.</p>
</div>
</div>
</div>
<div class="text-center mt-12">
<p class="text-gray-600 mb-4">Vous ne trouvez pas la réponse à votre question ?</p>
<a href="contact.php" class="inline-flex items-center px-6 py-3 bg-blue-600 text-white font-medium rounded-md hover:bg-blue-700 transition-all">
<i class="fas fa-envelope mr-2"></i>
Contactez notre support
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white pt-16 pb-8">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12">
<div>
<a href="index.php" class="flex items-center mb-6">
<div class="w-10 h-10 rounded-full bg-blue-600 flex items-center justify-center mr-3">
<i class="fas fa-server text-white text-xl"></i>
</div>
<span class="text-xl font-bold text-white">Host<span class="text-blue-400">Flow</span></span>
</a>
<p class="text-gray-400 mb-4">Des solutions d'hébergement web performantes et fiables pour tous vos projets.</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition-all">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-all">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-all">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-all">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-6">Services</h3>
<ul class="space-y-3">
<li><a href="shared-hosting.php" class="text-gray-400 hover:text-white transition-all">Hébergement Mutualisé</a></li>
<li><a href="vps.php" class="text-gray-400 hover:text-white transition-all">Serveurs VPS</a></li>
<li><a href="dedicated.php" class="text-gray-400 hover:text-white transition-all">Serveurs Dédiés</a></li>
<li><a href="cloud.php" class="text-gray-400 hover:text-white transition-all">Hébergement Cloud</a></li>
<li><a href="wordpress.php" class="text-gray-400 hover:text-white transition-all">Hébergement WordPress</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-6">Entreprise</h3>
<ul class="space-y-3">
<li><a href="about.php" class="text-gray-400 hover:text-white transition-all">À propos</a></li>
<li><a href="careers.php" class="text-gray-400 hover:text-white transition-all">Carrières</a></li>
<li><a href="blog.php" class="text-gray-400 hover:text-white transition-all">Blog</a></li>
<li><a href="press.php" class="text-gray-400 hover:text-white transition-all">Presse</a></li>
<li><a href="partners.php" class="text-gray-400 hover:text-white transition-all">Partenaires</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-6">Support</h3>
<ul class="space-y-3">
<li><a href="help.php" class="text-gray-400 hover:text-white transition-all">Centre d'aide</a></li>
<li><a href="docs.php" class="text-gray-400 hover:text-white transition-all">Documentation</a></li>
<li><a href="status.php" class="text-gray-400 hover:text-white transition-all">Statut des services</a></li>
<li><a href="contact.php" class="text-gray-400 hover:text-white transition-all">Contact</a></li>
<li><a href="faq.php" class="text-gray-400 hover:text-white transition-all">FAQ</a></li>
</ul>
</div>
</div>
<div class="pt-8 border-t border-gray-800">
<div class="flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 mb-4 md:mb-0">© 2023 HostFlow. Tous droits réservés.</p>
<div class="flex space-x-6">
<a href="legal.php" class="text-gray-400 hover:text-white transition-all">Mentions légales</a>
<a href="privacy.php" class="text-gray-400 hover:text-white transition-all">Politique de confidentialité</a>
<a href="terms.php" class="text-gray-400 hover:text-white transition-all">Conditions générales</a>
</div>
</div>
</div>
</div>
</footer>
<script>
// Toggle FAQ answers
document.querySelectorAll('.bg-white.p-6.rounded-lg.shadow-md button').forEach(button => {
button.addEventListener('click', () => {
const answer = button.nextElementSibling;
const icon = button.querySelector('i');
if (answer.classList.contains('hidden')) {
answer.classList.remove('hidden');
icon.classList.remove('fa-chevron-down');
icon.classList.add('fa-chevron-up');
} else {
answer.classList.add('hidden');
icon.classList.remove('fa-chevron-up');
icon.classList.add('fa-chevron-down');
}
});
});
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', () => {
const menu = document.getElementById('mobile-menu');
if (menu.classList.contains('hidden')) {
menu.classList.remove('hidden');
} else {
menu.classList.add('hidden');
}
});
</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=Hanoxbh/minehost" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |