static-variables / jweb /1a /services.html
fellybikush's picture
Upload 99 files
0dff816 verified
raw
history blame
52.9 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services - Japanese Motors</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<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>
<link rel="stylesheet" href="assets/css/1e.css">
</head>
<body class="bg-gray-100 font-sans">
<!-- Navigation -->
<nav class="bg-white shadow-lg fixed w-full z-10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<a href="services.html" class="flex-shrink-0 flex items-center">
<i data-feather="zap" class="h-8 w-8 text-red-500"></i>
<span class="ml-2 text-xl font-bold text-gray-900">JAPANESE MOTORS</span>
</a>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="../index.html" class="nav-link text-gray-700 hover:text-red-500 px-3 py-2 rounded-md text-sm font-medium">Home</a>
<a href="gallery.html" class="nav-link text-gray-700 hover:text-red-500 px-3 py-2 rounded-md text-sm font-medium">Inventory</a>
<a href="services.html" class="nav-link text-gray-700 hover:text-red-500 px-3 py-2 rounded-md text-sm font-medium">Services</a>
<a href="about.html" class="nav-link text-red-500 px-3 py-2 rounded-md text-sm font-medium">About</a>
<a href="contact.html" class="bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">Contact</a>
</div>
<div class="md:hidden flex items-center">
<button class="text-gray-500 hover:text-gray-900 focus:outline-none">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="relative pt-32 pb-20 bg-gray-900">
<div class="absolute inset-0 bg-black opacity-50"></div>
<div class="absolute inset-0 bg-center bg-cover" style="background-image: url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80');"></div>
<div class="container mx-auto px-4 relative">
<div class="text-center">
<h1 class="text-4xl font-bold text-white mb-4" data-aos="fade-up">Premium Services</h1>
<p class="text-xl text-gray-300 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="100">Expert care for your Japanese performance vehicle</p>
</div>
</div>
</div>
<!-- Services Tabs -->
<section class="py-12 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-gray-800 mb-2 text-center">Our Services</h2>
<p class="text-gray-600 text-center mb-10 max-w-3xl mx-auto">From routine maintenance to performance upgrades, our certified technicians provide exceptional service for your Japanese vehicle.</p>
<div class="flex flex-wrap justify-center gap-4 mb-12">
<button class="service-tab active px-6 py-3 rounded-full border border-gray-300 hover:bg-red-500 hover:text-white transition duration-300" data-service="maintenance">
<i data-feather="settings" class="w-5 h-5 inline mr-2"></i> Maintenance
</button>
<button class="service-tab px-6 py-3 rounded-full border border-gray-300 hover:bg-red-500 hover:text-white transition duration-300" data-service="repairs">
<i data-feather="tool" class="w-5 h-5 inline mr-2"></i> Repairs
</button>
<button class="service-tab px-6 py-3 rounded-full border border-gray-300 hover:bg-red-500 hover:text-white transition duration-300" data-service="performance">
<i data-feather="zap" class="w-5 h-5 inline mr-2"></i> Performance
</button>
<button class="service-tab px-6 py-3 rounded-full border border-gray-300 hover:bg-red-500 hover:text-white transition duration-300" data-service="detailing">
<i data-feather="star" class="w-5 h-5 inline mr-2"></i> Detailing
</button>
</div>
<!-- Maintenance Services -->
<div id="maintenance" class="service-content active">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6" data-aos="fade-up">
<div class="text-red-500 mb-4">
<i data-feather="refresh-cw" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Oil Change Service</h3>
<p class="text-gray-600 mb-4">Complete oil and filter change using premium synthetic oils specifically formulated for Japanese performance engines.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Full synthetic oil change</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>OEM oil filter replacement</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Multi-point inspection</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $89</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6" data-aos="fade-up" data-aos-delay="100">
<div class="text-red-500 mb-4">
<i data-feather="clipboard" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Scheduled Maintenance</h3>
<p class="text-gray-600 mb-4">Factory-recommended service intervals to keep your vehicle performing at its best and maintain warranty coverage.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>30,000/60,000/90,000 mile services</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Fluid changes and inspections</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Comprehensive vehicle health report</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $249</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6" data-aos="fade-up" data-aos-delay="200">
<div class="text-red-500 mb-4">
<i data-feather="rotate-cw" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Brake Service</h3>
<p class="text-gray-600 mb-4">Complete brake inspection and service to ensure your safety and optimal stopping performance.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Brake pad replacement</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Rotor resurfacing or replacement</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Brake fluid flush</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $199</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
</div>
</div>
<!-- Repair Services -->
<div id="repairs" class="service-content">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6">
<div class="text-red-500 mb-4">
<i data-feather="alert-circle" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Engine Repair</h3>
<p class="text-gray-600 mb-4">Expert diagnosis and repair of engine issues, from minor tune-ups to major overhauls.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Diagnostic testing</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Timing belt replacement</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Engine rebuilds</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $299</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6">
<div class="text-red-500 mb-4">
<i data-feather="cpu" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Transmission Service</h3>
<p class="text-gray-600 mb-4">Specialized service for manual, automatic, and CVT transmissions found in Japanese performance vehicles.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Transmission fluid change</span>
</li>
<li class="flex items start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Clutch replacement</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Transmission rebuild</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $349</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6">
<div class="text-red-500 mb-4">
<i data-feather="battery" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Electrical Systems</h3>
<p class="text-gray-600 mb-4">Diagnosis and repair of complex electrical systems in modern Japanese vehicles.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Battery replacement</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Alternator and starter service</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Wiring diagnostics</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $159</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
</div>
</div>
<!-- Performance Services -->
<div id="performance" class="service-content">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6">
<div class="text-red-500 mb-4">
<i data-feather="bar-chart-2" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">ECU Tuning</h3>
<p class="text-gray-600 mb-4">Custom engine tuning to unlock hidden performance while maintaining reliability.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Dyno tuning sessions</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Custom ECU mapping</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Performance optimization</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $499</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6">
<div class="text-red-500 mb-4">
<i data-feather="wind" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Turbocharger Services</h3>
<p class="text-gray-600 mb-4">Installation, maintenance, and upgrade services for turbocharged vehicles.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Turbo installation</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Turbo rebuilds</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Intercooler upgrades</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $799</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6">
<div class="text-red-500 mb-4">
<i data-feather="sliders" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Suspension Upgrades</h3>
<p class="text-gray-600 mb-4">Performance suspension systems to improve handling and driving dynamics.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Coilover installation</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Alignment and corner balancing</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Handling packages</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $599</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
</div>
</div>
<!-- Detailing Services -->
<div id="detailing" class="service-content">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6">
<div class="text-red-500 mb-4">
<i data-feather="droplet" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Premium Detailing</h3>
<p class="text-gray-600 mb-4">Showroom-quality detailing to restore and protect your vehicle's appearance.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Paint correction</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Ceramic coating</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Interior deep cleaning</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $299</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6">
<div class="text-red-500 mb-4">
<i data-feather="shield" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Paint Protection</h3>
<p class="text-gray-600 mb-4">Advanced protection solutions to keep your vehicle looking new for years to come.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Paint protection film</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Ceramic coating pro</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Window tinting</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $999</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
<div class="service-card bg-white rounded-lg overflow-hidden shadow-md transition duration-300 p-6">
<div class="text-red-500 mb-4">
<i data-feather="umbrella" class="w-12 h-12"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-3">Interior Renewal</h3>
<p class="text-gray-600 mb-4">Complete interior restoration and protection services.</p>
<ul class="text-gray-700 mb-6 space-y-2">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Leather conditioning</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Fabric protection</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-2 mt-1"></i>
<span>Odor elimination</span>
</li>
</ul>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-500">From $199</span>
<button class="book-now-btn bg-red-500 hover:bg-red-600 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300">
Book Now
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Booking Modal -->
<div id="bookingModal" class="modal-overlay">
<div class="modal-container">
<div class="p-6">
<div class="flex justify-between items-center pb-4 border-b">
<h3 class="text-2xl font-bold text-gray-800">Book Service</h3>
<button id="closeModal" class="text-gray-500 hover:text-gray-700">
<i data-feather="x" class="w-6 h-6"></i>
</button>
</div>
<form id="bookingForm" class="mt-4 space-y-4">
<input type="hidden" id="serviceTypeInput" name="service_type">
<input type="hidden" id="serviceNameInput" name="service_name">
<div>
<label for="customer_name" class="block text-sm font-medium text-gray-700">Full Name *</label>
<input type="text" id="customer_name" name="customer_name" required
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500">
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Email *</label>
<input type="email" id="email" name="email" required
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500">
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700">Phone *</label>
<input type="tel" id="phone" name="phone" required
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500">
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div>
<label for="vehicle_make" class="block text-sm font-medium text-gray-700">Vehicle Make *</label>
<select id="vehicle_make" name="vehicle_make" required
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500">
<option value="">Select Make</option>
<option value="Toyota">Toyota</option>
<option value="Honda">Honda</option>
<option value="Nissan">Nissan</option>
<option value="Mazda">Mazda</option>
<option value="Subaru">Subaru</option>
<option value="Mitsubishi">Mitsubishi</option>
<option value="Lexus">Lexus</option>
<option value="Acura">Acura</option>
<option value="Infiniti">Infiniti</option>
<option value="Other">Other</option>
</select>
</div>
<div>
<label for="vehicle_model" class="block text-sm font-medium text-gray-700">Model *</label>
<input type="text" id="vehicle_model" name="vehicle_model" required
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500">
</div>
<div>
<label for="vehicle_year" class="block text-sm font-medium text-gray-700">Year</label>
<input type="number" id="vehicle_year" name="vehicle_year" min="1990" max="2030"
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500">
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div>
<label for="preferred_date" class="block text-sm font-medium text-gray-700">Preferred Date</label>
<input type="date" id="preferred_date" name="preferred_date" min="<?php echo date('Y-m-d'); ?>"
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500">
</div>
<div>
<label for="preferred_time" class="block text-sm font-medium text-gray-700">Preferred Time</label>
<select id="preferred_time" name="preferred_time"
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500">
<option value="">Any Time</option>
<option value="08:00:00">8:00 AM</option>
<option value="09:00:00">9:00 AM</option>
<option value="10:00:00">10:00 AM</option>
<option value="11:00:00">11:00 AM</option>
<option value="13:00:00">1:00 PM</option>
<option value="14:00:00">2:00 PM</option>
<option value="15:00:00">3:00 PM</option>
<option value="16:00:00">4:00 PM</option>
</select>
</div>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700">Additional Notes</label>
<textarea id="message" name="message" rows="3"
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-red-500 focus:border-red-500"></textarea>
</div>
<div class="pt-4 border-t">
<button type="submit" class="w-full bg-red-500 hover:bg-red-600 text-white font-bold py-3 px-4 rounded-md transition duration-300">
Confirm Booking
</button>
</div>
</form>
</div>
</div>
</div>
<!-- Notification Toast -->
<div id="notification" class="notification">
<span id="notificationIcon" class="mr-3"></span>
<p id="notificationMessage" class="text-white"></p>
</div>
<!-- Why Choose Us -->
<section class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Why Choose Japanese Motors</h2>
<div class="w-20 h-1 bg-red-500 mx-auto"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="text-center" data-aos="fade-up">
<div class="bg-red-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="award" class="w-10 h-10 text-red-500"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Certified Technicians</h3>
<p class="text-gray-600">Our technicians are factory-trained and certified to work on Japanese performance vehicles.</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="100">
<div class="bg-red-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="tool" class="w-10 h-10 text-red-500"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Genuine Parts</h3>
<p class="text-gray-600">We use only genuine OEM parts or premium aftermarket equivalents for all repairs.</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="200">
<div class="bg-red-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="clock" class="w-10 h-10 text-red-500"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Quick Turnaround</h3>
<p class="text-gray-600">Most services completed same-day with our efficient workflow and ample resources.</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="300">
<div class="bg-red-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-4">
<i data-feather="dollar-sign" class="w-10 h-10 text-red-500"></i>
</div>
<h3 class="text-xl font-bold text-gray-800 mb-2">Fair Pricing</h3>
<p class="text-gray-600">Competitive pricing with no hidden fees and upfront estimates for all work.</p>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-800 mb-4">Frequently Asked Questions</h2>
<div class="w-20 h-1 bg-red-500 mx-auto"></div>
</div>
<div class="max-w-3xl mx-auto">
<div class="accordion-item border-b border-gray-200 py-4">
<button class="accordion-button w-full flex justify-between items-center text-left font-medium text-gray-800 hover:text-red-500">
<span>How often should I service my Japanese performance vehicle?</span>
<i data-feather="chevron-down" class="w-5 h-5 text-red-500 transition-transform"></i>
</button>
<div class="accordion-content mt-2">
<p class="text-gray-600">We recommend following the manufacturer's scheduled maintenance intervals, typically every 5,000-7,500 miles for oil changes and every 30,000 miles for major services. Performance vehicles driven hard may require more frequent servicing.</p>
</div>
</div>
<div class="accordion-item border-b border-gray-200 py-4">
<button class="accordion-button w-full flex justify-between items-center text-left font-medium text-gray-800 hover:text-red-500">
<span>Do you offer warranty on your services?</span>
<i data-feather="chevron-down" class="w-5 h-5 text-red-500 transition-transform"></i>
</button>
<div class="accordion-content mt-2">
<p class="text-gray-600">Yes, all our services come with a warranty. Parts and labor are typically covered for 12 months/12,000 miles. Specific warranty terms may vary by service type - details are provided with every estimate.</p>
</div>
</div>
<div class="accordion-item border-b border-gray-200 py-4">
<button class="accordion-button w-full flex justify-between items-center text-left font-medium text-gray-800 hover:text-red-500">
<span>Can I bring my own parts?</span>
<i data-feather="chevron-down" class="w-5 h-5 text-red-500 transition-transform"></i>
</button>
<div class="accordion-content mt-2">
<p class="text-gray-600">While we prefer to source parts ourselves to ensure quality and compatibility, we can install customer-provided parts. However, the warranty would only cover labor, not the parts themselves.</p>
</div>
</div>
<div class="accordion-item border-b border-gray-200 py-4">
<button class="accordion-button w-full flex justify-between items-center text-left font-medium text-gray-800 hover:text-red-500">
<span>How long do typical services take?</span>
<i data-feather="chevron-down" class="w-5 h-5 text-red-500 transition-transform"></i>
</button>
<div class="accordion-content mt-2">
<p class="text-gray-600">Most maintenance services can be completed within 2-3 hours. Larger repairs may take a day or more depending on complexity. We offer loaner vehicles and shuttle service for extended repairs.</p>
</div>
</div>
<div class="accordion-item border-b border-gray-200 py-4">
<button class="accordion-button w-full flex justify-between items-center text-left font-medium text-gray-800 hover:text-red-500">
<span>Do you work on all Japanese brands?</span>
<i data-feather="chevron-down" class="w-5 h-5 text-red-500 transition-transform"></i>
</button>
<div class="accordion-content mt-2">
<p class="text-gray-600">Yes, we specialize in all Japanese performance brands including Toyota, Nissan, Honda, Mazda, Subaru, Mitsubishi, Lexus, Acura, and Infiniti. Our technicians have specific expertise with performance models from these manufacturers.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="py-16 bg-red-500 text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl font-bold mb-6">Ready to Service Your Vehicle?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">Schedule your appointment today and experience the Japanese Motors difference.</p>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<a href="contact.html" class="bg-white text-red-500 px-8 py-3 rounded-md font-bold transition duration-300 hover:bg-gray-100">
Schedule Appointment
</a>
<a href="tel:+254794330243" class="border-2 border-white text-white px-8 py-3 rounded-md font-bold transition duration-300 hover:bg-white hover:text-red-500">
<i data-feather="phone" class="w-5 h-5 inline mr-2"></i> Call Now
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">Japanese Motors</h3>
<p class="text-gray-400">Premium Japanese performance vehicles imported directly from Japan.</p>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="../index.html" class="text-gray-400 hover:text-red-500">Home</a></li>
<li><a href="gallery.html" class="text-gray-400 hover:text-red-500">Inventory</a></li>
<li><a href="services.html" class="text-gray-400 hover:text-red-500">Services</a></li>
<li><a href="about.html" class="text-gray-400 hover:text-red-500">About Us</a></li>
<li><a href="contact.html" class="text-gray-400 hover:text-red-500">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Contact Info</h3>
<ul class="space-y-2">
<li class="flex items-center">
<i data-feather="map-pin" class="mr-2 w-4 h-4"></i>
<span class="text-gray-400">123 Automotive Way, Tokyo, Japan</span>
</li>
<li class="flex items-center">
<i data-feather="phone" class="mr-2 w-4 h-4"></i>
<span class="text-gray-400">+254 794 330 243</span>
</li>
<li class="flex items-center">
<i data-feather="mail" class="mr-2 w-4 h-4"></i>
<span class="text-gray-400">info@japanesemotors.com</span>
</li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Follow Us</h3>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-red-500"><i data-feather="facebook" class="w-6 h-6"></i></a>
<a href="#" class="text-gray-400 hover:text-red-500"><i data-feather="instagram" class="w-6 h-6"></i></a>
<a href="#" class="text-gray-400 hover:text-red-500"><i data-feather="twitter" class="w-6 h-6"></i></a>
<a href="#" class="text-gray-400 hover:text-red-500"><i data-feather="youtube" class="w-6 h-6"></i></a>
</div>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>&copy; 2023 Japanese Motors. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Initialize Feather Icons and AOS
document.addEventListener('DOMContentLoaded', function() {
feather.replace();
AOS.init();
// Service tabs functionality
const serviceTabs = document.querySelectorAll('.service-tab');
const serviceContents = document.querySelectorAll('.service-content');
serviceTabs.forEach(tab => {
tab.addEventListener('click', function() {
// Remove active class from all tabs
serviceTabs.forEach(t => t.classList.remove('active', 'bg-red-500', 'text-white'));
// Add active class to clicked tab
this.classList.add('active', 'bg-red-500', 'text-white');
// Hide all service contents
serviceContents.forEach(content => content.classList.remove('active'));
// Show the selected service content
const serviceType = this.getAttribute('data-service');
document.getElementById(serviceType).classList.add('active');
});
});
// Booking modal functionality
const bookingModal = document.getElementById('bookingModal');
const bookingForm = document.getElementById('bookingForm');
const closeModalBtn = document.getElementById('closeModal');
const notification = document.getElementById('notification');
// Store service info when Book Now is clicked
document.querySelectorAll('.book-now-btn').forEach(button => {
button.addEventListener('click', function() {
const card = this.closest('.service-card');
const serviceName = card.querySelector('h3').textContent;
const serviceContent = card.closest('.service-content');
const serviceType = serviceContent ? serviceContent.id : 'maintenance';
document.getElementById('serviceTypeInput').value = serviceType;
document.getElementById('serviceNameInput').value = serviceName;
bookingModal.classList.add('active');
document.body.style.overflow = 'hidden';
});
});
// Close modal
closeModalBtn.addEventListener('click', function() {
bookingModal.classList.remove('active');
document.body.style.overflow = 'auto';
});
// Close modal when clicking outside
bookingModal.addEventListener('click', function(e) {
if (e.target === bookingModal) {
bookingModal.classList.remove('active');
document.body.style.overflow = 'auto';
}
});
// Handle form submission
bookingForm.addEventListener('submit', function(e) {
e.preventDefault();
const formData = new FormData(this);
fetch('assets/api/booking_handler.php', {
method: 'POST',
body: formData
})
.then(response => response.json())
.then(data => {
if (data.status === 'success') {
showNotification(data.message, 'success');
bookingForm.reset();
setTimeout(() => {
bookingModal.classList.remove('active');
document.body.style.overflow = 'auto';
}, 2000);
} else {
showNotification(data.message, 'error');
}
})
.catch(error => {
showNotification('An error occurred. Please try again.', 'error');
console.error('Error:', error);
});
});
// Show notification function
function showNotification(message, type) {
const icon = document.getElementById('notificationIcon');
const messageEl = document.getElementById('notificationMessage');
messageEl.textContent = message;
if (type === 'success') {
notification.className = 'notification success';
icon.innerHTML = '<i data-feather="check-circle" class="w-6 h-6 text-white"></i>';
} else {
notification.className = 'notification error';
icon.innerHTML = '<i data-feather="alert-circle" class="w-6 h-6 text-white"></i>';
}
notification.style.display = 'flex';
feather.replace();
setTimeout(() => {
notification.style.display = 'none';
}, 5000);
}
// FAQ accordion functionality
const accordionItems = document.querySelectorAll('.accordion-item');
accordionItems.forEach(item => {
const button = item.querySelector('.accordion-button');
button.addEventListener('click', function() {
// Toggle active class on clicked item
item.classList.toggle('active');
// Close other accordion items
accordionItems.forEach(otherItem => {
if (otherItem !== item) {
otherItem.classList.remove('active');
}
});
});
});
});
</script>
</body>
</html>