jjmandog commited on
Commit
f24ef07
·
verified ·
1 Parent(s): a3b51ef

MAKE CUSTOM PACKAGES BOX LONG WAYS SO IT COVERED MORE OF THE PAGE - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +210 -21
index.html CHANGED
@@ -315,6 +315,68 @@
315
  <div class="text-3xl font-bold gradient-text" id="appointments">98%</div>
316
  <p class="text-gray-400 mt-2">Positive Feedback</p>
317
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  </div>
319
  </div>
320
  </section>
@@ -466,7 +528,6 @@
466
  </div>
467
  </div>
468
 
469
- <!-- Max Package -->
470
  <div class="service-card bg-gray-700 rounded-xl overflow-hidden shadow-lg transition duration-300 cursor-pointer border border-gray-600 hover:border-purple-500 relative">
471
  <div class="bg-gradient-to-r from-purple-600 to-pink-600 text-white py-8 px-6 text-center">
472
  <h3 class="text-2xl font-bold mb-2">Jay's Max</h3>
@@ -741,7 +802,7 @@
741
  </div>
742
 
743
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
744
- <div class="bg-white/5 backdrop-blur-sm p-6 rounded-xl text-center border border-white/10 hover:border-purple-400 transition duration-300">
745
  <div class="w-16 h-16 bg-purple-500/20 rounded-full flex items-center justify-center mx-auto mb-4">
746
  <i class="fas fa-truck text-purple-300 text-2xl"></i>
747
  </div>
@@ -749,7 +810,7 @@
749
  <p class="text-gray-300">We come to your home or office anywhere in LA & OC</p>
750
  </div>
751
 
752
- <div class="bg-white/5 backdrop-blur-sm p-6 rounded-xl text-center border border-white/10 hover:border-purple-400 transition duration-300">
753
  <div class="w-16 h-16 bg-purple-500/20 rounded-full flex items-center justify-center mx-auto mb-4">
754
  <i class="fas fa-handshake text-purple-300 text-2xl"></i>
755
  </div>
@@ -757,7 +818,7 @@
757
  <p class="text-gray-300">We won't leave until you're 100% happy - your car gets treated like my own</p>
758
  </div>
759
 
760
- <div class="bg-white/5 backdrop-blur-sm p-6 rounded-xl text-center border border-white/10 hover:border-purple-400 transition duration-300">
761
  <div class="w-16 h-16 bg-purple-500/20 rounded-full flex items-center justify-center mx-auto mb-4">
762
  <i class="fas fa-bolt text-purple-300 text-2xl"></i>
763
  </div>
@@ -765,7 +826,7 @@
765
  <p class="text-gray-300">Fully spot-free deionized water & 4000W concurrent power</p>
766
  </div>
767
 
768
- <div class="bg-white/5 backdrop-blur-sm p-6 rounded-xl text-center border border-white/10 hover:border-purple-400 transition duration-300">
769
  <div class="w-16 h-16 bg-purple-500/20 rounded-full flex items-center justify-center mx-auto mb-4">
770
  <i class="fas fa-handshake text-purple-300 text-2xl"></i>
771
  </div>
@@ -774,6 +835,91 @@
774
  <p class="text-gray-300">55 perfect 5★ reviews on OfferUp</p>
775
  </div>
776
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
777
  </div>
778
  </section>
779
 
@@ -781,7 +927,7 @@
781
  <section class="py-16 bg-gray-900 text-white px-6">
782
  <div class="max-w-7xl mx-auto">
783
  <div class="text-center mb-12">
784
- <span class="text-purple-400 font-semibold">Upgrades</span>
785
  <h2 class="text-4xl font-bold mt-2 gradient-text">Premium Add-Ons</h2>
786
  <p class="text-xl mt-4 text-gray-400 max-w-3xl mx-auto">
787
  Enhance Your Detail With Professional Upgrades
@@ -797,10 +943,20 @@
797
  </div>
798
  <p class="text-purple-400 text-2xl font-bold mb-3">$400-$700</p>
799
  <p class="text-gray-400 mb-4">
800
- Choose between 2-year ceramic or 5-year graphene coating with warranty
801
  </p>
 
 
 
 
 
 
 
 
 
 
802
  <button class="text-purple-400 font-medium flex items-center gap-2">
803
- Learn more <i class="fas fa-arrow-right"></i>
804
  </button>
805
  </div>
806
 
@@ -1300,23 +1456,56 @@
1300
  // Addon details data
1301
  const addonDetails = {
1302
  ceramic: {
1303
- title: "Ceramic/Graphene Coating",
1304
  price: "$400-$700",
1305
- description: "Professional-grade ceramic or graphene coating that provides long-lasting protection for your vehicle's paint.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1306
  benefits: [
1307
- "2-year ceramic or 5-year graphene coating options",
1308
- "Creates an ultra-hard, hydrophobic surface that repels water, dirt, and contaminants",
1309
- "Protects against UV rays, oxidation, and chemical stains",
1310
- "Maintains showroom shine with minimal maintenance",
1311
- "Includes warranty for peace of mind"
1312
  ],
1313
  process: [
1314
- "Full paint decontamination and preparation",
1315
- "Multi-stage paint correction (if needed)",
1316
- "Application of ceramic or graphene coating",
1317
- "Curing process with infrared lamps",
1318
- "Final inspection and aftercare instructions"
1319
- ]
 
 
 
 
1320
  },
1321
  polish: {
1322
  title: "Full Polish",
 
315
  <div class="text-3xl font-bold gradient-text" id="appointments">98%</div>
316
  <p class="text-gray-400 mt-2">Positive Feedback</p>
317
  </div>
318
+
319
+ <!-- Custom Package - Full Width -->
320
+ <div class="col-span-4 service-card bg-gradient-to-br from-purple-900/50 to-pink-900/50 rounded-xl overflow-hidden shadow-lg transition duration-300 cursor-pointer border-2 border-purple-500/50 hover:border-purple-400 relative">
321
+ <div class="flex flex-col md:flex-row">
322
+ <div class="bg-gradient-to-r from-purple-600 to-pink-600 text-white py-8 px-6 text-center md:text-left md:w-1/3">
323
+ <h3 class="text-3xl font-bold mb-2">Custom Package</h3>
324
+ <p class="text-xl mb-4">Tailored to your exact needs</p>
325
+ <a href="tel:5622289429" class="inline-block bg-yellow-500 hover:bg-yellow-600 text-gray-900 font-bold py-3 px-6 rounded-full transition duration-300 flex items-center justify-center">
326
+ <i class="fas fa-phone mr-2"></i> Call to Customize
327
+ </a>
328
+ </div>
329
+ <div class="p-6 md:w-2/3">
330
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
331
+ <div>
332
+ <h4 class="text-xl font-bold mb-3 text-yellow-400">Exterior Options</h4>
333
+ <ul class="space-y-2">
334
+ <li class="flex items-start">
335
+ <span class="text-yellow-400 mr-2">★</span>
336
+ Ceramic Coating (6mo-5yr)
337
+ </li>
338
+ <li class="flex items-start">
339
+ <span class="text-yellow-400 mr-2">★</span>
340
+ Paint Correction & Polish
341
+ </li>
342
+ <li class="flex items-start">
343
+ <span class="text-yellow-400 mr-2">★</span>
344
+ Headlight Restoration
345
+ </li>
346
+ <li class="flex items-start">
347
+ <span class="text-yellow-400 mr-2">★</span>
348
+ Wheel & Tire Detailing
349
+ </li>
350
+ </ul>
351
+ </div>
352
+ <div>
353
+ <h4 class="text-xl font-bold mb-3 text-yellow-400">Interior Options</h4>
354
+ <ul class="space-y-2">
355
+ <li class="flex items-start">
356
+ <span class="text-yellow-400 mr-2">★</span>
357
+ Complete Leather Treatment
358
+ </li>
359
+ <li class="flex items-start">
360
+ <span class="text-yellow-400 mr-2">★</span>
361
+ Odor Elimination
362
+ </li>
363
+ <li class="flex items-start">
364
+ <span class="text-yellow-400 mr-2">★</span>
365
+ Carpet/Seat Shampoo
366
+ </li>
367
+ <li class="flex items-start">
368
+ <span class="text-yellow-400 mr-2">★</span>
369
+ Ceramic Interior Coating
370
+ </li>
371
+ </ul>
372
+ </div>
373
+ </div>
374
+ <div class="mt-6 text-center md:text-left">
375
+ <p class="text-gray-300">We'll work with you to create the perfect package for your vehicle and budget!</p>
376
+ </div>
377
+ </div>
378
+ </div>
379
+ </div>
380
  </div>
381
  </div>
382
  </section>
 
528
  </div>
529
  </div>
530
 
 
531
  <div class="service-card bg-gray-700 rounded-xl overflow-hidden shadow-lg transition duration-300 cursor-pointer border border-gray-600 hover:border-purple-500 relative">
532
  <div class="bg-gradient-to-r from-purple-600 to-pink-600 text-white py-8 px-6 text-center">
533
  <h3 class="text-2xl font-bold mb-2">Jay's Max</h3>
 
802
  </div>
803
 
804
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
805
+ <div class="bg-white/5 backdrop-blur-sm p-6 rounded-xl text-center border border-white/10 hover:border-purple-400 transition duration-300 cursor-pointer" onclick="showStatDetail('mobile')">
806
  <div class="w-16 h-16 bg-purple-500/20 rounded-full flex items-center justify-center mx-auto mb-4">
807
  <i class="fas fa-truck text-purple-300 text-2xl"></i>
808
  </div>
 
810
  <p class="text-gray-300">We come to your home or office anywhere in LA & OC</p>
811
  </div>
812
 
813
+ <div class="bg-white/5 backdrop-blur-sm p-6 rounded-xl text-center border border-white/10 hover:border-purple-400 transition duration-300 cursor-pointer" onclick="showStatDetail('satisfaction')">
814
  <div class="w-16 h-16 bg-purple-500/20 rounded-full flex items-center justify-center mx-auto mb-4">
815
  <i class="fas fa-handshake text-purple-300 text-2xl"></i>
816
  </div>
 
818
  <p class="text-gray-300">We won't leave until you're 100% happy - your car gets treated like my own</p>
819
  </div>
820
 
821
+ <div class="bg-white/5 backdrop-blur-sm p-6 rounded-xl text-center border border-white/10 hover:border-purple-400 transition duration-300 cursor-pointer" onclick="showStatDetail('selfsufficient')">
822
  <div class="w-16 h-16 bg-purple-500/20 rounded-full flex items-center justify-center mx-auto mb-4">
823
  <i class="fas fa-bolt text-purple-300 text-2xl"></i>
824
  </div>
 
826
  <p class="text-gray-300">Fully spot-free deionized water & 4000W concurrent power</p>
827
  </div>
828
 
829
+ <div class="bg-white/5 backdrop-blur-sm p-6 rounded-xl text-center border border-white/10 hover:border-purple-400 transition duration-300 cursor-pointer" onclick="showStatDetail('reputation')">
830
  <div class="w-16 h-16 bg-purple-500/20 rounded-full flex items-center justify-center mx-auto mb-4">
831
  <i class="fas fa-handshake text-purple-300 text-2xl"></i>
832
  </div>
 
835
  <p class="text-gray-300">55 perfect 5★ reviews on OfferUp</p>
836
  </div>
837
  </div>
838
+
839
+ <script>
840
+ // Stat details data
841
+ const statDetails = {
842
+ mobile: {
843
+ title: "Mobile Convenience",
844
+ description: "We bring the full detailing experience directly to you, wherever you are in Los Angeles or Orange County.",
845
+ benefits: [
846
+ "No need to drive anywhere - we come to your home, office, or preferred location",
847
+ "Flexible scheduling to fit your busy life",
848
+ "Same professional results as a shop visit",
849
+ "All equipment and supplies brought to you",
850
+ "Service available 7 days a week"
851
+ ],
852
+ note: "We just need about 10 feet of space around your vehicle to work comfortably."
853
+ },
854
+ satisfaction: {
855
+ title: "Satisfaction Guarantee",
856
+ description: "Your complete satisfaction is our top priority. We stand behind our work 100%.",
857
+ benefits: [
858
+ "We won't leave until you're completely happy",
859
+ "Free touch-ups if needed within 24 hours",
860
+ "Your vehicle is treated with the same care as my own",
861
+ "Honest assessments - we'll tell you what your car needs",
862
+ "No rushed jobs - we take the time to do it right"
863
+ ],
864
+ note: "Over 98% of our customers report being 'extremely satisfied' with our services."
865
+ },
866
+ selfsufficient: {
867
+ title: "Self-Sufficient Setup",
868
+ description: "We bring everything needed for professional results, including our own water and power.",
869
+ benefits: [
870
+ "Deionized water system for spot-free rinsing",
871
+ "4000W power generation for all equipment",
872
+ "Professional-grade detailing tools and products",
873
+ "No need to provide anything except your vehicle",
874
+ "Environmentally responsible water reclamation"
875
+ ],
876
+ note: "Our mobile setup rivals fixed-location detailing shops in capability."
877
+ },
878
+ reputation: {
879
+ title: "Proven Reputation",
880
+ description: "Our track record speaks for itself with hundreds of satisfied customers.",
881
+ benefits: [
882
+ "4.9★ average rating across all platforms",
883
+ "100+ verified 5-star reviews",
884
+ "55 perfect ratings on OfferUp",
885
+ "Featured in local automotive groups",
886
+ "Repeat customers account for 65% of our business"
887
+ ],
888
+ note: "We've detailed over 2,500 vehicles since starting our mobile service."
889
+ }
890
+ };
891
+
892
+ // Show stat details in modal
893
+ function showStatDetail(type) {
894
+ const detail = statDetails[type];
895
+ const modal = document.getElementById('modal');
896
+ const modalContent = document.getElementById('modalContent');
897
+
898
+ let html = `
899
+ <h2 class="text-3xl font-bold mb-4 gradient-text">${detail.title}</h2>
900
+ <p class="mb-6">${detail.description}</p>
901
+
902
+ <div class="mb-6">
903
+ <h3 class="text-xl font-bold mb-2 text-white">Key Benefits</h3>
904
+ <ul class="space-y-2">
905
+ `;
906
+
907
+ detail.benefits.forEach(benefit => {
908
+ html += `<li class="flex items-start"><span class="text-purple-400 mr-2">•</span> ${benefit}</li>`;
909
+ });
910
+
911
+ html += `
912
+ </ul>
913
+ </div>
914
+
915
+ <p class="text-sm text-gray-400 italic">${detail.note}</p>
916
+ `;
917
+
918
+ modalContent.innerHTML = html;
919
+ modal.classList.remove('hidden');
920
+ document.body.style.overflow = 'hidden';
921
+ }
922
+ </script>
923
  </div>
924
  </section>
925
 
 
927
  <section class="py-16 bg-gray-900 text-white px-6">
928
  <div class="max-w-7xl mx-auto">
929
  <div class="text-center mb-12">
930
+ <span class="text-purple-400 font-bold text-2xl md:text-3xl animate-pulse hover:animate-none hover:text-purple-300 transition-all duration-300" style="text-shadow: 0 0 8px rgba(181, 48, 255, 0.7);">Upgrades</span>
931
  <h2 class="text-4xl font-bold mt-2 gradient-text">Premium Add-Ons</h2>
932
  <p class="text-xl mt-4 text-gray-400 max-w-3xl mx-auto">
933
  Enhance Your Detail With Professional Upgrades
 
943
  </div>
944
  <p class="text-purple-400 text-2xl font-bold mb-3">$400-$700</p>
945
  <p class="text-gray-400 mb-4">
946
+ Advanced nanotechnology protection - choose between:
947
  </p>
948
+ <ul class="text-gray-300 mb-4 space-y-2">
949
+ <li class="flex items-start">
950
+ <span class="text-purple-400 mr-2">•</span>
951
+ <span><strong>Ceramic (2yr):</strong> SiO₂-based with superior water beading</span>
952
+ </li>
953
+ <li class="flex items-start">
954
+ <span class="text-purple-400 mr-2">•</span>
955
+ <span><strong>Graphene (5yr):</strong> Carbon matrix with thermal conductivity</span>
956
+ </li>
957
+ </ul>
958
  <button class="text-purple-400 font-medium flex items-center gap-2">
959
+ Compare Technologies <i class="fas fa-arrow-right"></i>
960
  </button>
961
  </div>
962
 
 
1456
  // Addon details data
1457
  const addonDetails = {
1458
  ceramic: {
1459
+ title: "Ceramic vs Graphene Coatings",
1460
  price: "$400-$700",
1461
+ description: "Cutting-edge nanotechnology protection with distinct advantages for different needs.",
1462
+ comparison: {
1463
+ ceramic: {
1464
+ name: "Ceramic Coating (SiO₂)",
1465
+ properties: [
1466
+ "Silicon dioxide (SiO₂) matrix",
1467
+ "Forms glass-like layer when cured",
1468
+ "Superior water beading (110°+ contact angle)",
1469
+ "Excellent chemical resistance",
1470
+ "2-year protection warranty"
1471
+ ],
1472
+ bestFor: "Daily drivers in moderate climates, those prioritizing water repellency"
1473
+ },
1474
+ graphene: {
1475
+ name: "Graphene Coating",
1476
+ properties: [
1477
+ "Carbon nanostructure matrix",
1478
+ "Thermal conductive properties",
1479
+ "More flexible than ceramic (better impact resistance)",
1480
+ "Self-cleaning effect lasts longer",
1481
+ "5-year protection warranty"
1482
+ ],
1483
+ bestFor: "High-end vehicles, extreme climates, long-term protection"
1484
+ },
1485
+ shared: [
1486
+ "9H hardness rating (scratch resistant)",
1487
+ "UV protection (blocks 98% of UV rays)",
1488
+ "Hydrophobic surface (repels water/dirt)",
1489
+ "Chemical stain resistance",
1490
+ "Professional application required"
1491
+ ]
1492
+ },
1493
  benefits: [
1494
+ "<strong>Ceramic Advantage:</strong> More affordable, easier application, immediate high-gloss finish",
1495
+ "<strong>Graphene Advantage:</strong> Longer durability, better heat dissipation, superior self-cleaning",
1496
+ "<strong>Shared Benefits:</strong> Paint protection, easier maintenance, enhanced resale value"
 
 
1497
  ],
1498
  process: [
1499
+ "72-hour paint decontamination (iron removal, clay bar)",
1500
+ "Multi-stage paint correction (swirl/scratch removal)",
1501
+ "Precision application in controlled environment",
1502
+ "48-hour curing with infrared assistance",
1503
+ "Final inspection with contact angle tester"
1504
+ ],
1505
+ science: {
1506
+ ceramic: "SiO₂ forms covalent bonds with paint's clear coat, creating semi-permanent glass-like layer",
1507
+ graphene: "Carbon nanostructures create conductive network that dissipates heat and flexes with temperature changes"
1508
+ }
1509
  },
1510
  polish: {
1511
  title: "Full Polish",