Spaces:
Running
Running
File size: 28,424 Bytes
9c2d308 b27fe52 | 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MODA Engineering - The Future of Internal Combustion</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://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.hero-gradient {
background: radial-gradient(circle at 75% 50%, rgba(239, 68, 68, 0.15) 0%, rgba(0, 0, 0, 0) 50%);
}
.engine-bg {
background-image: url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?q=80&w=2832');
background-size: cover;
background-position: center;
}
.chatbot-container {
box-shadow: 0 0 30px rgba(239, 68, 68, 0.3);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(239, 68, 68, 0.2);
}
.plasma-glow {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
</style>
</head>
<body class="bg-black text-gray-100 font-sans">
<!-- Navigation -->
<nav class="fixed w-full bg-black bg-opacity-90 z-50 border-b border-red-900">
<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-red-500 font-bold text-2xl">MODA</span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#" class="text-red-500 px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="#technology" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Technology</a>
<a href="#specs" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Specs</a>
<a href="#about" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Our Story</a>
<a href="#contact" class="text-gray-300 hover:text-white 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="bg-red-600 hover:bg-red-700 text-white px-4 py-2 rounded-md text-sm font-medium">
Build Your Engine
</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">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="engine-bg relative h-screen flex items-center justify-center overflow-hidden">
<div class="absolute inset-0 bg-black bg-opacity-70 hero-gradient"></div>
<div class="relative z-10 px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto text-center" data-aos="fade-up">
<h1 class="text-4xl md:text-6xl font-extrabold tracking-tight text-white mb-6">
<span class="block">MODA Phoenix LS</span>
<span class="block text-red-500">The Future of Combustion</span>
</h1>
<p class="mt-3 max-w-md mx-auto text-lg text-gray-300 sm:text-xl md:mt-5 md:max-w-3xl">
Forged from truth. Engineered for transcendence. The most advanced racing engine technology on the planet.
</p>
<div class="mt-10 flex justify-center space-x-4">
<a href="#specs" class="px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-red-600 hover:bg-red-700 md:py-4 md:text-lg md:px-10">
Explore Tech
</a>
<a href="#chatbot" class="px-8 py-3 border border-transparent text-base font-medium rounded-md text-red-700 bg-white hover:bg-gray-100 md:py-4 md:text-lg md:px-10">
Build Yours
</a>
</div>
</div>
<div class="absolute bottom-10 left-1/2 transform -translate-x-1/2">
<a href="#technology" class="text-white animate-bounce">
<i data-feather="chevron-down" class="w-8 h-8"></i>
</a>
</div>
</section>
<!-- Technology Section -->
<section id="technology" class="py-20 bg-black">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Revolutionary Engineering</span>
<span class="block text-red-500">Beyond Conventional Limits</span>
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-400 mx-auto">
The MODA Phoenix LS combines cutting-edge physics, metallurgy, and smart technology to redefine performance.
</p>
</div>
<div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-3">
<!-- Feature 1 -->
<div class="pt-6 feature-card transition-all duration-300" data-aos="fade-up" data-aos-delay="100">
<div class="flow-root bg-gray-900 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-red-600 text-white mx-auto plasma-glow">
<i data-feather="zap"></i>
</div>
<h3 class="mt-8 text-lg font-medium text-white text-center">Plasma Ignition</h3>
<p class="mt-5 text-base text-gray-400">
High-frequency plasma arcs enable faster, cleaner combustion cycles with improved fuel efficiency and power output.
</p>
</div>
</div>
</div>
<!-- Feature 2 -->
<div class="pt-6 feature-card transition-all duration-300" data-aos="fade-up" data-aos-delay="200">
<div class="flow-root bg-gray-900 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-red-600 text-white mx-auto plasma-glow">
<i data-feather="activity"></i>
</div>
<h3 class="mt-8 text-lg font-medium text-white text-center">Harmonic Tuning</h3>
<p class="mt-5 text-base text-gray-400">
Proprietary internal channels cancel destructive resonance frequencies, reducing wear and extending engine life.
</p>
</div>
</div>
</div>
<!-- Feature 3 -->
<div class="pt-6 feature-card transition-all duration-300" data-aos="fade-up" data-aos-delay="300">
<div class="flow-root bg-gray-900 rounded-lg px-6 pb-8 h-full">
<div class="-mt-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-red-600 text-white mx-auto plasma-glow">
<i data-feather="layers"></i>
</div>
<h3 class="mt-8 text-lg font-medium text-white text-center">Graphene-Laced Liners</h3>
<p class="mt-5 text-base text-gray-400">
40% less friction with superior thermal conductivity compared to traditional cylinder liners.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Specs Section -->
<section id="specs" class="py-20 bg-gray-900">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left" data-aos="fade-right">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Technical Specifications</span>
<span class="block text-red-500">Engineered for Domination</span>
</h2>
<p class="mt-3 text-lg text-gray-400">
The MODA Phoenix LS block is designed to support displacements up to 468 cubic inches with our modular deck height system.
</p>
<div class="mt-8">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-red-600 hover:bg-red-700">
Download Full Spec Sheet
<i data-feather="download" class="ml-2"></i>
</a>
</div>
</div>
</div>
<div class="mt-12 lg:mt-0 lg:col-span-6" data-aos="fade-left">
<div class="bg-black bg-opacity-50 border border-gray-800 rounded-lg p-6">
<div class="grid grid-cols-2 gap-4">
<div class="col-span-2">
<h3 class="text-lg font-medium text-white border-b border-gray-800 pb-2">Block Construction</h3>
</div>
<div>
<p class="text-sm text-gray-400">Material</p>
<p class="text-white">Class-35 Iron Alloy</p>
</div>
<div>
<p class="text-sm text-gray-400">Liner Technology</p>
<p class="text-white">Graphene-Infused</p>
</div>
<div>
<p class="text-sm text-gray-400">Max Displacement</p>
<p class="text-white">468 ci</p>
</div>
<div>
<p class="text-sm text-gray-400">Weight</p>
<p class="text-white">215 lbs (bare)</p>
</div>
<div class="col-span-2 mt-4">
<h3 class="text-lg font-medium text-white border-b border-gray-800 pb-2">Performance</h3>
</div>
<div>
<p class="text-sm text-gray-400">Max RPM</p>
<p class="text-white">9,500+</p>
</div>
<div>
<p class="text-sm text-gray-400">Horsepower</p>
<p class="text-white">1,500+ HP</p>
</div>
<div>
<p class="text-sm text-gray-400">Torque</p>
<p class="text-white">1,100+ lb-ft</p>
</div>
<div>
<p class="text-sm text-gray-400">Boost Capacity</p>
<p class="text-white">60+ psi</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- AI Chatbot Section -->
<section id="chatbot" class="py-20 bg-black">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16" data-aos="fade-up">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Build Your Winning Engine</span>
<span class="block text-red-500">AI-Powered Configuration</span>
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-400 mx-auto">
Describe your performance needs and our AI will design the perfect MODA Phoenix LS configuration for your racing application.
</p>
</div>
<div class="max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
<div class="chatbot-container bg-gray-900 rounded-xl overflow-hidden border border-gray-800">
<div class="bg-gray-800 px-4 py-3 border-b border-gray-700 flex items-center">
<div class="w-3 h-3 rounded-full bg-red-500 mr-2"></div>
<div class="w-3 h-3 rounded-full bg-yellow-500 mr-2"></div>
<div class="w-3 h-3 rounded-full bg-green-500 mr-2"></div>
<div class="ml-2 text-sm font-medium text-white">MODA Engine Builder</div>
</div>
<div class="p-6">
<div class="bg-gray-800 rounded-lg p-4 mb-4">
<div class="flex">
<div class="flex-shrink-0">
<div class="h-8 w-8 rounded-full bg-red-600 flex items-center justify-center">
<i data-feather="cpu" class="text-white w-4 h-4"></i>
</div>
</div>
<div class="ml-3">
<div class="text-sm text-white font-medium">MODA AI</div>
<div class="mt-1 text-sm text-gray-300">
<p>Welcome to the MODA Phoenix LS configurator. I'll help design your perfect racing engine. What type of racing are you building for?</p>
</div>
</div>
</div>
</div>
<div class="grid grid-cols-2 gap-3 mb-4">
<button class="bg-gray-800 hover:bg-gray-700 text-white px-4 py-2 rounded-md text-sm font-medium transition-colors">
Drag Racing
</button>
<button class="bg-gray-800 hover:bg-gray-700 text-white px-4 py-2 rounded-md text-sm font-medium transition-colors">
Road Course
</button>
<button class="bg-gray-800 hover:bg-gray-700 text-white px-4 py-2 rounded-md text-sm font-medium transition-colors">
Drift
</button>
<button class="bg-gray-800 hover:bg-gray-700 text-white px-4 py-2 rounded-md text-sm font-medium transition-colors">
Time Attack
</button>
</div>
<div class="mt-6">
<label for="chat-input" class="sr-only">Describe your needs</label>
<div class="flex rounded-md shadow-sm">
<input type="text" id="chat-input" class="flex-1 min-w-0 block w-full px-3 py-2 rounded-none rounded-l-md bg-gray-800 border border-gray-700 text-white focus:ring-red-500 focus:border-red-500 sm:text-sm" placeholder="Describe your performance needs...">
<button class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-r-md text-white bg-red-600 hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500">
<i data-feather="send" class="w-4 h-4"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-gray-900">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="lg:col-span-5" data-aos="fade-right">
<div class="relative">
<div class="relative rounded-lg overflow-hidden">
<img class="w-full" src="https://images.unsplash.com/photo-1581093450021-4a7360e9a9b4?q=80&w=2670" alt="MODA Engineering Team">
<div class="absolute inset-0 bg-red-600 mix-blend-multiply"></div>
</div>
<div class="absolute -bottom-6 -right-6 w-32 h-32 bg-red-600 rounded-full flex items-center justify-center">
<span class="text-white text-2xl font-bold">EST.</span>
<span class="text-white text-2xl font-bold ml-1">2023</span>
</div>
</div>
</div>
<div class="mt-12 lg:mt-0 lg:col-span-7" data-aos="fade-left">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Our Story</span>
<span class="block text-red-500">More Than Horsepower</span>
</h2>
<p class="mt-3 text-lg text-gray-400">
MODA Engineering was founded by a team of motorsport veterans and aerospace engineers who refused to accept the limitations of traditional engine design. Our survivor-led ethos drives every innovation.
</p>
<div class="mt-8">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-red-600 hover:bg-red-700">
Meet The Team
<i data-feather="users" class="ml-2"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="bg-black py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="bg-gray-900 rounded-2xl px-6 py-16 sm:p-16" data-aos="fade-up">
<div class="max-w-xl mx-auto lg:max-w-none lg:flex lg:items-center lg:justify-between">
<div>
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Ready to Dominate?</span>
<span class="block text-red-500">Build Your MODA Phoenix LS</span>
</h2>
<p class="mt-4 text-lg text-gray-400">
Limited production slots available for 2024. Reserve your build today.
</p>
</div>
<div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-red-600 hover:bg-red-700">
Start Your Build
<i data-feather="chevron-right" class="ml-2"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="contact" class="bg-black border-t border-gray-900">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="xl:grid xl:grid-cols-3 xl:gap-8">
<div class="space-y-8 xl:col-span-1">
<span class="text-red-500 font-bold text-2xl">MODA</span>
<p class="text-gray-400 text-base">
Forged from truth. Engineered for transcendence.
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="youtube"></i>
</a>
</div>
</div>
<div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
Company
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
About
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Team
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Careers
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Press
</a>
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
Support
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Contact
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Documentation
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Warranty
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
FAQ
</a>
</li>
</ul>
</div>
</div>
<div class="md:grid md:grid-cols-2 md:gap-8">
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
Legal
</h3>
<ul class="mt-4 space-y-4">
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Privacy
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Terms
</a>
</li>
<li>
<a href="#" class="text-base text-gray-300 hover:text-white">
Patents
</a>
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">
Contact
</h3>
<ul class="mt-4 space-y-4">
<li class="text-base text-gray-300">
<i data-feather="mail" class="inline mr-2"></i> info@modaengineering.com
</li>
<li class="text-base text-gray-300">
<i data-feather="phone" class="inline mr-2"></i> +1 (555) 123-4567
</li>
<li class="text-base text-gray-300">
<i data-feather="map-pin" class="inline mr-2"></i> Los Angeles, CA
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-800 pt-8">
<p class="text-base text-gray-400 text-center">
© 2023 MODA Engineering. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
// Simple animation for the chatbot buttons
document.querySelectorAll('#chatbot button').forEach(button => {
button.addEventListener('click', function() {
anime({
targets: this,
scale: [1, 1.05, 1],
duration: 300,
easing: 'easeInOutQuad'
});
});
});
</script>
<script>feather.replace();</script>
<script>const { animate } = anime;</script>
</body>
</html>
|