File size: 52,929 Bytes
0dff816 |
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 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 |
<!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>© 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> |