vlcsolutions commited on
Commit
e521a83
·
verified ·
1 Parent(s): f2002d5

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +6 -5
index.html CHANGED
@@ -219,13 +219,14 @@
219
  </header>
220
  <body class="font-sans antialiased">
221
  <!-- Header / Nav -->
 
222
  <!-- Hero Banner -->
223
- <section class="text-white py-16 md:py-24" style="background: linear-gradient(rgba(0, 32, 96, 0.7), rgba(0, 32, 96, 0.7)), url('https://huggingface.co/spaces/vlcsolutions/vlc-engineering-sync-pro/resolve/main/images/ECM Main Banner-2025.png') no-repeat center center; background-size: cover;">
224
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
225
  <div class="text-center max-w-2xl mx-auto" data-aos="fade-up">
226
- <h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4 text-white">Bridging the Gap from Design to Delivery using AI</h1>
227
- <p class="text-xl md:text-2xl mb-6 max-w-3xl mx-auto text-white">Unify your data. Unify your teams.</p>
228
- <a href="https://www.vlcsolutions.com/contactus.html" class="px-8 py-3 rounded-md text-lg font-medium" style="background-color: #A8E92F; color: #00284D; transition: 0.3s; box-shadow: 0 4px 10px rgba(0,0,0,0.2);">
229
  Get Total Control
230
  </a>
231
  </div>
 
219
  </header>
220
  <body class="font-sans antialiased">
221
  <!-- Header / Nav -->
222
+
223
  <!-- Hero Banner -->
224
+ <section class="text-white py-16 md:py-24" style="background: url('https://huggingface.co/spaces/vlcsolutions/vlc-engineering-sync-pro/resolve/main/images/ECM Main Banner-2025.png') no-repeat center center; background-size: cover;">
225
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
226
  <div class="text-center max-w-2xl mx-auto" data-aos="fade-up">
227
+ <h1 class="text-4xl md:text-3xl font-bold leading-tight mb-4" style="color: #00284D;">Bridging the Gap from Design to Delivery using AI</h1>
228
+ <p class="text-xl md:text-2xl mb-6 max-w-3xl mx-auto" style="color: #E6F1FF;">Unify your data. Unify your teams.</p>
229
+ <a href="https://www.vlcsolutions.com/contactus.html" class="px-8 py-3 rounded-md text-lg font-medium" style="background-color: #A8E92F; color: #00284D; transition: 0.3s; box-shadow: 0 4px 10px rgba(0,0,0,0.2);">
230
  Get Total Control
231
  </a>
232
  </div>