File size: 21,442 Bytes
7d6beb5 60bdec8 7d6beb5 60bdec8 b49c144 60bdec8 b49c144 60bdec8 b49c144 60bdec8 b49c144 60bdec8 b49c144 60bdec8 f1c268f 60bdec8 b49c144 60bdec8 b49c144 60bdec8 |
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 |
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AIzyNow - Solutions en intelligence artificielle</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>
.gradient-bg {
background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
}
.service-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);
}
.feature-badge {
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<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-20 items-center">
<div class="flex items-center">
<a href="index.html" class="text-2xl font-bold text-indigo-600 hover:text-indigo-800 transition"><i class="fas fa-robot mr-1"></i>AIzy<span class="text-purple-600 hover:text-purple-800">Now</span></a>
</div>
<div class="hidden md:flex space-x-8">
<a href="#services" class="text-gray-700 hover:text-indigo-600 transition">Nos services</a>
<a href="recherche.html" class="text-gray-700 hover:text-indigo-600 transition">Centre de recherche</a>
<a href="#advantages" class="text-gray-700 hover:text-indigo-600 transition">Pourquoi nous choisir ?</a>
<a href="#contact" class="text-gray-700 hover:text-indigo-600 transition">Contact</a>
</div>
<div class="md:hidden">
<button class="text-gray-700">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="gradient-bg 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 items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Stimulez la croissance de votre entreprise avec l'IA</h1>
<p class="text-xl mb-8 opacity-90">Simplifiez votre quotidien grâce à des solutions d'intelligence artificielle sur mesure, conformes à l'AI Act et 100% sécurisées.</p>
<div class="flex flex-wrap gap-4 mb-8">
<span class="feature-badge px-4 py-2 rounded-full text-sm backdrop-blur-md">
<i class="fas fa-shield-alt mr-2"></i> IA française
</span>
<span class="feature-badge px-4 py-2 rounded-full text-sm backdrop-blur-md">
<i class="fas fa-server mr-2"></i> Serveurs en France
</span>
<span class="feature-badge px-4 py-2 rounded-full text-sm backdrop-blur-md">
<i class="fas fa-lock mr-2"></i> 100% sécurisé
</span>
<span class="feature-badge px-4 py-2 rounded-full text-sm backdrop-blur-md">
<i class="fas fa-check-circle mr-2"></i> Conforme à l'AI Act
</span>
</div>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#contact" class="bg-white text-indigo-600 px-8 py-3 rounded-lg font-semibold text-center hover:bg-gray-100 transition duration-300">
Nous contacter
</a>
<a href="#services" class="border-2 border-white px-8 py-3 rounded-lg font-semibold text-center hover:bg-white hover:text-indigo-600 transition duration-300">
Nos services
</a>
</div>
</div>
<div class="md:w-1/2 md:pl-16">
<img src="https://www.aizy.pro/images/9c900333-8736-48ef-ae88-c6334fb94c52.jpg" alt="Illustration de solutions en intelligence artificielle" class="rounded-xl shadow-2xl">
</div>
</div>
</div>
</section>
<!-- Introduction -->
<section class="bg-white py-16">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<p class="text-lg md:text-xl text-gray-600 leading-relaxed">
Dans un environnement économique compétitif, l'intelligence artificielle (IA) offre des opportunités uniques pour stimuler la croissance de votre entreprise. Chez AIzyNow, nous nous engageons à fournir des solutions d'IA sur mesure pour les entreprises et les collectivités locales, tout en respectant strictement l'IA Act et en garantissant la sécurité de vos données avec des serveurs centralisés en France.
</p>
</div>
</section>
<!-- Services Section -->
<section id="services" class="bg-gray-50 py-20">
<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">Nos services</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Des solutions complètes en intelligence artificielle pour répondre à tous vos besoins</p>
</div>
<div class="grid md:grid-cols-3 gap-10">
<!-- Service 1 -->
<div class="bg-white rounded-xl p-8 shadow-md service-card transition duration-300 hover:border-indigo-500 border border-gray-100">
<div class="bg-indigo-100 w-16 h-16 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-code text-2xl text-indigo-600"></i>
</div>
<h3 class="text-xl font-bold mb-4">Développement en intelligence artificielle</h3>
<p class="text-gray-600">
Nous concevons et développons des solutions d'IA personnalisées pour optimiser vos processus, améliorer l'efficacité et stimuler la croissance de votre entreprise ou collectivité.
</p>
</div>
<!-- Service 2 -->
<div class="bg-white rounded-xl p-8 shadow-md service-card transition duration-300 hover:border-indigo-500 border border-gray-100">
<div class="bg-purple-100 w-16 h-16 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-chalkboard-teacher text-2xl text-purple-600"></i>
</div>
<h3 class="text-xl font-bold mb-4">Conseils en intelligence artificielle</h3>
<p class="text-gray-600">
Bénéficiez de notre savoir-faire pour élaborer une stratégie d'IA adaptée à votre organisation. Nous vous guidons à chaque étape, de l'identification des opportunités à la mise en œuvre.
</p>
</div>
<!-- Service 3 -->
<div class="bg-white rounded-xl p-8 shadow-md service-card transition duration-300 hover:border-indigo-500 border border-gray-100">
<div class="bg-blue-100 w-16 h-16 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-graduation-cap text-2xl text-blue-600"></i>
</div>
<h3 class="text-xl font-bold mb-4">Formation en intelligence artificielle</h3>
<p class="text-gray-600">
Nous proposons des programmes de formation sur mesure pour vous et votre équipe. Apprenez les fondamentaux de l'IA et développez les compétences nécessaires.
</p>
</div>
</div>
</div>
</section>
<!-- Why Choose Us -->
<section id="advantages" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col lg:flex-row items-center">
<div class="lg:w-1/2 mb-12 lg:mb-0 lg:pr-12">
<img src="https://www.aizy.pro/images/2b1efce3-e72f-4867-8549-91ea1c8757e7.jpg" alt="Personnes collaborant sur un projet d'intelligence artificielle" class="rounded-xl shadow-lg">
</div>
<div class="lg:w-1/2">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-8">Pourquoi nous choisir ?</h2>
<div class="space-y-8">
<!-- Feature 1 -->
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-100 text-indigo-600">
<i class="fas fa-medal"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Compétence</h3>
<p class="mt-2 text-gray-600">Une équipe de professionnels expérimentés et passionnés par l'IA.</p>
</div>
</div>
<!-- Feature 2 -->
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-purple-100 text-purple-600">
<i class="fas fa-lightbulb"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Innovation</h3>
<p class="mt-2 text-gray-600">Des solutions à la pointe de la technologie pour répondre à vos défis.</p>
</div>
</div>
<!-- Feature 3 -->
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-100 text-blue-600">
<i class="fas fa-cogs"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Personnalisation</h3>
<p class="mt-2 text-gray-600">Des services adaptés à vos besoins spécifiques.</p>
</div>
</div>
<!-- Feature 4 -->
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-100 text-green-600">
<i class="fas fa-shield-alt"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Sécurité et conformité</h3>
<p class="mt-2 text-gray-600">Respect strict de l'IA Act et centralisation des serveurs en France pour garantir la sécurité de vos données.</p>
</div>
</div>
<!-- Feature 5 -->
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-yellow-100 text-yellow-600">
<i class="fas fa-hands-helping"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Engagement</h3>
<p class="mt-2 text-gray-600">Un accompagnement de bout en bout pour garantir votre succès.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="gradient-bg text-white py-20">
<div class="max-w-4xl 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 entreprise avec l'IA ?</h2>
<p class="text-xl mb-10 max-w-3xl mx-auto opacity-90">Contactez-nous dès aujourd'hui pour discuter de vos projets et découvrir comment l'intelligence artificielle peut stimuler votre croissance.</p>
<div class="flex flex-col md:flex-row justify-center gap-8 items-center">
<div class="flex items-center text-xl">
<i class="fas fa-envelope mr-3"></i>
<a href="mailto:[email protected]" class="hover:text-white transition">[email protected]</a>
</div>
<div class="flex items-center text-xl">
<i class="fas fa-phone mr-3"></i>
06 51 72 53 01
</div>
</div>
</div>
</section>
<!-- Location Section -->
<section class="bg-gray-50 py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-8">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Localisation & Zone d'intervention</h2>
<div class="max-w-3xl mx-auto">
<p class="text-lg text-gray-600 mb-6">Basés en Alsace (Haut-Rhin 68), notre équipe de consultants en intelligence artificielle intervient principalement dans les départements :</p>
<div class="flex flex-wrap justify-center gap-3 mb-8">
<span class="bg-gray-800 text-white px-4 py-2 rounded-full">68 - Haut-Rhin</span>
<span class="bg-gray-800 text-white px-4 py-2 rounded-full">67 - Bas-Rhin</span>
<span class="bg-gray-800 text-white px-4 py-2 rounded-full">90 - Territoire de Belfort</span>
<span class="bg-gray-800 text-white px-4 py-2 rounded-full">70 - Haute-Saône</span>
</div>
<p class="text-lg text-gray-600">Pour les autres départements ou une intervention à distance, contactez-nous pour étudier ensemble la meilleure solution adaptée à votre projet d'IA.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<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="md:flex md:justify-between">
<div class="mb-8 md:mb-0">
<a href="index.html" class="text-2xl font-bold text-white hover:text-gray-200 transition"><i class="fas fa-robot mr-1"></i>AIzy<span class="text-purple-400 hover:text-purple-300">Now</span></a>
<p class="mt-2 text-gray-400 max-w-xs">Solutions en intelligence artificielle pour votre entreprise.</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 gap-8">
<div>
<h3 class="text-sm font-semibold uppercase tracking-wider">Navigation</h3>
<ul class="mt-4 space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Accueil</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition">Services</a></li>
<li><a href="#advantages" class="text-gray-400 hover:text-white transition">Avantages</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold uppercase tracking-wider">Légal</h3>
<ul class="mt-4 space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Confidentialité</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">CGU</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Mentions légales</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold uppercase tracking-wider">Contact</h3>
<ul class="mt-4 space-y-2">
<li class="flex items-center">
<i class="fas fa-envelope mr-2 text-gray-400"></i>
<a href="mailto:[email protected]" class="text-gray-400 hover:text-white transition">[email protected]</a>
</li>
<li class="flex items-center">
<i class="fas fa-phone mr-2 text-gray-400"></i>
<span class="text-gray-400">06 51 72 53 01</span>
</li>
</ul>
</div>
</div>
</div>
<div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-400 text-sm">© 2025 AIzyNow. Tous droits réservés.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-linkedin text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-facebook text-xl"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Simple mobile menu toggle
document.querySelector('.md\\:hidden button').addEventListener('click', function() {
const navMenu = document.querySelector('.md\\:flex.space-x-8');
navMenu.classList.toggle('hidden');
navMenu.classList.toggle('flex');
navMenu.classList.toggle('flex-col');
navMenu.classList.toggle('absolute');
navMenu.classList.toggle('top-20');
navMenu.classList.toggle('right-4');
navMenu.classList.toggle('bg-white');
navMenu.classList.toggle('p-4');
navMenu.classList.toggle('rounded-lg');
navMenu.classList.toggle('shadow-lg');
});
// 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) {
const headerHeight = document.querySelector('nav').offsetHeight;
const elementPosition = targetElement.getBoundingClientRect().top;
const offsetPosition = elementPosition + window.pageYOffset - headerHeight;
window.scrollTo({
top: offsetPosition,
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=steef68/test" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |