Spaces:
Running
Running
File size: 29,498 Bytes
c070804 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>XLook.ai - AI-Powered Prefabricated Construction</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=Orbitron:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');
:root {
--primary: #00ff9d;
--secondary: #0066ff;
--dark: #0a0a1a;
--light: #f0f8ff;
}
body {
font-family: 'Poppins', sans-serif;
background-color: var(--dark);
color: var(--light);
overflow-x: hidden;
}
h1, h2, h3, .font-orbitron {
font-family: 'Orbitron', sans-serif;
}
.gradient-text {
background: linear-gradient(90deg, var(--primary), var(--secondary));
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.gradient-bg {
background: linear-gradient(135deg, var(--primary), var(--secondary));
}
.glow {
text-shadow: 0 0 10px rgba(0, 255, 157, 0.7);
}
.card-glass {
background: rgba(15, 15, 35, 0.5);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
}
.pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(0, 255, 157, 0.7);
}
70% {
box-shadow: 0 0 0 15px rgba(0, 255, 157, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(0, 255, 157, 0);
}
}
.floating {
animation: floating 6s ease-in-out infinite;
}
@keyframes floating {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
.grid-pattern {
background-image:
linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
background-size: 40px 40px;
}
.module-animation {
position: relative;
overflow: hidden;
}
.module-animation::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
90deg,
transparent,
rgba(0, 255, 157, 0.1),
transparent
);
animation: module-shine 3s infinite;
}
@keyframes module-shine {
0% { transform: translateX(-100%); }
100% { transform: translateX(100%); }
}
</style>
</head>
<body class="grid-pattern">
<!-- Navigation -->
<nav class="fixed w-full z-50 backdrop-blur-md bg-black/50 border-b border-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl font-bold gradient-text">XLook.ai</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#" class="text-white hover:text-green-300 px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="#" class="text-gray-400 hover:text-green-300 px-3 py-2 rounded-md text-sm font-medium">Solutions</a>
<a href="#" class="text-gray-400 hover:text-green-300 px-3 py-2 rounded-md text-sm font-medium">Technology</a>
<a href="#" class="text-gray-400 hover:text-green-300 px-3 py-2 rounded-md text-sm font-medium">Case Studies</a>
<a href="#" class="text-gray-400 hover:text-green-300 px-3 py-2 rounded-md text-sm font-medium">Contact</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<button class="gradient-bg text-black px-4 py-2 rounded-md text-sm font-bold hover:opacity-90 transition">
Request Demo
</button>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="relative pt-32 pb-20 md:pt-40 md:pb-32 overflow-hidden">
<div class="absolute top-0 left-0 w-full h-full opacity-20">
<div class="absolute top-1/4 left-1/4 w-64 h-64 rounded-full bg-blue-600 filter blur-3xl opacity-70"></div>
<div class="absolute top-1/3 right-1/4 w-80 h-80 rounded-full bg-green-600 filter blur-3xl opacity-50"></div>
</div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="md:flex md:items-center md:justify-between">
<div class="md:w-1/2">
<h1 class="text-4xl md:text-6xl font-bold mb-6 font-orbitron">
<span class="gradient-text">AI-Optimized</span><br>
<span class="text-white">Prefabricated</span><br>
<span class="glow">Construction</span>
</h1>
<p class="text-lg text-gray-300 mb-8 max-w-lg">
XLook.ai revolutionizes modular construction with artificial intelligence, delivering smarter, faster, and more sustainable building solutions.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<button class="gradient-bg text-black px-6 py-3 rounded-md text-lg font-bold hover:opacity-90 transition flex items-center justify-center">
<i class="fas fa-play mr-2"></i> Watch Demo
</button>
<button class="border border-green-400 text-green-400 px-6 py-3 rounded-md text-lg font-medium hover:bg-green-400/10 transition flex items-center justify-center">
<i class="fas fa-chart-line mr-2"></i> See ROI
</button>
</div>
</div>
<div class="md:w-1/2 mt-12 md:mt-0 flex justify-center">
<div class="relative w-full max-w-md">
<div class="absolute -top-10 -left-10 w-32 h-32 rounded-full bg-blue-600 filter blur-xl opacity-30"></div>
<div class="absolute -bottom-10 -right-10 w-40 h-40 rounded-full bg-green-600 filter blur-xl opacity-30"></div>
<div class="card-glass rounded-2xl overflow-hidden floating module-animation">
<img src="https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="AI Prefabricated Construction"
class="w-full h-auto object-cover">
<div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/80 to-transparent p-6">
<div class="flex items-center">
<div class="pulse w-3 h-3 rounded-full bg-green-400 mr-2"></div>
<span class="text-sm text-green-300">AI Optimizing Modules...</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-12 bg-gradient-to-r from-black/50 to-transparent">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div class="text-center">
<div class="text-4xl md:text-5xl font-bold font-orbitron gradient-text mb-2">75%</div>
<div class="text-gray-400 uppercase text-sm">Faster Construction</div>
</div>
<div class="text-center">
<div class="text-4xl md:text-5xl font-bold font-orbitron gradient-text mb-2">30%</div>
<div class="text-gray-400 uppercase text-sm">Cost Reduction</div>
</div>
<div class="text-center">
<div class="text-4xl md:text-5xl font-bold font-orbitron gradient-text mb-2">95%</div>
<div class="text-gray-400 uppercase text-sm">Less Waste</div>
</div>
<div class="text-center">
<div class="text-4xl md:text-5xl font-bold font-orbitron gradient-text mb-2">100+</div>
<div class="text-gray-400 uppercase text-sm">Projects Completed</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-20 relative overflow-hidden">
<div class="absolute inset-0 overflow-hidden">
<div class="absolute top-0 left-0 w-full h-full opacity-10">
<div class="absolute top-0 left-1/4 w-1/2 h-full bg-gradient-to-r from-transparent via-green-500/20 to-transparent"></div>
</div>
</div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4 font-orbitron">
<span class="gradient-text">Modular Construction</span> <span class="text-white">Reinvented</span>
</h2>
<p class="text-lg text-gray-400 max-w-3xl mx-auto">
Our AI platform transforms every stage of prefabricated construction with intelligent automation.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="card-glass rounded-xl p-8 hover:border-green-400/50 border border-transparent transition-all duration-300">
<div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-cubes text-2xl text-black"></i>
</div>
<h3 class="text-xl font-bold mb-3 font-orbitron">Smart Module Design</h3>
<p class="text-gray-300">
AI generates optimal module configurations for maximum efficiency, transportability, and assembly speed.
</p>
</div>
<div class="card-glass rounded-xl p-8 hover:border-blue-400/50 border border-transparent transition-all duration-300">
<div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-robot text-2xl text-black"></i>
</div>
<h3 class="text-xl font-bold mb-3 font-orbitron">Automated Planning</h3>
<p class="text-gray-300">
Our system automatically plans factory production schedules, logistics, and on-site assembly sequences.
</p>
</div>
<div class="card-glass rounded-xl p-8 hover:border-green-400/50 border border-transparent transition-all duration-300">
<div class="w-14 h-14 gradient-bg rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-recycle text-2xl text-black"></i>
</div>
<h3 class="text-xl font-bold mb-3 font-orbitron">Waste Optimization</h3>
<p class="text-gray-300">
Machine learning minimizes material waste by optimizing cutting patterns and component reuse.
</p>
</div>
</div>
</div>
</section>
<!-- AI Showcase Section -->
<section class="py-20 bg-gradient-to-b from-black/50 to-transparent">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<div class="relative">
<div class="absolute -top-6 -left-6 w-64 h-64 rounded-full bg-blue-600 filter blur-3xl opacity-20"></div>
<div class="card-glass rounded-2xl overflow-hidden relative z-10">
<img src="https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="AI Prefab Process"
class="w-full h-auto object-cover">
<div class="absolute inset-0 flex items-center justify-center">
<button class="w-16 h-16 rounded-full bg-white/20 backdrop-blur-md flex items-center justify-center hover:bg-green-400 transition">
<i class="fas fa-play text-white text-xl"></i>
</button>
</div>
</div>
</div>
</div>
<div class="md:w-1/2 md:pl-12">
<h2 class="text-3xl md:text-4xl font-bold mb-6 font-orbitron">
<span class="gradient-text">AI-Powered</span> <span class="text-white">Prefab Workflow</span>
</h2>
<p class="text-lg text-gray-300 mb-8">
Our proprietary AI algorithms analyze thousands of design parameters, material properties, and construction scenarios to create the most efficient modular building solutions.
</p>
<div class="space-y-6">
<div class="flex">
<div class="flex-shrink-0">
<div class="gradient-bg w-10 h-10 rounded-full flex items-center justify-center">
<span class="text-black font-bold">1</span>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-white">Design Optimization</h4>
<p class="text-gray-400">AI creates modular designs optimized for manufacturing, transport, and assembly.</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="gradient-bg w-10 h-10 rounded-full flex items-center justify-center">
<span class="text-black font-bold">2</span>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-white">Factory Automation</h4>
<p class="text-gray-400">Robotic production lines guided by AI vision systems for precision manufacturing.</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="gradient-bg w-10 h-10 rounded-full flex items-center justify-center">
<span class="text-black font-bold">3</span>
</div>
</div>
<div class="ml-4">
<h4 class="text-lg font-bold text-white">Smart Assembly</h4>
<p class="text-gray-400">AR-guided on-site assembly with real-time quality control and adjustments.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Case Studies -->
<section class="py-20 relative overflow-hidden">
<div class="absolute inset-0">
<div class="absolute top-0 left-0 w-full h-full opacity-5">
<div class="absolute top-1/3 left-1/4 w-64 h-64 rounded-full bg-blue-600 filter blur-3xl"></div>
<div class="absolute bottom-1/4 right-1/4 w-80 h-80 rounded-full bg-green-600 filter blur-3xl"></div>
</div>
</div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4 font-orbitron">
<span class="text-white">Proven</span> <span class="gradient-text">Success Stories</span>
</h2>
<p class="text-lg text-gray-400 max-w-3xl mx-auto">
See how leading developers are achieving remarkable results with our AI prefab solutions.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="card-glass rounded-xl overflow-hidden hover:shadow-xl transition-all duration-300">
<div class="h-48 overflow-hidden">
<img src="https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Residential Project"
class="w-full h-full object-cover">
</div>
<div class="p-6">
<div class="flex items-center mb-4">
<div class="gradient-bg text-black px-3 py-1 rounded-full text-xs font-bold">RESIDENTIAL</div>
<div class="ml-auto text-sm text-gray-400">6 weeks completion</div>
</div>
<h3 class="text-xl font-bold mb-2">Urban Housing Complex</h3>
<p class="text-gray-300 mb-4">200-unit affordable housing project completed 70% faster than conventional methods.</p>
<div class="flex items-center text-green-400 text-sm">
<i class="fas fa-arrow-up mr-1"></i>
<span>45% cost savings</span>
</div>
</div>
</div>
<div class="card-glass rounded-xl overflow-hidden hover:shadow-xl transition-all duration-300">
<div class="h-48 overflow-hidden">
<img src="https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Commercial Project"
class="w-full h-full object-cover">
</div>
<div class="p-6">
<div class="flex items-center mb-4">
<div class="gradient-bg text-black px-3 py-1 rounded-full text-xs font-bold">COMMERCIAL</div>
<div class="ml-auto text-sm text-gray-400">8 weeks completion</div>
</div>
<h3 class="text-xl font-bold mb-2">Tech Office Campus</h3>
<p class="text-gray-300 mb-4">Modular office spaces with intelligent climate control and flexible layouts.</p>
<div class="flex items-center text-green-400 text-sm">
<i class="fas fa-arrow-up mr-1"></i>
<span>92% less construction waste</span>
</div>
</div>
</div>
<div class="card-glass rounded-xl overflow-hidden hover:shadow-xl transition-all duration-300">
<div class="h-48 overflow-hidden">
<img src="https://images.unsplash.com/photo-1581093450021-33f024153230?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
alt="Healthcare Project"
class="w-full h-full object-cover">
</div>
<div class="p-6">
<div class="flex items-center mb-4">
<div class="gradient-bg text-black px-3 py-1 rounded-full text-xs font-bold">HEALTHCARE</div>
<div class="ml-auto text-sm text-gray-400">10 weeks completion</div>
</div>
<h3 class="text-xl font-bold mb-2">Emergency Medical Center</h3>
<p class="text-gray-300 mb-4">Rapidly deployable healthcare facility with integrated smart systems.</p>
<div class="flex items-center text-green-400 text-sm">
<i class="fas fa-arrow-up mr-1"></i>
<span>60% faster permitting</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-green-500/10 to-blue-500/10"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative">
<div class="card-glass rounded-2xl p-8 md:p-12 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6 font-orbitron">
<span class="gradient-text">Ready to Build</span> <span class="text-white">Smarter?</span>
</h2>
<p class="text-xl text-gray-300 mb-8 max-w-3xl mx-auto">
Join the revolution in prefabricated construction powered by artificial intelligence.
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<button class="gradient-bg text-black px-8 py-4 rounded-lg text-lg font-bold hover:opacity-90 transition">
Request Consultation
</button>
<button class="border border-green-400 text-green-400 px-8 py-4 rounded-lg text-lg font-medium hover:bg-green-400/10 transition">
Download Whitepaper
</button>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black/50 border-t border-gray-800 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div class="md:col-span-2">
<h3 class="text-2xl font-bold gradient-text mb-4">XLook.ai</h3>
<p class="text-gray-400 mb-6">
The future of prefabricated construction powered by artificial intelligence. Faster, smarter, and more sustainable.
</p>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-green-400 transition">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-green-400 transition">
<i class="fab fa-linkedin text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-green-400 transition">
<i class="fab fa-youtube text-xl"></i>
</a>
</div>
</div>
<div>
<h4 class="text-white font-bold mb-4">Solutions</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-green-400 transition">Residential</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400 transition">Commercial</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400 transition">Healthcare</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400 transition">Education</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-bold mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-green-400 transition">About</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400 transition">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400 transition">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-green-400 transition">Contact</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-gray-500 text-sm mb-4 md:mb-0">
© 2023 XLook.ai. All rights reserved.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-500 hover:text-green-400 text-sm transition">Privacy Policy</a>
<a href="#" class="text-gray-500 hover:text-green-400 text-sm transition">Terms of Service</a>
</div>
</div>
</div>
</footer>
<!-- Floating AI Chat -->
<div class="fixed bottom-8 right-8 z-50">
<button class="gradient-bg w-16 h-16 rounded-full flex items-center justify-center shadow-xl hover:scale-105 transition-all">
<i class="fas fa-robot text-2xl text-black"></i>
</button>
</div>
<script>
// Simple animation for the hero section
document.addEventListener('DOMContentLoaded', function() {
const heroTitle = document.querySelector('.hero-title');
const heroSubtitle = document.querySelector('.hero-subtitle');
setTimeout(() => {
heroTitle.classList.add('opacity-100', 'translate-y-0');
}, 100);
setTimeout(() => {
heroSubtitle.classList.add('opacity-100', 'translate-y-0');
}, 300);
// Floating elements animation
const floatingElements = document.querySelectorAll('.floating');
floatingElements.forEach((el, index) => {
el.style.animationDelay = `${index * 0.2}s`;
});
// Module shine animation
const moduleElements = document.querySelectorAll('.module-animation');
moduleElements.forEach((el, index) => {
el.style.animationDelay = `${index * 0.5}s`;
});
});
</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=tristanwqy/xlook-ai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |