modaengineering1099 / index.html
Monika1099's picture
Create a cutting edge custom racing engine design website with an AI chatbot to take specs from customers to allow them to describe what they need performance wise so we can create the best engine to win the race. INTRODUCING:
9c2d308 verified
<!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">
&copy; 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>