vlcsolutions commited on
Commit
7609fe9
·
verified ·
1 Parent(s): 5e95578

Remove the images and add icons, and remove the Stay in touch with us section and add a description

Browse files
Files changed (1) hide show
  1. index.html +18 -55
index.html CHANGED
@@ -312,84 +312,47 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
312
  <body>
313
 
314
  <div class="container mx-auto max-w-7xl px-4 py-8">
315
- <div class="bg-[url('./images/stay_touch_with_us.png')] bg-cover bg-center py-20 px-4">
316
  <div class="max-w-4xl mx-auto text-center">
317
- <h2 class="text-3xl font-bold text-gray-800 mb-4">Thank you for contacting us at VLC Solutions!</h2>
318
- <p class="text-gray-700 mb-8">
319
- One of our team members will be in touch with you shortly. In the meantime, do check out our modern business solutions and
320
- tech services from the below tiles.
321
  </p>
322
 
323
- <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
324
- <div class="bg-white rounded-lg shadow-md overflow-hidden hover:shadow-xl transition-shadow duration-300">
325
  <a href="./solutions.html" class="block">
326
  <div class="p-4">
327
- <img src="./images/success/modern_business_apps.png" alt="Modern Business Solutions" class="w-full h-auto">
328
- <h3 class="text-xl font-semibold mt-4">Modern Business Solutions</h3>
 
329
  </div>
330
  </a>
331
  </div>
332
 
333
- <div class="bg-white rounded-lg shadow-md overflow-hidden hover:shadow-xl transition-shadow duration-300">
334
  <a href="./industries.html" class="block">
335
  <div class="p-4">
336
- <img src="./images/success/wws_industries.png" alt="Industries" class="w-full h-auto">
337
- <h3 class="text-xl font-semibold mt-4">Industries</h3>
 
338
  </div>
339
  </a>
340
  </div>
341
 
342
- <div class="bg-white rounded-lg shadow-md overflow-hidden hover:shadow-xl transition-shadow duration-300">
343
  <a href="./products.html" class="block">
344
  <div class="p-4">
345
- <img src="./images/success/products.png" alt="Products" class="w-full h-auto">
346
- <h3 class="text-xl font-semibold mt-4">Products</h3>
 
347
  </div>
348
  </a>
349
  </div>
350
  </div>
351
  </div>
352
  </div>
353
-
354
- <div class="bg-white py-12">
355
- <div class="max-w-7xl mx-auto px-4">
356
- <h3 class="text-2xl font-bold text-center mb-8">Stay in touch with us</h3>
357
-
358
- <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
359
- <div class="flex items-start gap-4">
360
- <i data-feather="mail" class="w-10 h-10 text-[var(--vlc-navy)]"></i>
361
- <div>
362
- <h4 class="font-semibold text-lg">Have any Questions?</h4>
363
- <a href="mailto:d365@vlcsolutions.com" class="text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] mt-2 block">
364
- Send a request
365
- </a>
366
- </div>
367
- </div>
368
-
369
- <div class="flex items-start gap-4">
370
- <i data-feather="phone" class="w-10 h-10 text-[var(--vlc-navy)]"></i>
371
- <div>
372
- <h4 class="font-semibold text-lg">Call us</h4>
373
- <p class="text-gray-600 text-sm">Monday to Friday 7:00 AM to 5:00 PM CST</p>
374
- <a href="tel:12249551818" class="text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] mt-1 block">
375
- +1 (224) 955-1818
376
- </a>
377
- </div>
378
- </div>
379
-
380
- <div class="flex items-start gap-4">
381
- <i data-feather="edit" class="w-10 h-10 text-[var(--vlc-navy)]"></i>
382
- <div>
383
- <h4 class="font-semibold text-lg">Request we contact you</h4>
384
- <a href="./contactus.html" class="text-[var(--vlc-navy)] hover:text-[var(--vlc-leaf)] mt-2 block">
385
- Send a request
386
- </a>
387
- </div>
388
- </div>
389
- </div>
390
- </div>
391
- </div>
392
-
393
  <!-- FOOTER -->
394
  <footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
395
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
 
312
  <body>
313
 
314
  <div class="container mx-auto max-w-7xl px-4 py-8">
315
+ <div class="bg-white py-20 px-4">
316
  <div class="max-w-4xl mx-auto text-center">
317
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Thank you for contacting VLC Solutions!</h2>
318
+ <p class="text-gray-700 mb-12 text-lg">
319
+ We appreciate you reaching out to us. Our team is reviewing your inquiry and will respond within 24 hours during business days.
320
+ As a leading provider of ERP and IT solutions, we're committed to helping businesses like yours transform operations and drive growth.
321
  </p>
322
 
323
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
324
+ <div class="bg-white rounded-lg shadow-md overflow-hidden hover:shadow-xl transition-shadow duration-300 p-6 text-center">
325
  <a href="./solutions.html" class="block">
326
  <div class="p-4">
327
+ <i data-feather="briefcase" class="w-12 h-12 mx-auto text-[var(--vlc-navy)] mb-4"></i>
328
+ <h3 class="text-xl font-semibold">Modern Business Solutions</h3>
329
+ <p class="text-gray-600 mt-2">Explore our comprehensive ERP and business automation tools</p>
330
  </div>
331
  </a>
332
  </div>
333
 
334
+ <div class="bg-white rounded-lg shadow-md overflow-hidden hover:shadow-xl transition-shadow duration-300 p-6 text-center">
335
  <a href="./industries.html" class="block">
336
  <div class="p-4">
337
+ <i data-feather="layers" class="w-12 h-12 mx-auto text-[var(--vlc-navy)] mb-4"></i>
338
+ <h3 class="text-xl font-semibold">Industries</h3>
339
+ <p class="text-gray-600 mt-2">Specialized solutions for your industry needs</p>
340
  </div>
341
  </a>
342
  </div>
343
 
344
+ <div class="bg-white rounded-lg shadow-md overflow-hidden hover:shadow-xl transition-shadow duration-300 p-6 text-center">
345
  <a href="./products.html" class="block">
346
  <div class="p-4">
347
+ <i data-feather="package" class="w-12 h-12 mx-auto text-[var(--vlc-navy)] mb-4"></i>
348
+ <h3 class="text-xl font-semibold">Products</h3>
349
+ <p class="text-gray-600 mt-2">Discover our technology stack and platform offerings</p>
350
  </div>
351
  </a>
352
  </div>
353
  </div>
354
  </div>
355
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
356
  <!-- FOOTER -->
357
  <footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
358
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">