mtourville commited on
Commit
10f1ae9
·
verified ·
1 Parent(s): 5bcaf61

add telecom, fire protection and fire alarm design services to website

Browse files
Files changed (1) hide show
  1. index.html +48 -7
index.html CHANGED
@@ -149,9 +149,8 @@
149
  From conceptual design to commissioning, we deliver integrated solutions for complex facilities.
150
  </p>
151
  </div>
152
-
153
- <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
154
- <div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
155
  <div class="text-blue-600 mb-6">
156
  <i data-feather="droplet" class="w-10 h-10"></i>
157
  </div>
@@ -228,8 +227,47 @@
228
  Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
229
  </a>
230
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  </div>
232
- </div>
233
  </section>
234
 
235
  <!-- CTA Section -->
@@ -278,9 +316,12 @@
278
  <li><a href="#" class="text-gray-400 hover:text-white transition">Cleanroom Design</a></li>
279
  <li><a href="#" class="text-gray-400 hover:text-white transition">HVAC Systems</a></li>
280
  <li><a href="#" class="text-gray-400 hover:text-white transition">Process Piping</a></li>
281
- <li><a href="#" class="text-gray-400 hover:text-white transition">Electrical Systems</a></li>
282
- <li><a href="#" class="text-gray-400 hover:text-white transition">Commissioning</a></li>
283
- </ul>
 
 
 
284
  </div>
285
 
286
  <div>
 
149
  From conceptual design to commissioning, we deliver integrated solutions for complex facilities.
150
  </p>
151
  </div>
152
+ <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
153
+ <div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
 
154
  <div class="text-blue-600 mb-6">
155
  <i data-feather="droplet" class="w-10 h-10"></i>
156
  </div>
 
227
  Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
228
  </a>
229
  </div>
230
+
231
+ <div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
232
+ <div class="text-blue-600 mb-6">
233
+ <i data-feather="wifi" class="w-10 h-10"></i>
234
+ </div>
235
+ <h3 class="text-xl font-bold mb-3">Telecom Systems</h3>
236
+ <p class="text-gray-600 mb-4">
237
+ Structured cabling, data networks, and communication systems for mission-critical facilities.
238
+ </p>
239
+ <a href="#" class="text-blue-600 font-medium flex items-center">
240
+ Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
241
+ </a>
242
+ </div>
243
+
244
+ <div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
245
+ <div class="text-blue-600 mb-6">
246
+ <i data-feather="shield" class="w-10 h-10"></i>
247
+ </div>
248
+ <h3 class="text-xl font-bold mb-3">Fire Protection</h3>
249
+ <p class="text-gray-600 mb-4">
250
+ Special hazard suppression systems, fire pumps, and sprinkler design for critical environments.
251
+ </p>
252
+ <a href="#" class="text-blue-600 font-medium flex items-center">
253
+ Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
254
+ </a>
255
+ </div>
256
+
257
+ <div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
258
+ <div class="text-blue-600 mb-6">
259
+ <i data-feather="bell" class="w-10 h-10"></i>
260
+ </div>
261
+ <h3 class="text-xl font-bold mb-3">Fire Alarm Systems</h3>
262
+ <p class="text-gray-600 mb-4">
263
+ Code-compliant detection and notification systems with integration to building automation.
264
+ </p>
265
+ <a href="#" class="text-blue-600 font-medium flex items-center">
266
+ Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
267
+ </a>
268
+ </div>
269
  </div>
270
+ </div>
271
  </section>
272
 
273
  <!-- CTA Section -->
 
316
  <li><a href="#" class="text-gray-400 hover:text-white transition">Cleanroom Design</a></li>
317
  <li><a href="#" class="text-gray-400 hover:text-white transition">HVAC Systems</a></li>
318
  <li><a href="#" class="text-gray-400 hover:text-white transition">Process Piping</a></li>
319
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Electrical Systems</a></li>
320
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Commissioning</a></li>
321
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Telecom Systems</a></li>
322
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Fire Protection</a></li>
323
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Fire Alarm Systems</a></li>
324
+ </ul>
325
  </div>
326
 
327
  <div>