File size: 29,140 Bytes
817dac7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>NexusAI - Créateur de Code Web 10000x</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>
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }
        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }
        @keyframes wave {
            0% { transform: rotate(0deg); }
            10% { transform: rotate(14deg); }
            20% { transform: rotate(-8deg); }
            30% { transform: rotate(14deg); }
            40% { transform: rotate(-4deg); }
            50% { transform: rotate(10deg); }
            60% { transform: rotate(0deg); }
            100% { transform: rotate(0deg); }
        }
        .floating {
            animation: float 6s ease-in-out infinite;
        }
        .pulse {
            animation: pulse 2s infinite;
        }
        .wave {
            animation: wave 2.5s infinite;
            transform-origin: 70% 70%;
            display: inline-block;
        }
        .gradient-bg {
            background: linear-gradient(135deg, #6e8efb, #a777e3);
        }
        .code-bg {
            background: #1e293b;
        }
        .neon-text {
            text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6;
        }
        .glow {
            box-shadow: 0 0 15px rgba(167, 119, 227, 0.7);
        }
        .terminal-cursor {
            animation: blink 1s step-end infinite;
        }
        @keyframes blink {
            from, to { opacity: 1; }
            50% { opacity: 0; }
        }
    </style>
</head>
<body class="gradient-bg min-h-screen text-white font-sans overflow-x-hidden">
    <!-- Particules flottantes -->
    <div class="fixed inset-0 overflow-hidden pointer-events-none">
        <div class="absolute top-1/4 left-1/4 w-3 h-3 bg-white rounded-full opacity-20" style="animation: float 8s ease-in-out infinite;"></div>
        <div class="absolute top-1/3 right-1/3 w-4 h-4 bg-purple-200 rounded-full opacity-30" style="animation: float 7s ease-in-out infinite 2s;"></div>
        <div class="absolute bottom-1/4 left-2/3 w-2 h-2 bg-blue-200 rounded-full opacity-25" style="animation: float 9s ease-in-out infinite 1s;"></div>
        <div class="absolute bottom-1/3 right-1/4 w-3 h-3 bg-indigo-200 rounded-full opacity-20" style="animation: float 6s ease-in-out infinite 3s;"></div>
    </div>

    <!-- Header -->
    <header class="container mx-auto px-6 py-8">
        <div class="flex justify-between items-center">
            <div class="flex items-center space-x-2">
                <div class="w-10 h-10 bg-white rounded-full flex items-center justify-center glow">
                    <i class="fas fa-robot text-purple-600 text-xl"></i>
                </div>
                <h1 class="text-2xl font-bold neon-text">Nexus<span class="text-yellow-300">AI</span></h1>
            </div>
            <nav class="hidden md:flex space-x-8">
                <a href="#" class="hover:text-yellow-300 transition">Accueil</a>
                <a href="#" class="hover:text-yellow-300 transition">Fonctionnalités</a>
                <a href="#" class="hover:text-yellow-300 transition">Assistants</a>
                <a href="#" class="hover:text-yellow-300 transition">Documentation</a>
            </nav>
            <button class="md:hidden text-2xl">
                <i class="fas fa-bars"></i>
            </button>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="container mx-auto px-6 py-16 text-center">
        <div class="max-w-4xl mx-auto">
            <h1 class="text-5xl md:text-6xl font-bold mb-6 leading-tight">
                <span class="neon-text">L'IA Créatrice de Code</span> 
                <span class="text-yellow-300 wave">10,000x</span> plus puissante
            </h1>
            <p class="text-xl md:text-2xl mb-10 opacity-90">
                Avec 2000 assistants virtuels spécialisés, générez du code web parfait en quelques secondes.
                <br>L'intelligence artificielle la plus avancée pour les développeurs.
            </p>
            <div class="flex flex-col md:flex-row justify-center gap-4">
                <button class="bg-white text-purple-600 hover:bg-purple-100 font-bold py-3 px-8 rounded-full transition transform hover:scale-105 glow">
                    Essayer Gratuitement
                </button>
                <button class="bg-transparent border-2 border-white hover:bg-white hover:text-purple-600 font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
                    Voir la Démo
                </button>
            </div>
        </div>
    </section>

    <!-- AI Avatar -->
    <div class="flex justify-center mb-16">
        <div class="relative floating">
            <div class="w-48 h-48 md:w-64 md:h-64 bg-white rounded-full flex items-center justify-center glow">
                <img src="https://cdn-icons-png.flaticon.com/512/4712/4712035.png" alt="AI Avatar" class="w-3/4">
            </div>
            <div class="absolute -bottom-5 left-1/2 transform -translate-x-1/2 bg-purple-500 text-xs py-1 px-3 rounded-full">
                <span class="pulse">En ligne</span> • 2000 assistants actifs
            </div>
        </div>
    </div>

    <!-- Features -->
    <section class="container mx-auto px-6 py-16">
        <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Fonctionnalités <span class="text-yellow-300">Exceptionnelles</span></h2>
        
        <div class="grid md:grid-cols-3 gap-8">
            <!-- Feature 1 -->
            <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-8 hover:glow transition">
                <div class="w-16 h-16 bg-purple-500 rounded-full flex items-center justify-center mb-6">
                    <i class="fas fa-bolt text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Vitesse 10,000x</h3>
                <p class="opacity-80">Génération de code ultra-rapide grâce à notre réseau de 2000 assistants IA travaillant en parallèle.</p>
            </div>
            
            <!-- Feature 2 -->
            <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-8 hover:glow transition">
                <div class="w-16 h-16 bg-blue-500 rounded-full flex items-center justify-center mb-6">
                    <i class="fas fa-code text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Code Parfait</h3>
                <p class="opacity-80">Code optimisé, sécurisé et conforme aux meilleures pratiques du développement web.</p>
            </div>
            
            <!-- Feature 3 -->
            <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-8 hover:glow transition">
                <div class="w-16 h-16 bg-green-500 rounded-full flex items-center justify-center mb-6">
                    <i class="fas fa-brain text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold mb-3">Apprentissage Continu</h3>
                <p class="opacity-80">Notre IA s'améliore constamment en analysant les dernières tendances du développement.</p>
            </div>
        </div>
    </section>

    <!-- Code Demo -->
    <section class="container mx-auto px-6 py-16">
        <h2 class="text-3xl md:text-4xl font-bold text-center mb-8">Essayez <span class="text-yellow-300">NexusAI</span></h2>
        <p class="text-center mb-12 max-w-2xl mx-auto opacity-90">
            Décrivez votre projet et nos 2000 assistants IA généreront le code parfait pour vous.
        </p>
        
        <div class="max-w-4xl mx-auto">
            <div class="grid md:grid-cols-2 gap-8">
                <!-- Input -->
                <div>
                    <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-6 h-full">
                        <h3 class="text-lg font-bold mb-4">Votre Description</h3>
                        <textarea class="w-full bg-gray-800 bg-opacity-50 rounded-lg p-4 h-64 focus:outline-none focus:ring-2 focus:ring-purple-500" placeholder="Décrivez votre site web ou application..."></textarea>
                        <button class="mt-4 bg-purple-600 hover:bg-purple-700 text-white font-bold py-2 px-6 rounded-full transition transform hover:scale-105 w-full">
                            Générer le Code <i class="fas fa-magic ml-2"></i>
                        </button>
                    </div>
                </div>
                
                <!-- Output -->
                <div>
                    <div class="code-bg rounded-xl overflow-hidden h-full">
                        <div class="bg-gray-800 px-4 py-2 flex items-center">
                            <div class="flex space-x-2">
                                <div class="w-3 h-3 bg-red-500 rounded-full"></div>
                                <div class="w-3 h-3 bg-yellow-500 rounded-full"></div>
                                <div class="w-3 h-3 bg-green-500 rounded-full"></div>
                            </div>
                            <div class="ml-4 text-sm opacity-70">output.html</div>
                        </div>
                        <div class="p-4 font-mono text-sm overflow-auto h-64">
                            <div class="terminal-cursor">
                                <span class="text-green-400">$</span> <span class="text-blue-400">NexusAI</span> processing request...<br>
                                <span class="text-green-400">$</span> Engaging <span class="text-purple-400">2000</span> specialized assistants<br>
                                <span class="text-green-400">$</span> Analyzing best practices...<br>
                                <span class="text-green-400">$</span> Generating optimized code structure<br>
                                <span class="text-green-400">$</span> <span class="text-yellow-300">Code generation complete!</span><br><br>
                                <span class="text-gray-400">&lt;!DOCTYPE html&gt;<br>
                                &lt;html lang="fr"&gt;<br>
                                &lt;head&gt;<br>
                                &nbsp;&nbsp;&lt;meta charset="UTF-8"&gt;<br>
                                &nbsp;&nbsp;&lt;title&gt;Votre Site Parfait&lt;/title&gt;<br>
                                &nbsp;&nbsp;&lt;!-- Code optimisé généré par NexusAI --&gt;<br>
                                &lt;/head&gt;<br>
                                &lt;body&gt;<br>
                                &nbsp;&nbsp;&lt;!-- Votre contenu ici --&gt;<br>
                                &lt;/body&gt;<br>
                                &lt;/html&gt;</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Assistants -->
    <section class="container mx-auto px-6 py-16">
        <h2 class="text-3xl md:text-4xl font-bold text-center mb-8">Nos <span class="text-yellow-300">2000 Assistants</span> Spécialisés</h2>
        
        <div class="grid sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6 mt-12">
            <!-- Assistant 1 -->
            <div class="bg-white bg-opacity-5 hover:bg-opacity-10 rounded-xl p-6 transition group">
                <div class="w-16 h-16 bg-indigo-500 rounded-full flex items-center justify-center mb-4 group-hover:rotate-12 transition">
                    <i class="fas fa-laptop-code text-2xl"></i>
                </div>
                <h3 class="text-lg font-bold mb-2">HTML5 Expert</h3>
                <p class="text-sm opacity-70">Maîtrise parfaite du HTML sémantique moderne.</p>
                <div class="mt-3 flex flex-wrap gap-2">
                    <span class="text-xs bg-indigo-900 bg-opacity-50 px-2 py-1 rounded">Structure</span>
                    <span class="text-xs bg-indigo-900 bg-opacity-50 px-2 py-1 rounded">SEO</span>
                    <span class="text-xs bg-indigo-900 bg-opacity-50 px-2 py-1 rounded">Accessibilité</span>
                </div>
            </div>
            
            <!-- Assistant 2 -->
            <div class="bg-white bg-opacity-5 hover:bg-opacity-10 rounded-xl p-6 transition group">
                <div class="w-16 h-16 bg-blue-500 rounded-full flex items-center justify-center mb-4 group-hover:rotate-12 transition">
                    <i class="fab fa-css3-alt text-2xl"></i>
                </div>
                <h3 class="text-lg font-bold mb-2">CSS Architect</h3>
                <p class="text-sm opacity-70">Création de designs responsive et élégants.</p>
                <div class="mt-3 flex flex-wrap gap-2">
                    <span class="text-xs bg-blue-900 bg-opacity-50 px-2 py-1 rounded">Flexbox</span>
                    <span class="text-xs bg-blue-900 bg-opacity-50 px-2 py-1 rounded">Grid</span>
                    <span class="text-xs bg-blue-900 bg-opacity-50 px-2 py-1 rounded">Animations</span>
                </div>
            </div>
            
            <!-- Assistant 3 -->
            <div class="bg-white bg-opacity-5 hover:bg-opacity-10 rounded-xl p-6 transition group">
                <div class="w-16 h-16 bg-yellow-500 rounded-full flex items-center justify-center mb-4 group-hover:rotate-12 transition">
                    <i class="fab fa-js text-2xl"></i>
                </div>
                <h3 class="text-lg font-bold mb-2">JavaScript Genius</h3>
                <p class="text-sm opacity-70">Logique JavaScript propre et performante.</p>
                <div class="mt-3 flex flex-wrap gap-2">
                    <span class="text-xs bg-yellow-900 bg-opacity-50 px-2 py-1 rounded">ES6+</span>
                    <span class="text-xs bg-yellow-900 bg-opacity-50 px-2 py-1 rounded">Frameworks</span>
                    <span class="text-xs bg-yellow-900 bg-opacity-50 px-2 py-1 rounded">Performance</span>
                </div>
            </div>
            
            <!-- Assistant 4 -->
            <div class="bg-white bg-opacity-5 hover:bg-opacity-10 rounded-xl p-6 transition group">
                <div class="w-16 h-16 bg-purple-500 rounded-full flex items-center justify-center mb-4 group-hover:rotate-12 transition">
                    <i class="fab fa-react text-2xl"></i>
                </div>
                <h3 class="text-lg font-bold mb-2">React Specialist</h3>
                <p class="text-sm opacity-70">Développement de composants React optimisés.</p>
                <div class="mt-3 flex flex-wrap gap-2">
                    <span class="text-xs bg-purple-900 bg-opacity-50 px-2 py-1 rounded">Hooks</span>
                    <span class="text-xs bg-purple-900 bg-opacity-50 px-2 py-1 rounded">Context</span>
                    <span class="text-xs bg-purple-900 bg-opacity-50 px-2 py-1 rounded">Next.js</span>
                </div>
            </div>
        </div>
        
        <div class="text-center mt-12">
            <button class="bg-transparent border-2 border-white hover:bg-white hover:text-purple-600 font-bold py-3 px-8 rounded-full transition transform hover:scale-105">
                Voir tous les 2000 assistants <i class="fas fa-arrow-right ml-2"></i>
            </button>
        </div>
    </section>

    <!-- Testimonials -->
    <section class="container mx-auto px-6 py-16">
        <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Ils utilisent <span class="text-yellow-300">NexusAI</span></h2>
        
        <div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto">
            <!-- Testimonial 1 -->
            <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-8">
                <div class="flex items-center mb-6">
                    <div class="w-12 h-12 bg-purple-500 rounded-full flex items-center justify-center mr-4">
                        <span class="text-xl font-bold">JD</span>
                    </div>
                    <div>
                        <h4 class="font-bold">Jean Dupont</h4>
                        <p class="text-sm opacity-70">CTO, TechStart</p>
                    </div>
                </div>
                <p class="opacity-90 italic">"NexusAI a révolutionné notre flux de travail. Ce qui prenait des jours est maintenant fait en minutes avec une qualité exceptionnelle."</p>
                <div class="mt-4 text-yellow-300">
                    <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="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-8">
                <div class="flex items-center mb-6">
                    <div class="w-12 h-12 bg-blue-500 rounded-full flex items-center justify-center mr-4">
                        <span class="text-xl font-bold">MS</span>
                    </div>
                    <div>
                        <h4 class="font-bold">Marie Sanchez</h4>
                        <p class="text-sm opacity-70">Développeuse Frontend</p>
                    </div>
                </div>
                <p class="opacity-90 italic">"Les 2000 assistants de NexusAI couvrent tous les aspects du développement web. Je n'ai plus besoin de passer des heures sur Stack Overflow!"</p>
                <div class="mt-4 text-yellow-300">
                    <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 3 -->
            <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-8">
                <div class="flex items-center mb-6">
                    <div class="w-12 h-12 bg-green-500 rounded-full flex items-center justify-center mr-4">
                        <span class="text-xl font-bold">TP</span>
                    </div>
                    <div>
                        <h4 class="font-bold">Thomas Petit</h4>
                        <p class="text-sm opacity-70">Freelance Fullstack</p>
                    </div>
                </div>
                <p class="opacity-90 italic">"La puissance 10,000x n'est pas un slogan. J'ai réduit mon temps de développement par 10 tout en améliorant la qualité de mon code."</p>
                <div class="mt-4 text-yellow-300">
                    <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>
    </section>

    <!-- CTA -->
    <section class="container mx-auto px-6 py-24 text-center">
        <div class="max-w-4xl mx-auto bg-white bg-opacity-10 backdrop-blur-sm rounded-2xl p-12 glow">
            <h2 class="text-3xl md:text-4xl font-bold mb-6">Prêt à <span class="text-yellow-300">révolutionner</span> votre flux de travail?</h2>
            <p class="text-xl mb-8 opacity-90">Rejoignez des milliers de développeurs qui utilisent déjà NexusAI pour créer du code parfait en un temps record.</p>
            <button class="bg-purple-600 hover:bg-purple-700 text-white font-bold py-4 px-12 rounded-full transition transform hover:scale-105 text-lg">
                Commencer Maintenant <i class="fas fa-rocket ml-2"></i>
            </button>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 bg-opacity-50 py-12">
        <div class="container mx-auto px-6">
            <div class="grid md:grid-cols-4 gap-8">
                <div>
                    <div class="flex items-center space-x-2 mb-4">
                        <div class="w-8 h-8 bg-white rounded-full flex items-center justify-center">
                            <i class="fas fa-robot text-purple-600"></i>
                        </div>
                        <h3 class="text-xl font-bold">Nexus<span class="text-yellow-300">AI</span></h3>
                    </div>
                    <p class="opacity-70 text-sm">L'IA créatrice de code web la plus puissante avec 2000 assistants spécialisés.</p>
                </div>
                
                <div>
                    <h4 class="font-bold mb-4">Ressources</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="opacity-70 hover:opacity-100 transition">Documentation</a></li>
                        <li><a href="#" class="opacity-70 hover:opacity-100 transition">Tutoriels</a></li>
                        <li><a href="#" class="opacity-70 hover:opacity-100 transition">API</a></li>
                        <li><a href="#" class="opacity-70 hover:opacity-100 transition">Blog</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="font-bold mb-4">Entreprise</h4>
                    <ul class="space-y-2">
                        <li><a href="#" class="opacity-70 hover:opacity-100 transition">À propos</a></li>
                        <li><a href="#" class="opacity-70 hover:opacity-100 transition">Carrières</a></li>
                        <li><a href="#" class="opacity-70 hover:opacity-100 transition">Partenariats</a></li>
                        <li><a href="#" class="opacity-70 hover:opacity-100 transition">Contact</a></li>
                    </ul>
                </div>
                
                <div>
                    <h4 class="font-bold mb-4">Suivez-nous</h4>
                    <div class="flex space-x-4">
                        <a href="#" class="w-10 h-10 bg-white bg-opacity-10 hover:bg-opacity-20 rounded-full flex items-center justify-center transition">
                            <i class="fab fa-twitter"></i>
                        </a>
                        <a href="#" class="w-10 h-10 bg-white bg-opacity-10 hover:bg-opacity-20 rounded-full flex items-center justify-center transition">
                            <i class="fab fa-github"></i>
                        </a>
                        <a href="#" class="w-10 h-10 bg-white bg-opacity-10 hover:bg-opacity-20 rounded-full flex items-center justify-center transition">
                            <i class="fab fa-linkedin-in"></i>
                        </a>
                        <a href="#" class="w-10 h-10 bg-white bg-opacity-10 hover:bg-opacity-20 rounded-full flex items-center justify-center transition">
                            <i class="fab fa-discord"></i>
                        </a>
                    </div>
                    <div class="mt-6">
                        <p class="text-sm opacity-70">Abonnez-vous à notre newsletter</p>
                        <div class="flex mt-2">
                            <input type="email" placeholder="Votre email" class="bg-gray-800 text-white px-4 py-2 rounded-l focus:outline-none w-full">
                            <button class="bg-purple-600 hover:bg-purple-700 px-4 rounded-r">
                                <i class="fas fa-paper-plane"></i>
                            </button>
                        </div>
                    </div>
                </div>
            </div>
            
            <div class="border-t border-gray-700 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
                <p class="text-sm opacity-70">© 2023 NexusAI. Tous droits réservés.</p>
                <div class="flex space-x-6 mt-4 md:mt-0">
                    <a href="#" class="text-sm opacity-70 hover:opacity-100 transition">Conditions</a>
                    <a href="#" class="text-sm opacity-70 hover:opacity-100 transition">Confidentialité</a>
                    <a href="#" class="text-sm opacity-70 hover:opacity-100 transition">Cookies</a>
                </div>
            </div>
        </div>
    </footer>

    <!-- Floating Action Button -->
    <div class="fixed bottom-8 right-8">
        <button class="w-16 h-16 bg-purple-600 hover:bg-purple-700 rounded-full flex items-center justify-center text-2xl glow transform hover:scale-110 transition">
            <i class="fas fa-comment-dots"></i>
        </button>
    </div>

    <script>
        // Animation pour les assistants
        document.addEventListener('DOMContentLoaded', function() {
            const assistants = document.querySelectorAll('.bg-white.bg-opacity-5');
            
            assistants.forEach(assistant => {
                assistant.addEventListener('mouseenter', () => {
                    const icon = assistant.querySelector('div:first-child');
                    icon.classList.add('animate-bounce');
                });
                
                assistant.addEventListener('mouseleave', () => {
                    const icon = assistant.querySelector('div:first-child');
                    icon.classList.remove('animate-bounce');
                });
            });
            
            // Simulation de génération de code
            const generateBtn = document.querySelector('button:contains("Générer le Code")');
            if(generateBtn) {
                generateBtn.addEventListener('click', function() {
                    const terminal = document.querySelector('.code-bg .font-mono');
                    if(terminal) {
                        terminal.innerHTML = `
                            <div class="terminal-cursor">
                                <span class="text-green-400">$</span> <span class="text-blue-400">NexusAI</span> processing request...<br>
                                <span class="text-green-400">$</span> Engaging <span class="text-purple-400">2000</span> specialized assistants<br>
                                <span class="text-green-400">$</span> Analyzing best practices...<br>
                                <span class="text-green-400">$</span> Generating optimized code structure<br>
                                <span class="text-green-400">$</span> <span class="text-yellow-300">Code generation complete!</span><br><br>
                                <span class="text-gray-400">&lt;!DOCTYPE html&gt;<br>
                                &lt;html lang="fr"&gt;<br>
                                &lt;head&gt;<br>
                                &nbsp;&nbsp;&lt;meta charset="UTF-8"&gt;<br>
                                &nbsp;&nbsp;&lt;title&gt;Votre Site Parfait&lt;/title&gt;<br>
                                &nbsp;&nbsp;&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;<br>
                                &nbsp;&nbsp;&lt;link href="https://cdn.tailwindcss.com" rel="stylesheet"&gt;<br>
                                &lt;/head&gt;<br>
                                &lt;body class="min-h-screen bg-gray-100"&gt;<br>
                                &nbsp;&nbsp;&lt;header class="bg-white shadow"&gt;<br>
                                &nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Votre header ici --&gt;<br>
                                &nbsp;&nbsp;&lt;/header&gt;<br>
                                &nbsp;&nbsp;&lt;main&gt;<br>
                                &nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Votre contenu principal ici --&gt;<br>
                                &nbsp;&nbsp;&lt;/main&gt;<br>
                                &nbsp;&nbsp;&lt;footer class="bg-gray-800 text-white py-8"&gt;<br>
                                &nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- Votre footer ici --&gt;<br>
                                &nbsp;&nbsp;&lt;/footer&gt;<br>
                                &lt;/body&gt;<br>
                                &lt;/html&gt;</span>
                            </div>
                        `;
                    }
                });
            }
        });
    </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=docto41/nex-ia" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>