l7nextdoor commited on
Commit
eab0cf7
·
verified ·
1 Parent(s): ecf1479

add an extra box below why choose Essai auto detailing and make the heading what you need to know before you booking! and under that make it say do you have water? and add a click box where it has a yes or no button and then dont let them answer the next question until they answer or click yes and after that question add Wont bargain about the price and under that give a reason why the price is the way it is make it say from the maintenance wash to the premium pack all of these services use premium product and care the products i use are very expensive but it will leave your car as beautiful as it was when you first got it my products include clay bar, P & S professional express all interior cleaner, sprayway glass cleaner koch chemie GSF and Koch Chemie green star and premium machines that leave your car looking great and then add a thank you thing for booking with Essai Auto Detailing.

Browse files
Files changed (1) hide show
  1. index.html +109 -2
index.html CHANGED
@@ -230,10 +230,35 @@ Book Now
230
  </div>
231
  </div>
232
  </section>
233
-
234
  <!-- About Section -->
235
  <section id="about" class="py-20 px-6 bg-secondary">
236
  <div class="container mx-auto">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  <div class="flex flex-col md:flex-row items-center">
238
  <div class="md:w-1/2 mb-8 md:mb-0 md:pr-10">
239
  <h2 class="text-3xl font-bold mb-6">Why Choose Essai Auto Detailing?</h2>
@@ -259,8 +284,90 @@ Book Now
259
  </div>
260
  </div>
261
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
262
  </section>
263
- <!-- Feedback Section -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  <section class="py-20 px-6">
265
  <div class="container mx-auto max-w-2xl">
266
  <h2 class="text-3xl font-bold text-center mb-12">Share Your Feedback</h2>
 
230
  </div>
231
  </div>
232
  </section>
 
233
  <!-- About Section -->
234
  <section id="about" class="py-20 px-6 bg-secondary">
235
  <div class="container mx-auto">
236
+ <div class="flex flex-col md:flex-row items-center gap-8">
237
+ <div class="md:w-1/2">
238
+ <div class="bg-primary rounded-lg overflow-hidden">
239
+ <img src="https://media.cadillac.com/media/us/en/cadillac/vehicles/lyriq/2024/_jcr_content/image.adaptive.full.high.jpg/1684957326061.jpg" alt="2025 Cadillac" class="w-full h-auto rounded-lg">
240
+ </div>
241
+ </div>
242
+ <div class="md:w-1/2">
243
+ <h2 class="text-3xl font-bold mb-6">Why Choose Essai Auto Detailing?</h2>
244
+ <p class="mb-4">I'm a new detailer but ready to give an exclusive experience, giving the care to your car that it truly deserves. While new to the business, I bring fresh passion and meticulous attention to every vehicle.</p>
245
+ <p class="mb-4">Your car will receive personalized, handcrafted detailing with premium products and techniques to achieve showroom-worthy results.</p>
246
+ <div class="flex items-center mt-6">
247
+ <i data-feather="award" class="text-accent mr-3 w-6 h-6"></i>
248
+ <span>Handcrafted Detailing</span>
249
+ </div>
250
+ <div class="flex items-center mt-3">
251
+ <i data-feather="shield" class="text-accent mr-3 w-6 h-6"></i>
252
+ <span>Premium Eco-Friendly Products</span>
253
+ </div>
254
+ <div class="flex items-center mt-3">
255
+ <i data-feather="clock" class="text-accent mr-3 w-6 h-6"></i>
256
+ <span>Same-Day Services Available</span>
257
+ </div>
258
+ </div>
259
+ </div>
260
+ </div>
261
+ <div class="container mx-auto">
262
  <div class="flex flex-col md:flex-row items-center">
263
  <div class="md:w-1/2 mb-8 md:mb-0 md:pr-10">
264
  <h2 class="text-3xl font-bold mb-6">Why Choose Essai Auto Detailing?</h2>
 
284
  </div>
285
  </div>
286
  </div>
287
+
288
+ <!-- New Booking Info Section -->
289
+ <div class="container mx-auto mt-16">
290
+ <div class="bg-primary rounded-lg p-8 border border-gray-700">
291
+ <h2 class="text-3xl font-bold mb-6">What You Need to Know Before Booking</h2>
292
+
293
+ <div class="mb-8">
294
+ <h3 class="text-xl font-semibold mb-3">Do you have water?</h3>
295
+ <div class="flex space-x-4">
296
+ <button id="water-yes" class="water-btn bg-accent text-white px-6 py-2 rounded-md">Yes</button>
297
+ <button id="water-no" class="water-btn bg-gray-600 text-white px-6 py-2 rounded-md">No</button>
298
+ </div>
299
+ <p id="water-response" class="mt-3 text-gray-300 hidden"></p>
300
+ </div>
301
+
302
+ <div id="price-info" class="hidden">
303
+ <h3 class="text-xl font-semibold mb-3">Won't bargain about the price</h3>
304
+ <p class="text-gray-300">
305
+ From the maintenance wash to the premium pack, all of these services use premium products and care.
306
+ The products I use are very expensive but will leave your car as beautiful as it was when you first got it.
307
+ My products include:
308
+ </p>
309
+ <ul class="list-disc pl-6 mt-2 space-y-2 text-gray-300">
310
+ <li>Clay bar</li>
311
+ <li>P & S Professional Express All Interior Cleaner</li>
312
+ <li>Sprayway Glass Cleaner</li>
313
+ <li>Koch Chemie GSF</li>
314
+ <li>Koch Chemie Green Star</li>
315
+ <li>Premium machines that leave your car looking great</li>
316
+ </ul>
317
+ </div>
318
+
319
+ <div id="thank-you" class="hidden mt-8 text-center">
320
+ <i data-feather="heart" class="w-12 h-12 mx-auto text-accent mb-4"></i>
321
+ <h3 class="text-2xl font-bold text-accent mb-2">Thank You for Booking with Essai Auto Detailing!</h3>
322
+ <p class="text-gray-300">We appreciate your trust in our services and look forward to making your car shine!</p>
323
+ </div>
324
+ </div>
325
+ </div>
326
  </section>
327
+
328
+ <script>
329
+ // Water question functionality
330
+ const waterYes = document.getElementById('water-yes');
331
+ const waterNo = document.getElementById('water-no');
332
+ const waterResponse = document.getElementById('water-response');
333
+ const priceInfo = document.getElementById('price-info');
334
+ const thankYou = document.getElementById('thank-you');
335
+
336
+ const waterButtons = document.querySelectorAll('.water-btn');
337
+ waterButtons.forEach(btn => {
338
+ btn.addEventListener('click', function() {
339
+ // Reset all buttons
340
+ waterButtons.forEach(b => {
341
+ b.classList.remove('bg-accent');
342
+ b.classList.add('bg-gray-600');
343
+ });
344
+
345
+ // Style clicked button
346
+ this.classList.remove('bg-gray-600');
347
+ this.classList.add('bg-accent');
348
+
349
+ if(this.id === 'water-yes') {
350
+ waterResponse.textContent = "Great! Please be sure to have a water source available for your detailing session.";
351
+ waterResponse.classList.remove('hidden');
352
+ priceInfo.classList.remove('hidden');
353
+ } else {
354
+ waterResponse.textContent = "Please ensure you have water available before booking, as it's essential for the detailing process.";
355
+ waterResponse.classList.remove('hidden');
356
+ priceInfo.classList.add('hidden');
357
+ }
358
+
359
+ // If they answered both questions
360
+ if(waterResponse.textContent.includes("Great!")) {
361
+ setTimeout(() => {
362
+ thankYou.classList.remove('hidden');
363
+ }, 1000);
364
+ } else {
365
+ thankYou.classList.add('hidden');
366
+ }
367
+ });
368
+ });
369
+ </script>
370
+ <!-- Feedback Section -->
371
  <section class="py-20 px-6">
372
  <div class="container mx-auto max-w-2xl">
373
  <h2 class="text-3xl font-bold text-center mb-12">Share Your Feedback</h2>