mithunparambath commited on
Commit
8e1d094
·
verified ·
1 Parent(s): 00f976d

In product section of MOCVD could you upload these images

Browse files
Files changed (1) hide show
  1. products.html +4 -4
products.html CHANGED
@@ -41,11 +41,11 @@
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>
 
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 overflow-hidden">
45
+ <img src="https://huggingface.co/spaces/mithunparambath/quantumcraft-nanosystems/resolve/main/images/12.jpg" alt="MOCVD System" class="w-full h-64 object-cover">
46
  </div>
47
+ <div class="bg-orange-50 rounded-2xl shadow-lg overflow-hidden">
48
+ <img src="https://huggingface.co/spaces/mithunparambath/quantumcraft-nanosystems/resolve/main/images/4 (1).jpg" alt="MOCVD Process" class="w-full h-64 object-cover">
49
  </div>
50
  </div>
51
  <div>