-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.html
82 lines (78 loc) · 3.94 KB
/
packages.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Packages - Driver Spec Garage</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="logo">
<a href="index.html"><img src="driver_spec_garage_logo.JPG" alt="Driver Spec Garage Logo"></a>
</div>
<nav>
<ul>
<li class="non-clickable">Services
<ul class="dropdown">
<li><a href="paint-correction.html">Paint Correction</a></li>
<li><a href="ceramic-coating.html">Ceramic Coating</a></li>
<li><a href="packages.html">Packages</a></li>
</ul>
</li>
<li><a href="shop.html">Shop</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main class="page-content">
<!-- Stage 1 -->
<div class="section">
<div class="section-content">
<div class="text-container">
<span class="service-title" style="font-size: 1.2rem; font-weight: bold;">Stage 1 - Maintenance Wash:</span>
<p style="font-size: 1.2rem; font-weight: bold; margin-top: 10px;">Designed to remove contamination & protect with spray sealant. Includes:</p>
<ul style="font-size: 1rem; line-height: 1.5;">
<li>Pre Foam</li>
<li>Agitation Wash</li>
<li>Spray Sealant or Wax</li>
<li>Wheels / Tires Deep Clean</li>
<li>Light Vaccum and Panel Wipedown</li>
<li>Windows Degreased and Cleaned</li>
</ul>
<p class="price" style="font-size: 1rem; font-style: italic; font-weight: bold;">$80.00 cars ~ $100.00 Van / SUV / Large Truck</p>
</div>
<img class="service-img" src="infinity.JPG" alt="Stage 1 Wash & Seal">
</div>
</div>
<hr class="divider"> <!-- Line divider -->
<!-- Stage 2 -->
<div class="section">
<div class="section-content">
<div class="text-container">
<span class="service-title" style="font-size: 1.2rem; font-weight: bold;">Stage 2 - Decon Wash (Recommended for all first time clients):</span>
<p style="font-size: 1.2rem; font-weight: bold; margin-top: 10px;"> Higher pH wash, chemical and mechanical decontamination & SiO2 Ceramic Sealant 2 Month Protection. Includes:</p>
<ul style="font-size: 1rem; line-height: 1.5;">
<li>Engine Bay Detailed</li>
<li>Pre Wash W/ Active Foam</li>
<li>Agitation Wash</li>
<li>Iron and Tar Removal</li>
<li>Ceramic Paint Sealant (CarPro Hydro2)</li>
<li>Wheels / Tires Deep Clean</li>
<li>Light Vaccum and Panel Wipedown</li>
<li>Interior Leather Conditioner</li>
<li>Windows Degreased and Cleaned</li>
</ul>
<p class="price" style="font-size: 1rem; font-style: italic; font-weight: bold;">$120.00 cars ~ $140.00 Van / SUV / Large Truck</p>
</div>
<img class="service-img" src="530i_front.JPG" alt="Stage 2 Full Detail">
</div>
</div>
</main>
<footer>
<div class="footer-content">
<p>© 2024 Driver Spec Garage | (929) 569-9420 | <a href="mailto:info@driverspecgarage.com">info@driverspecgarage.com</a></p>
</div>
</footer>
</body>
</html>