jjmandog commited on
Commit
ae6428a
·
verified ·
1 Parent(s): 718a374

30 miles from GARDENA and then 30 miles from Buena Park as we have two bases - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +50 -8
index.html CHANGED
@@ -1046,17 +1046,58 @@
1046
 
1047
  <!-- Service Area Map -->
1048
  <div class="mt-16">
1049
- <h3 class="text-3xl font-bold text-center mb-8 gradient-text">Our Service Area</h3>
1050
- <div class="bg-gray-800 rounded-xl overflow-hidden max-w-4xl mx-auto border border-gray-700">
1051
- <div class="relative h-96 bg-gradient-to-br from-purple-900/30 to-pink-900/30 flex items-center justify-center">
1052
- <i class="fas fa-map-marked-alt text-gray-600 text-6xl"></i>
1053
- <div class="absolute inset-0 flex items-center justify-center">
1054
- <span class="text-white font-bold bg-black/50 px-4 py-2 rounded-full text-xl">Los Angeles & OC</span>
 
 
 
 
 
 
 
 
 
 
 
 
1055
  </div>
1056
  </div>
1057
  </div>
1058
- <p class="text-center mt-4 text-gray-400 max-w-2xl mx-auto">
1059
- We proudly serve all of Los Angeles & OC. Free service within 30 miles of Lakewood, CA. Additional charges apply beyond this radius.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1060
  </p>
1061
  </div>
1062
  </div>
@@ -1082,6 +1123,7 @@
1082
  <p class="mb-4">© 2025 Jay's Mobile Wash. All rights reserved.</p>
1083
  <p class="mb-4">Licensed • Insured • Satisfaction guaranteed</p>
1084
  <p>Professional mobile detailing in Los Angeles and Orange County</p>
 
1085
  </div>
1086
  </footer>
1087
 
 
1046
 
1047
  <!-- Service Area Map -->
1048
  <div class="mt-16">
1049
+ <h3 class="text-3xl font-bold text-center mb-8 gradient-text">Our Service Areas</h3>
1050
+ <div class="bg-gray-800 rounded-xl overflow-hidden max-w-6xl mx-auto border border-gray-700">
1051
+ <div class="relative h-[500px]">
1052
+ <iframe
1053
+ src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d212270.7411280935!2d-118.1257018!3d33.9130685!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dd2955f7f8b0c9%3A0x3a9b4c641ce5f42a!2sLakewood%2C%20CA!5e0!3m2!1sen!2sus!4v1711234567890!5m2!1sen!2sus&z=10"
1054
+ width="100%"
1055
+ height="100%"
1056
+ style="border:0;"
1057
+ allowfullscreen=""
1058
+ loading="lazy"
1059
+ referrerpolicy="no-referrer-when-downgrade"
1060
+ class="rounded-lg"
1061
+ ></iframe>
1062
+ <div class="absolute inset-0 flex items-center justify-center pointer-events-none">
1063
+ <div class="text-center">
1064
+ <span class="text-white font-bold bg-black/70 px-4 py-2 rounded-full text-xl block mb-2">30 Miles from Lakewood (LA & OC)</span>
1065
+ <span class="text-white font-bold bg-purple-600/80 px-4 py-2 rounded-full text-lg block">Free Service Within This Radius</span>
1066
+ </div>
1067
  </div>
1068
  </div>
1069
  </div>
1070
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-8 max-w-6xl mx-auto">
1071
+ <div class="bg-gray-800 p-6 rounded-xl border border-gray-700">
1072
+ <h4 class="text-xl font-bold mb-4 text-purple-400">Los Angeles County Areas</h4>
1073
+ <ul class="grid grid-cols-2 gap-2 text-gray-300">
1074
+ <li>• Long Beach</li>
1075
+ <li>• Torrance</li>
1076
+ <li>• Santa Monica</li>
1077
+ <li>• Beverly Hills</li>
1078
+ <li>• Hollywood</li>
1079
+ <li>• Pasadena</li>
1080
+ <li>• Glendale</li>
1081
+ <li>• Burbank</li>
1082
+ </ul>
1083
+ </div>
1084
+ <div class="bg-gray-800 p-6 rounded-xl border border-gray-700">
1085
+ <h4 class="text-xl font-bold mb-4 text-purple-400">Orange County Areas</h4>
1086
+ <ul class="grid grid-cols-2 gap-2 text-gray-300">
1087
+ <li>• Anaheim</li>
1088
+ <li>• Irvine</li>
1089
+ <li>• Newport Beach</li>
1090
+ <li>• Huntington Beach</li>
1091
+ <li>• Costa Mesa</li>
1092
+ <li>• Fullerton</li>
1093
+ <li>• Garden Grove</li>
1094
+ <li>• Orange</li>
1095
+ </ul>
1096
+ </div>
1097
+ </div>
1098
+ <p class="text-center mt-6 text-gray-400 max-w-2xl mx-auto">
1099
+ Free service within 30 miles of Gardena and Buena Park (covering both LA & OC counties).
1100
+ Additional charges apply beyond this radius ($10 per additional 10 miles).
1101
  </p>
1102
  </div>
1103
  </div>
 
1123
  <p class="mb-4">© 2025 Jay's Mobile Wash. All rights reserved.</p>
1124
  <p class="mb-4">Licensed • Insured • Satisfaction guaranteed</p>
1125
  <p>Professional mobile detailing in Los Angeles and Orange County</p>
1126
+ <p><a href="tel:15622289429" class="text-purple-400 hover:text-purple-300">562-228-9429</a></p>
1127
  </div>
1128
  </footer>
1129