ANTIMOLL commited on
Commit
db06ea8
·
verified ·
1 Parent(s): 92f835b

Update index.html

Browse files
Files changed (1) hide show
  1. 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="https://cdn1.ozone.ru/s3/multimedia-a/c600/6315953542.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,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="https://cdn1.ozone.ru/s3/multimedia-a/c600/6315953542.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,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="https://cdn1.ozone.ru/s3/multimedia-a/c600/6315953542.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>
 
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>