change this image to boy pic - Follow Up Deployment
Browse files- index.html +2 -2
index.html
CHANGED
@@ -215,7 +215,7 @@
|
|
215 |
<p class="text-gray-600 text-sm mb-2">Advanced health tracking features</p>
|
216 |
<div class="flex justify-between items-center">
|
217 |
<span class="text-lg font-bold text-blue-600">3799</span>
|
218 |
-
<button class="add-to-cart bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm" data-id="3" data-name="TISSOT" data-price="
|
219 |
<i class="fas fa-cart-plus mr-1"></i> Add
|
220 |
</button>
|
221 |
</div>
|
@@ -232,7 +232,7 @@
|
|
232 |
<p class="text-gray-600 text-sm mb-2">Handcrafted leather with sapphire glass</p>
|
233 |
<div class="flex justify-between items-center">
|
234 |
<span class="text-lg font-bold text-blue-600">3799/-</span>
|
235 |
-
<button class="add-to-cart bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm" data-id="4" data-name="Vintage Classic" data-price="
|
236 |
<i class="fas fa-cart-plus mr-1"></i> Add
|
237 |
</button>
|
238 |
</div>
|
|
|
215 |
<p class="text-gray-600 text-sm mb-2">Advanced health tracking features</p>
|
216 |
<div class="flex justify-between items-center">
|
217 |
<span class="text-lg font-bold text-blue-600">3799</span>
|
218 |
+
<button class="add-to-cart bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm" data-id="3" data-name="TISSOT" data-price="3799">
|
219 |
<i class="fas fa-cart-plus mr-1"></i> Add
|
220 |
</button>
|
221 |
</div>
|
|
|
232 |
<p class="text-gray-600 text-sm mb-2">Handcrafted leather with sapphire glass</p>
|
233 |
<div class="flex justify-between items-center">
|
234 |
<span class="text-lg font-bold text-blue-600">3799/-</span>
|
235 |
+
<button class="add-to-cart bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded text-sm" data-id="4" data-name="Vintage Classic" data-price="3799">
|
236 |
<i class="fas fa-cart-plus mr-1"></i> Add
|
237 |
</button>
|
238 |
</div>
|