vlcsolutions commited on
Commit
43063d7
·
verified ·
1 Parent(s): 539900e

Do full-width for banner and footer

Browse files
Files changed (2) hide show
  1. index.html +5 -7
  2. style.css +2 -1
index.html CHANGED
@@ -149,9 +149,8 @@
149
  </div>
150
  </div>
151
  </header>
152
-
153
  <!-- HERO BANNER (FULL WIDTH) -->
154
- <section class="w-full py-20 text-center text-white relative overflow-hidden" style="background-image: url('https://huggingface.co/spaces/vlcsolutions/vlc-velocity-unification-engine/resolve/main/images/Products.png'); background-size: cover; background-position: center;">
155
  <div class="w-full px-4 sm:px-6 lg:px-8" data-aos="fade-up">
156
  <h1 class="text-4xl md:text-5xl font-extrabold mb-4 text-white drop-shadow-lg">Unify Operations. Unleash Velocity</h1>
157
  <p class="text-xl md:text-2xl font-medium mb-6 text-gray-100">The Complete Dynamics 365 Ecosystem Engineered for Your Growth Trajectory</p>
@@ -169,8 +168,8 @@
169
  </div>
170
  </section>
171
  <!-- DESCRIPTION SECTION (WHITE BACKGROUND) -->
172
- <section class="py-20 md:py-24 bg-white text-center">
173
- <div class="max-w-5xl mx-auto px-6" data-aos="fade-up">
174
  <h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-6">Our focus is on the process.</h2>
175
  <p class="text-lg md:text-xl text-gray-700 mb-6">Gain access to lifecycle services that do a lot more than serve.</p>
176
  <p class="text-base md:text-lg text-gray-700 leading-relaxed max-w-4xl mx-auto mb-12">VLC Solutions unifies every layer of your enterprise—from online orders to factory floors, from inventory to customer care—into one agile, intelligent system. Built for multi-site, multi-channel operations, we turn disconnected processes into a single, seamless engine that drives growth, visibility, and control.</p>
@@ -190,10 +189,9 @@
190
  <a href="https://www.vlcsolutions.com/contactus.html" class="inline-block rounded-md px-8 py-3 text-lg font-semibold bg-[var(--vlc-navy)] hover:bg-[var(--vlc-navy-700)] text-white shadow-md transition-all duration-300">Map Your Unification Strategy</a>
191
  </div>
192
  </section>
193
-
194
  <!-- FOOTER (FULL WIDTH) -->
195
- <footer class="w-full bg-[var(--vlc-navy)] text-white pt-14 pb-8" role="contentinfo">
196
- <div class="w-full px-4 sm:px-6 lg:px-8">
197
  <div class="grid md:grid-cols-3 gap-10 mb-10">
198
  <div>
199
  <h3 class="font-bold mb-3">Contact Us</h3>
 
149
  </div>
150
  </div>
151
  </header>
 
152
  <!-- HERO BANNER (FULL WIDTH) -->
153
+ <section class="w-full py-20 text-center text-white relative overflow-hidden" style="background-image: url('https://huggingface.co/spaces/vlcsolutions/vlc-velocity-unification-engine/resolve/main/images/Products.png'); background-size: cover; background-position: center; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw;">
154
  <div class="w-full px-4 sm:px-6 lg:px-8" data-aos="fade-up">
155
  <h1 class="text-4xl md:text-5xl font-extrabold mb-4 text-white drop-shadow-lg">Unify Operations. Unleash Velocity</h1>
156
  <p class="text-xl md:text-2xl font-medium mb-6 text-gray-100">The Complete Dynamics 365 Ecosystem Engineered for Your Growth Trajectory</p>
 
168
  </div>
169
  </section>
170
  <!-- DESCRIPTION SECTION (WHITE BACKGROUND) -->
171
+ <section class="w-full py-20 md:py-24 bg-white text-center">
172
+ <div class="max-w-5xl mx-auto px-6" data-aos="fade-up">
173
  <h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-6">Our focus is on the process.</h2>
174
  <p class="text-lg md:text-xl text-gray-700 mb-6">Gain access to lifecycle services that do a lot more than serve.</p>
175
  <p class="text-base md:text-lg text-gray-700 leading-relaxed max-w-4xl mx-auto mb-12">VLC Solutions unifies every layer of your enterprise—from online orders to factory floors, from inventory to customer care—into one agile, intelligent system. Built for multi-site, multi-channel operations, we turn disconnected processes into a single, seamless engine that drives growth, visibility, and control.</p>
 
189
  <a href="https://www.vlcsolutions.com/contactus.html" class="inline-block rounded-md px-8 py-3 text-lg font-semibold bg-[var(--vlc-navy)] hover:bg-[var(--vlc-navy-700)] text-white shadow-md transition-all duration-300">Map Your Unification Strategy</a>
190
  </div>
191
  </section>
 
192
  <!-- FOOTER (FULL WIDTH) -->
193
+ <footer class="w-full bg-[var(--vlc-navy)] text-white pt-14 pb-8" role="contentinfo" style="margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw;">
194
+ <div class="w-full px-4 sm:px-6 lg:px-8">
195
  <div class="grid md:grid-cols-3 gap-10 mb-10">
196
  <div>
197
  <h3 class="font-bold mb-3">Contact Us</h3>
style.css CHANGED
@@ -1,8 +1,9 @@
1
 
2
  body {
3
- padding: 2rem;
4
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
5
  background-color: white;
 
 
6
  }
7
  h1 {
8
  font-size: 16px;
 
1
 
2
  body {
 
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  background-color: white;
5
+ margin: 0;
6
+ padding: 0;
7
  }
8
  h1 {
9
  font-size: 16px;