mithunparambath commited on
Commit
ec46d4e
·
verified ·
1 Parent(s): 08bf3d2

In product page remove all images

Browse files
Files changed (1) hide show
  1. products.html +10 -4
products.html CHANGED
@@ -41,8 +41,12 @@
41
  </div>
42
  <div class="grid md:grid-cols-2 gap-12 items-center">
43
  <div class="space-y-4">
44
- <img src="http://static.photos/technology/640x360/42" alt="MOCVD System Front View" class="rounded-2xl shadow-lg">
45
- <img src="https://huggingface.co/spaces/mithunparambath/quantumcraft-nanosystems/resolve/main/images/12.jpg" alt="MOCVD System Interior" class="rounded-2xl shadow-lg">
 
 
 
 
46
  </div>
47
  <div>
48
  <h3 class="text-2xl font-semibold mb-6 text-orange-500">Precision Thin Film Growth</h3>
@@ -118,9 +122,11 @@
118
  </div>
119
  </div>
120
  <div>
121
- <img src="http://static.photos/industry/640x360/23" alt="PVD System" class="rounded-2xl shadow-lg">
 
 
122
  </div>
123
- </div>
124
  </div>
125
  </section>
126
 
 
41
  </div>
42
  <div class="grid md:grid-cols-2 gap-12 items-center">
43
  <div class="space-y-4">
44
+ <div class="bg-orange-50 rounded-2xl shadow-lg h-64 flex items-center justify-center">
45
+ <i data-feather="layers" class="w-16 h-16 text-orange-500"></i>
46
+ </div>
47
+ <div class="bg-orange-50 rounded-2xl shadow-lg h-64 flex items-center justify-center">
48
+ <i data-feather="settings" class="w-16 h-16 text-orange-500"></i>
49
+ </div>
50
  </div>
51
  <div>
52
  <h3 class="text-2xl font-semibold mb-6 text-orange-500">Precision Thin Film Growth</h3>
 
122
  </div>
123
  </div>
124
  <div>
125
+ <div class="bg-orange-50 rounded-2xl shadow-lg h-64 flex items-center justify-center">
126
+ <i data-feather="zap" class="w-16 h-16 text-orange-500"></i>
127
+ </div>
128
  </div>
129
+ </div>
130
  </div>
131
  </section>
132