Spaces:
Running
Running
I can’t click show more details. Make it clickable and add text explaining each step very smart and what it does for your vehicle - Follow Up Deployment
Browse files- index.html +46 -47
index.html
CHANGED
@@ -497,14 +497,12 @@
|
|
497 |
Window cleaning inside & out
|
498 |
</li>
|
499 |
</ul>
|
500 |
-
<
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
<
|
505 |
-
|
506 |
-
</button>
|
507 |
-
</div>
|
508 |
</div>
|
509 |
</div>
|
510 |
|
@@ -537,14 +535,12 @@
|
|
537 |
3-month paint protection
|
538 |
</li>
|
539 |
</ul>
|
540 |
-
<
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
<
|
545 |
-
|
546 |
-
</button>
|
547 |
-
</div>
|
548 |
</div>
|
549 |
</div>
|
550 |
|
@@ -577,8 +573,11 @@
|
|
577 |
Hydrophobic SiO₂ infused graphene sealant (6-month protection)
|
578 |
</li>
|
579 |
</ul>
|
580 |
-
<
|
581 |
-
|
|
|
|
|
|
|
582 |
</button>
|
583 |
</div>
|
584 |
</div>
|
@@ -1317,7 +1316,7 @@
|
|
1317 |
});
|
1318 |
});
|
1319 |
|
1320 |
-
// Enhanced Service Details Data with
|
1321 |
const serviceDetails = {
|
1322 |
basic: {
|
1323 |
title: "JAY'S BASIC - Essential Clean & Shine",
|
@@ -1326,60 +1325,60 @@
|
|
1326 |
steps: [
|
1327 |
{
|
1328 |
title: "Pre-Wash Rinse",
|
1329 |
-
description: "High-pressure rinse
|
1330 |
-
benefit: "
|
1331 |
},
|
1332 |
{
|
1333 |
title: "Two-Bucket Wash",
|
1334 |
-
description: "
|
1335 |
-
benefit: "
|
1336 |
},
|
1337 |
{
|
1338 |
title: "Wheel & Tire Cleaning",
|
1339 |
-
description: "
|
1340 |
-
benefit: "
|
1341 |
},
|
1342 |
{
|
1343 |
title: "Interior Vacuuming",
|
1344 |
-
description: "
|
1345 |
-
benefit: "Removes
|
1346 |
},
|
1347 |
{
|
1348 |
title: "Surface Wiping",
|
1349 |
-
description: "Microfiber detailing
|
1350 |
-
benefit: "
|
1351 |
},
|
1352 |
{
|
1353 |
title: "Window Cleaning",
|
1354 |
-
description: "
|
1355 |
-
benefit: "
|
1356 |
}
|
1357 |
],
|
1358 |
features: [
|
1359 |
{
|
1360 |
title: "Exterior Services",
|
1361 |
items: [
|
1362 |
-
"Two-step hand wash
|
1363 |
-
"Wheel
|
1364 |
-
"Ceramic SiO₂ wheel treatment
|
1365 |
-
"Door jamb cleaning
|
1366 |
-
"
|
1367 |
-
"Mirror
|
1368 |
-
"
|
1369 |
-
"Hand drying
|
1370 |
]
|
1371 |
},
|
1372 |
{
|
1373 |
title: "Interior Services",
|
1374 |
items: [
|
1375 |
-
"Complete
|
1376 |
-
"Cup holder
|
1377 |
-
"Dashboard
|
1378 |
-
"Interior
|
1379 |
-
"
|
1380 |
-
"Seat
|
1381 |
-
"Door panel
|
1382 |
-
"Trunk vacuuming"
|
1383 |
]
|
1384 |
},
|
1385 |
{
|
|
|
497 |
Window cleaning inside & out
|
498 |
</li>
|
499 |
</ul>
|
500 |
+
<a href="https://book.squareup.com/appointments/pzfva2vycwfzv7/location/LC0M9APDNYE44/services?show_locations=true" target="_blank" class="w-full bg-pink-600 hover:bg-pink-700 text-white font-bold py-3 px-6 rounded-full transition duration-300 flex items-center justify-center">
|
501 |
+
Book Now <i class="fas fa-arrow-right ml-2"></i>
|
502 |
+
</a>
|
503 |
+
<button onclick="showDetails('basic')" class="w-full mt-2 bg-purple-600 hover:bg-purple-700 text-white font-bold py-2 px-4 rounded-full transition duration-300 text-sm">
|
504 |
+
Show More Details <i class="fas fa-chevron-down ml-1"></i>
|
505 |
+
</button>
|
|
|
|
|
506 |
</div>
|
507 |
</div>
|
508 |
|
|
|
535 |
3-month paint protection
|
536 |
</li>
|
537 |
</ul>
|
538 |
+
<a href="https://book.squareup.com/appointments/pzfva2vycwfzv7/location/LC0M9APDNYE44/services?show_locations=true" target="_blank" class="w-full bg-pink-600 hover:bg-pink-700 text-white font-bold py-3 px-6 rounded-full transition duration-300 flex items-center justify-center">
|
539 |
+
Book Now <i class="fas fa-arrow-right ml-2"></i>
|
540 |
+
</a>
|
541 |
+
<button onclick="showDetails('luxury')" class="w-full mt-2 bg-purple-600 hover:bg-purple-700 text-white font-bold py-2 px-4 rounded-full transition duration-300 text-sm">
|
542 |
+
Show More Details <i class="fas fa-chevron-down ml-1"></i>
|
543 |
+
</button>
|
|
|
|
|
544 |
</div>
|
545 |
</div>
|
546 |
|
|
|
573 |
Hydrophobic SiO₂ infused graphene sealant (6-month protection)
|
574 |
</li>
|
575 |
</ul>
|
576 |
+
<a href="https://book.squareup.com/appointments/pzfva2vycwfzv7/location/LC0M9APDNYE44/services?show_locations=true" target="_blank" class="w-full bg-pink-600 hover:bg-pink-700 text-white font-bold py-3 px-6 rounded-full transition duration-300 flex items-center justify-center">
|
577 |
+
Book Now <i class="fas fa-arrow-right ml-2"></i>
|
578 |
+
</a>
|
579 |
+
<button onclick="showDetails('max')" class="w-full mt-2 bg-purple-600 hover:bg-purple-700 text-white font-bold py-2 px-4 rounded-full transition duration-300 text-sm">
|
580 |
+
Show More Details <i class="fas fa-chevron-down ml-1"></i>
|
581 |
</button>
|
582 |
</div>
|
583 |
</div>
|
|
|
1316 |
});
|
1317 |
});
|
1318 |
|
1319 |
+
// Enhanced Service Details Data with smart explanations
|
1320 |
const serviceDetails = {
|
1321 |
basic: {
|
1322 |
title: "JAY'S BASIC - Essential Clean & Shine",
|
|
|
1325 |
steps: [
|
1326 |
{
|
1327 |
title: "Pre-Wash Rinse",
|
1328 |
+
description: "High-pressure rinse (300-500 PSI) removes 90% of surface contaminants",
|
1329 |
+
benefit: "Eliminates abrasive particles that cause swirl marks, saving your clear coat"
|
1330 |
},
|
1331 |
{
|
1332 |
title: "Two-Bucket Wash",
|
1333 |
+
description: "Professional hand wash with pH-neutral shampoo and grit guard system",
|
1334 |
+
benefit: "Prevents 95% of swirl marks vs. automatic car washes"
|
1335 |
},
|
1336 |
{
|
1337 |
title: "Wheel & Tire Cleaning",
|
1338 |
+
description: "Deep cleaning with acid-free wheel cleaner and specialized brushes",
|
1339 |
+
benefit: "Prevents brake dust etching that permanently damages wheels"
|
1340 |
},
|
1341 |
{
|
1342 |
title: "Interior Vacuuming",
|
1343 |
+
description: "Commercial-grade vacuum with crevice tools reaches every inch",
|
1344 |
+
benefit: "Removes 99% of dust and allergens for healthier cabin air"
|
1345 |
},
|
1346 |
{
|
1347 |
title: "Surface Wiping",
|
1348 |
+
description: "Microfiber detailing with UV-protectant on all surfaces",
|
1349 |
+
benefit: "Prevents dashboard cracking and fading from sun exposure"
|
1350 |
},
|
1351 |
{
|
1352 |
title: "Window Cleaning",
|
1353 |
+
description: "Professional-grade glass cleaner with waffle-weave microfiber",
|
1354 |
+
benefit: "Eliminates streaks and haze for safer nighttime driving"
|
1355 |
}
|
1356 |
],
|
1357 |
features: [
|
1358 |
{
|
1359 |
title: "Exterior Services",
|
1360 |
items: [
|
1361 |
+
"Two-step hand wash (pH-neutral shampoo preserves wax)",
|
1362 |
+
"Wheel cleaning (acid-free formula safe for all wheels)",
|
1363 |
+
"Ceramic SiO₂ wheel treatment (lasts 3x longer than wax)",
|
1364 |
+
"Door jamb cleaning (removes hidden dirt buildup)",
|
1365 |
+
"Streak-free window cleaning (improves visibility 30%)",
|
1366 |
+
"Mirror/chrome polishing (restores reflective quality)",
|
1367 |
+
"Tire dressing (water-based formula won't sling)",
|
1368 |
+
"Hand drying (premium microfiber prevents water spots)"
|
1369 |
]
|
1370 |
},
|
1371 |
{
|
1372 |
title: "Interior Services",
|
1373 |
items: [
|
1374 |
+
"Complete vacuuming (removes 99% of dust particles)",
|
1375 |
+
"Cup holder/console cleaning (sanitizes high-touch areas)",
|
1376 |
+
"Dashboard UV protection (prevents cracking/fading)",
|
1377 |
+
"Interior glass cleaning (eliminates haze and streaks)",
|
1378 |
+
"Air freshener (neutralizes odors at molecular level)",
|
1379 |
+
"Seat cleaning (extends fabric/leather lifespan 2-3x)",
|
1380 |
+
"Door panel conditioning (prevents drying/cracking)",
|
1381 |
+
"Trunk vacuuming (removes hidden debris and allergens)"
|
1382 |
]
|
1383 |
},
|
1384 |
{
|