Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -112,7 +112,7 @@
|
|
| 112 |
<!-- Product 1 -->
|
| 113 |
<div class="product-card bg-gray-50 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300">
|
| 114 |
<div class="relative">
|
| 115 |
-
<img src="
|
| 116 |
<div class="absolute top-4 right-4 bg-indigo-600 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 117 |
NEW
|
| 118 |
</div>
|
|
@@ -132,7 +132,7 @@
|
|
| 132 |
<!-- Product 2 -->
|
| 133 |
<div class="product-card bg-gray-50 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300">
|
| 134 |
<div class="relative">
|
| 135 |
-
<img src="
|
| 136 |
<div class="absolute top-4 right-4 bg-pink-500 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 137 |
BESTSELLER
|
| 138 |
</div>
|
|
@@ -152,7 +152,7 @@
|
|
| 152 |
<!-- Product 3 -->
|
| 153 |
<div class="product-card bg-gray-50 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300">
|
| 154 |
<div class="relative">
|
| 155 |
-
<img src="
|
| 156 |
<div class="absolute top-4 right-4 bg-purple-500 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 157 |
PREMIUM
|
| 158 |
</div>
|
|
|
|
| 112 |
<!-- Product 1 -->
|
| 113 |
<div class="product-card bg-gray-50 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300">
|
| 114 |
<div class="relative">
|
| 115 |
+
<img src="/s234.jpg" alt="Синие линзы в черной узкой оправе" class="w-full h-64 object-cover">
|
| 116 |
<div class="absolute top-4 right-4 bg-indigo-600 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 117 |
NEW
|
| 118 |
</div>
|
|
|
|
| 132 |
<!-- Product 2 -->
|
| 133 |
<div class="product-card bg-gray-50 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300">
|
| 134 |
<div class="relative">
|
| 135 |
+
<img src="/s367.jpg" alt="Синие линзы в круглых очках" class="w-full h-64 object-cover">
|
| 136 |
<div class="absolute top-4 right-4 bg-pink-500 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 137 |
BESTSELLER
|
| 138 |
</div>
|
|
|
|
| 152 |
<!-- Product 3 -->
|
| 153 |
<div class="product-card bg-gray-50 rounded-xl overflow-hidden shadow-lg hover:shadow-xl transition duration-300">
|
| 154 |
<div class="relative">
|
| 155 |
+
<img src="/m23.jpg" alt="Малиновые линзы в круглых очках" class="w-full h-64 object-cover">
|
| 156 |
<div class="absolute top-4 right-4 bg-purple-500 text-white text-xs font-bold px-3 py-1 rounded-full">
|
| 157 |
PREMIUM
|
| 158 |
</div>
|