-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaint-correction.html
59 lines (55 loc) · 2.8 KB
/
paint-correction.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paint Correction - 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">
<div class="section">
<div class="section-content">
<div class="text-container">
<span class="service-title">Single Stage:</span> Our 1 step “paint enhancement” and exfoliating polish process is designed to bring your vehicle's finish back to life. By safely removing ~50% of any paint defects, this single-stage polish will enhance your vehicle's finish & provide the depth and clarity to color you have been looking for.
<p class="price" style="font-size: 1rem; font-style: italic; font-weight: bold;">$300 (car) - $400 (truck/suv)</p>
</div>
<img class="service-img" src="r35_wheels_landscape.JPG" alt="Paint Correction 1">
</div>
</div>
<hr class="divider"> <!-- Line divider -->
<div class="section">
<div class="section-content">
<div class="text-container">
<span class="service-title">Two Stage:</span> A 2-step paint correction process by machine polishing involves a cut/compound stage for defect & scratch removal, followed by a fine polish procedure to finesse the paintwork, adding depth and clarity to the vehicle's finish. Removes ~90% of defects in paint.
<p class="price" style="font-size: 1rem; font-style: italic; font-weight: bold;">$500 (car) - $600 (truck/suv)</p>
</div>
<img class="service-img" src="paint_correction_landscape.png" alt="Paint Correction 2">
</div>
</div>
</main>
<footer>
<div class="footer-content">
<p>© 2024 Driver Spec Garage | (929) 569-9420 | <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</footer>
</body>
</html>