Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -336,7 +336,7 @@
|
|
| 336 |
<!-- Product 1 -->
|
| 337 |
<div class="product-card bg-gray-800 rounded-2xl overflow-hidden shadow-2xl hover:shadow-purple-500/20 transition-all duration-500 animate__animated animate__fadeInUp" data-wow-delay="0.1s">
|
| 338 |
<div class="relative">
|
| 339 |
-
<img src="
|
| 340 |
<div class="absolute top-4 right-4 bg-indigo-600 text-white text-xs font-bold px-3 py-1 rounded-full animate__animated animate__pulse animate__infinite">
|
| 341 |
NEW
|
| 342 |
</div>
|
|
@@ -356,7 +356,7 @@
|
|
| 356 |
<!-- Product 2 -->
|
| 357 |
<div class="product-card bg-gray-800 rounded-2xl overflow-hidden shadow-2xl hover:shadow-purple-500/20 transition-all duration-500 animate__animated animate__fadeInUp" data-wow-delay="0.2s">
|
| 358 |
<div class="relative">
|
| 359 |
-
<img src="
|
| 360 |
<div class="absolute top-4 right-4 bg-pink-500 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 361 |
BESTSELLER
|
| 362 |
</div>
|
|
@@ -376,7 +376,7 @@
|
|
| 376 |
<!-- Product 3 -->
|
| 377 |
<div class="product-card bg-gray-800 rounded-2xl overflow-hidden shadow-2xl hover:shadow-purple-500/20 transition-all duration-500 animate__animated animate__fadeInUp" data-wow-delay="0.3s">
|
| 378 |
<div class="relative">
|
| 379 |
-
<img src="
|
| 380 |
<div class="absolute top-4 right-4 bg-purple-500 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 381 |
PREMIUM
|
| 382 |
</div>
|
|
|
|
| 336 |
<!-- Product 1 -->
|
| 337 |
<div class="product-card bg-gray-800 rounded-2xl overflow-hidden shadow-2xl hover:shadow-purple-500/20 transition-all duration-500 animate__animated animate__fadeInUp" data-wow-delay="0.1s">
|
| 338 |
<div class="relative">
|
| 339 |
+
<img src="/s234.jpg" alt="Синие линзы в черной узкой оправе" class="w-full h-64 object-cover">
|
| 340 |
<div class="absolute top-4 right-4 bg-indigo-600 text-white text-xs font-bold px-3 py-1 rounded-full animate__animated animate__pulse animate__infinite">
|
| 341 |
NEW
|
| 342 |
</div>
|
|
|
|
| 356 |
<!-- Product 2 -->
|
| 357 |
<div class="product-card bg-gray-800 rounded-2xl overflow-hidden shadow-2xl hover:shadow-purple-500/20 transition-all duration-500 animate__animated animate__fadeInUp" data-wow-delay="0.2s">
|
| 358 |
<div class="relative">
|
| 359 |
+
<img src="/s367.jpg" alt="Синие линзы в круглых очках" class="w-full h-64 object-cover">
|
| 360 |
<div class="absolute top-4 right-4 bg-pink-500 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 361 |
BESTSELLER
|
| 362 |
</div>
|
|
|
|
| 376 |
<!-- Product 3 -->
|
| 377 |
<div class="product-card bg-gray-800 rounded-2xl overflow-hidden shadow-2xl hover:shadow-purple-500/20 transition-all duration-500 animate__animated animate__fadeInUp" data-wow-delay="0.3s">
|
| 378 |
<div class="relative">
|
| 379 |
+
<img src="/m23.jpg" alt="Малиновые линзы в круглых очках" class="w-full h-64 object-cover">
|
| 380 |
<div class="absolute top-4 right-4 bg-purple-500 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 381 |
PREMIUM
|
| 382 |
</div>
|