Spaces:
Running
Running
In product page remove all images
Browse files- 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 |
-
<
|
| 45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
-
<
|
|
|
|
|
|
|
| 122 |
</div>
|
| 123 |
-
|
| 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 |
|