Spaces:
Running
Running
File size: 24,049 Bytes
c212bfd 1153fce |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NexaAI | Next-Gen AI Model Generation</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<style>
.gradient-text {
background: linear-gradient(45deg, #f43f5e, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.model-card {
transition: all 0.3s ease;
transform-style: preserve-3d;
}
.model-card:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.video-preview {
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 font-sans">
<div id="vanta-bg" class="fixed inset-0 -z-10"></div>
<!-- Navigation -->
<nav class="bg-gray-900/80 backdrop-blur-md border-b border-gray-800 fixed w-full z-50">
<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">NexaAI</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-white bg-pink-600">Home</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Models</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Features</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">Pricing</a>
<a href="#" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white">About</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<button class="p-1 rounded-full text-gray-400 hover:text-white focus:outline-none">
<i data-feather="search"></i>
</button>
<button class="ml-4 px-4 py-2 rounded-md bg-gradient-to-r from-pink-600 to-purple-600 text-sm font-medium text-white hover:from-pink-700 hover:to-purple-700 transition-all">
Get Started
</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 hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="pt-32 pb-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center" data-aos="fade-up">
<h1 class="text-4xl md:text-6xl font-extrabold mb-6">
Create Stunning <span class="gradient-text">AI Models</span> <br>For Your Next Project
</h1>
<p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-10">
NexaAI's advanced neural networks generate photorealistic models with customizable features for videos, games, and digital content.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="px-8 py-4 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-lg font-semibold text-white hover:from-pink-700 hover:to-purple-700 transition-all shadow-lg">
Generate Your Model Now
</button>
<button class="px-8 py-4 rounded-lg border border-gray-700 text-lg font-semibold text-white hover:bg-gray-800/50 transition-all">
<div class="flex items-center justify-center gap-2">
<i data-feather="play-circle"></i>
Watch Demo
</div>
</button>
</div>
</div>
</section>
<!-- Featured Models -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Featured AI Models</h2>
<p class="text-gray-400 max-w-2xl mx-auto">Our most popular generated models used by top creators worldwide</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Model 1 -->
<div class="model-card bg-gray-800/50 backdrop-blur-sm rounded-xl overflow-hidden border border-gray-700" data-aos="fade-up" data-aos-delay="100">
<div class="relative overflow-hidden h-80">
<img src="http://static.photos/people/640x360/101" alt="AI Model" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent flex items-end p-6">
<div>
<h3 class="text-xl font-bold text-white">Sophia</h3>
<p class="text-pink-400">Fashion Model</p>
</div>
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-center mb-4">
<span class="text-sm text-gray-400">#Fashion #Elegant</span>
<div class="flex gap-2">
<button class="p-2 rounded-full bg-gray-700 hover:bg-pink-600 transition-all">
<i data-feather="heart" class="w-4 h-4"></i>
</button>
<button class="p-2 rounded-full bg-gray-700 hover:bg-purple-600 transition-all">
<i data-feather="download" class="w-4 h-4"></i>
</button>
</div>
</div>
<button class="w-full py-3 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-white font-medium hover:from-pink-700 hover:to-purple-700 transition-all">
Customize This Model
</button>
</div>
</div>
<!-- Model 2 -->
<div class="model-card bg-gray-800/50 backdrop-blur-sm rounded-xl overflow-hidden border border-gray-700" data-aos="fade-up" data-aos-delay="200">
<div class="relative overflow-hidden h-80">
<img src="http://static.photos/people/640x360/102" alt="AI Model" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent flex items-end p-6">
<div>
<h3 class="text-xl font-bold text-white">Luna</h3>
<p class="text-pink-400">Fitness Model</p>
</div>
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-center mb-4">
<span class="text-sm text-gray-400">#Fitness #Athletic</span>
<div class="flex gap-2">
<button class="p-2 rounded-full bg-gray-700 hover:bg-pink-600 transition-all">
<i data-feather="heart" class="w-4 h-4"></i>
</button>
<button class="p-2 rounded-full bg-gray-700 hover:bg-purple-600 transition-all">
<i data-feather="download" class="w-4 h-4"></i>
</button>
</div>
</div>
<button class="w-full py-3 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-white font-medium hover:from-pink-700 hover:to-purple-700 transition-all">
Customize This Model
</button>
</div>
</div>
<!-- Model 3 -->
<div class="model-card bg-gray-800/50 backdrop-blur-sm rounded-xl overflow-hidden border border-gray-700" data-aos="fade-up" data-aos-delay="300">
<div class="relative overflow-hidden h-80">
<img src="http://static.photos/people/640x360/103" alt="AI Model" class="w-full h-full object-cover">
<div class="absolute inset-0 bg-gradient-to-t from-black/80 to-transparent flex items-end p-6">
<div>
<h3 class="text-xl font-bold text-white">Ava</h3>
<p class="text-pink-400">Commercial Model</p>
</div>
</div>
</div>
<div class="p-6">
<div class="flex justify-between items-center mb-4">
<span class="text-sm text-gray-400">#Commercial #Versatile</span>
<div class="flex gap-2">
<button class="p-2 rounded-full bg-gray-700 hover:bg-pink-600 transition-all">
<i data-feather="heart" class="w-4 h-4"></i>
</button>
<button class="p-2 rounded-full bg-gray-700 hover:bg-purple-600 transition-all">
<i data-feather="download" class="w-4 h-4"></i>
</button>
</div>
</div>
<button class="w-full py-3 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-white font-medium hover:from-pink-700 hover:to-purple-700 transition-all">
Customize This Model
</button>
</div>
</div>
</div>
<div class="text-center mt-16" data-aos="fade-up">
<button class="px-8 py-3 rounded-lg border border-gray-700 text-white font-medium hover:bg-gray-800/50 transition-all flex items-center gap-2 mx-auto">
<i data-feather="grid"></i>
Browse All Models
</button>
</div>
</section>
<!-- Video Generation Demo -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto bg-gray-800/30 rounded-3xl my-16 backdrop-blur-sm">
<div class="flex flex-col lg:flex-row items-center gap-12">
<div class="lg:w-1/2" data-aos="fade-right">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Bring Your AI Models to Life</h2>
<p class="text-gray-300 mb-8">
Our advanced animation system transforms your generated models into realistic video content.
Choose from hundreds of motion presets or create custom animations for your projects.
</p>
<ul class="space-y-4 mb-8">
<li class="flex items-start gap-3">
<i data-feather="check-circle" class="text-pink-500 mt-1 flex-shrink-0"></i>
<span class="text-gray-300">Natural facial expressions and body movements</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="check-circle" class="text-pink-500 mt-1 flex-shrink-0"></i>
<span class="text-gray-300">Voice synthesis with emotion control</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="check-circle" class="text-pink-500 mt-1 flex-shrink-0"></i>
<span class="text-gray-300">Customizable lighting and environments</span>
</li>
</ul>
<button class="px-8 py-3 rounded-lg bg-gradient-to-r from-pink-600 to-purple-600 text-white font-medium hover:from-pink-700 hover:to-purple-700 transition-all shadow-lg">
Start Animating
</button>
</div>
<div class="lg:w-1/2 video-preview" data-aos="fade-left">
<div class="relative aspect-video bg-black rounded-xl overflow-hidden">
<img src="http://static.photos/technology/1024x576/201" alt="Video Preview" class="w-full h-full object-cover">
<div class="absolute inset-0 flex items-center justify-center">
<button class="p-4 rounded-full bg-white/20 backdrop-blur-md hover:bg-white/30 transition-all">
<i data-feather="play" class="text-white w-8 h-8"></i>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Powerful Features</h2>
<p class="text-gray-400 max-w-2xl mx-auto">Everything you need to create professional AI models and videos</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="100">
<div class="w-14 h-14 rounded-lg bg-pink-600/20 flex items-center justify-center mb-6">
<i data-feather="sliders" class="text-pink-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Customization</h3>
<p class="text-gray-400">
Fine-tune every aspect of your model's appearance with our intuitive controls and sliders.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="200">
<div class="w-14 h-14 rounded-lg bg-purple-600/20 flex items-center justify-center mb-6">
<i data-feather="film" class="text-purple-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Animation</h3>
<p class="text-gray-400">
Bring your models to life with realistic movements, expressions, and lip-syncing.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="300">
<div class="w-14 h-14 rounded-lg bg-blue-600/20 flex items-center justify-center mb-6">
<i data-feather="cpu" class="text-blue-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">AI Upscaling</h3>
<p class="text-gray-400">
Enhance your models and videos to 4K resolution with our neural network technology.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="100">
<div class="w-14 h-14 rounded-lg bg-green-600/20 flex items-center justify-center mb-6">
<i data-feather="database" class="text-green-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Style Library</h3>
<p class="text-gray-400">
Choose from thousands of pre-made styles or create and save your own unique looks.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="200">
<div class="w-14 h-14 rounded-lg bg-yellow-600/20 flex items-center justify-center mb-6">
<i data-feather="cloud" class="text-yellow-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Cloud Rendering</h3>
<p class="text-gray-400">
Render complex scenes quickly using our powerful cloud infrastructure.
</p>
</div>
<div class="bg-gray-800/50 backdrop-blur-sm p-8 rounded-xl border border-gray-700" data-aos="fade-up" data-aos-delay="300">
<div class="w-14 h-14 rounded-lg bg-red-600/20 flex items-center justify-center mb-6">
<i data-feather="users" class="text-red-500 w-6 h-6"></i>
</div>
<h3 class="text-xl font-bold mb-3">Collaboration</h3>
<p class="text-gray-400">
Work with team members in real-time on the same project from anywhere.
</p>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto">
<div class="bg-gradient-to-r from-pink-600/20 to-purple-600/20 rounded-3xl p-12 text-center backdrop-blur-sm border border-gray-700" data-aos="fade-up">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Create Your Perfect AI Model?</h2>
<p class="text-gray-300 max-w-2xl mx-auto mb-8">
Join thousands of creators using NexaAI to generate stunning models and videos for their projects.
</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<button class="px-8 py-4 rounded-lg bg-white text-gray-900 text-lg font-semibold hover:bg-gray-100 transition-all shadow-lg">
Start Free Trial
</button>
<button class="px-8 py-4 rounded-lg border border-gray-700 text-lg font-semibold text-white hover:bg-gray-800/50 transition-all">
Schedule Demo
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900/80 backdrop-blur-md border-t border-gray-800 py-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 mb-12">
<div>
<h3 class="text-lg font-semibold mb-4">Product</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Features</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Templates</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">API</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Documentation</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Tutorials</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Community</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">About</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Careers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Press</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Legal</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Privacy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Terms</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Content Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition-colors">Ethics</a></li>
</ul>
</div>
</div>
<div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center mb-4 md:mb-0">
<span class="text-2xl font-bold gradient-text">NexaAI</span>
<span class="text-gray-400 ml-4 text-sm">© 2023 NexaAI Technologies. All rights reserved.</span>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="youtube"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition-colors">
<i data-feather="github"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js background
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x8b5cf6,
backgroundColor: 0x111827,
points: 10.00,
maxDistance: 22.00,
spacing: 18.00
});
// Initialize AOS and Feather Icons
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
</script>
</body>
</html>
|