<div class="container">
<div class="content">
<div class="judul">
<h1>Pilih Layanan Servis Berikut :</h1>
<h3>Jenis Mobil : Toyota Vellfire</h3>
</div>
<table class="table tabel-servis align-center">
<thead>
<tr>
<th scope="col">No</th>
<th scope="col">Layanan</th>
<th scope="col">Harga</th>
<th scope="col">Estimasi Waktu</th>
<th scope="col">Checklist</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Ganti Oli</td>
<td>Rp725,000</td>
<td>2 Hari</td>
<td>
<input type="checkbox" id="oli">
</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Tune Up Mesin</td>
<td>Rp345,000</td>
<td>1 Hari</td>
<td>
<input type="checkbox" id="tuneup">
</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Kuras Radiator</td>
<td>Rp100,000</td>
<td>2 Hari</td>
<td>
<input type="checkbox" id="radiator">
</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Servis Rem</td>
<td>Rp300,000</td>
<td>2 Hari</td>
<td>
<input type="checkbox" id="rem">
</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Ganti Aki</td>
<td>Rp3,600,000</td>
<td>3 Hari</td>
<td>
<input type="checkbox" id="aki">
</td>
</tr>
</tbody>
</table>
</div>
<!-- <p>Total Harga : Rp<span id="total"></span></p> -->
<button class="btn btn-service">
<a href="https://api.whatsapp.com/send?phone=xxxxxxxxxx&text=Halo%20servisAUTO%202000%20!%20Saya%mau%20servis%20mobil">Pesan Sekarang</a>
</button>
</div>