vlcsolutions commited on
Commit
570d5d3
·
verified ·
1 Parent(s): 940c282

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +16 -10
index.html CHANGED
@@ -95,18 +95,24 @@
95
  <body class="font-sans antialiased">
96
  <!-- Header / Nav -->
97
  <!-- Banner Section -->
98
- <section class="pattern-navy text-white py-16 md:py-20 relative overflow-hidden">
99
- <div class="absolute inset-0 z-0">
100
- <img src="https://huggingface.co/spaces/vlcsolutions/warehouse-wizardry-wizard/resolve/main/images/distribution-synchronize-shipments-main-banner.png" alt="Warehouse automation" >
101
- </div>
102
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
103
- <div class="text-center" data-aos="fade-up">
104
- <h1 class="text-4xl md:text-5xl font-bold mb-4 text-shadow-lg">Intelligent Distribution, Powered by Automation</h1>
105
- <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Real-time stock control, precise picking, and synchronized shipments at scale.</p>
106
- <a href="./contact-us.html" class="inline-block bg-[var(--vlc-leaf)] hover:bg-[var(--vlc-leaf-700)] text-[var(--vlc-navy)] font-bold px-8 py-3 rounded-md text-lg transition-all">Request a Demo Today</a>
 
 
 
 
 
107
  </div>
108
  </div>
109
- </section>
 
110
 
111
  <!-- Section 1 -->
112
  <section class="py-16 bg-white">
 
95
  <body class="font-sans antialiased">
96
  <!-- Header / Nav -->
97
  <!-- Banner Section -->
98
+ <section class="text-white py-16 md:py-16 relative overflow-hidden bg-[url('https://huggingface.co/spaces/vlcsolutions/warehouse-wizardry-wizard/resolve/main/images/distribution-synchronize-shipments-main-banner.png')] bg-cover bg-center">
99
+ <!-- Push content to the right side -->
100
+ <div class="w-full flex justify-end">
101
+ <!-- Center text inside this block -->
102
+ <div class="max-w-1xl text-center pr-4 md:pr-10">
103
+ <h1 class="text-4xl md:text-4xl font-bold mb-6 text-white drop-shadow-lg">
104
+ Intelligent Distribution, Powered by Automation
105
+ </h1>
106
+ <p class="text-xl md:text-1xl mb-8 text-white/90 drop-shadow-lg">
107
+ Real-time stock control, precise picking, and synchronized shipments at scale.
108
+ </p>
109
+ <a href="./contact-us.html" class="btn-accent inline-flex items-center px-6 py-3 rounded-md text-lg font-medium transition-all hover:shadow-lg"
110
+ data-aos="fade-up" data-aos-delay="200">Request a Demo Today</a>
111
+
112
  </div>
113
  </div>
114
+ </div>
115
+ </section>
116
 
117
  <!-- Section 1 -->
118
  <section class="py-16 bg-white">