Spaces:
Running
Running
<div class="card-accent bg-white p-6 rounded-lg shadow-md mx-auto max-w-2xl" data-aos="fade-up" data-aos-delay="300">
Browse files<div class="flex items-center mb-4">
<i data-feather="shield" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Let’s Bring Your Multimedia Vision to Life</h3>
</div>
<p class="text-gray-600 text-center">Connect with VLC today to explore how our end-to-end multimedia services can help you deliver content that captivates, engages, and performs.</p>
</div> Move to center
- index.html +9 -7
index.html
CHANGED
|
@@ -353,13 +353,15 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 353 |
</div>
|
| 354 |
<p class="text-gray-600">Safeguard your assets with advanced encryption and trusted DRM systems. VLC’s multimedia services also allow you to customize access, manage permissions, and refine delivery models to maximize accuracy and protect intellectual property.</p>
|
| 355 |
</div>
|
| 356 |
-
<div class="
|
| 357 |
-
|
| 358 |
-
|
| 359 |
-
|
| 360 |
-
|
| 361 |
-
<
|
| 362 |
-
|
|
|
|
|
|
|
| 363 |
</div>
|
| 364 |
|
| 365 |
<div class="text-center mt-12" data-aos="fade-up">
|
|
|
|
| 353 |
</div>
|
| 354 |
<p class="text-gray-600">Safeguard your assets with advanced encryption and trusted DRM systems. VLC’s multimedia services also allow you to customize access, manage permissions, and refine delivery models to maximize accuracy and protect intellectual property.</p>
|
| 355 |
</div>
|
| 356 |
+
<div class="flex justify-center">
|
| 357 |
+
<div class="card-accent bg-white p-6 rounded-lg shadow-md max-w-2xl" data-aos="fade-up" data-aos-delay="300">
|
| 358 |
+
<div class="flex items-center mb-4">
|
| 359 |
+
<i data-feather="shield" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
|
| 360 |
+
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Let's Bring Your Multimedia Vision to Life</h3>
|
| 361 |
+
</div>
|
| 362 |
+
<p class="text-gray-600 text-center">Connect with VLC today to explore how our end-to-end multimedia services can help you deliver content that captivates, engages, and performs.</p>
|
| 363 |
+
</div>
|
| 364 |
+
</div>
|
| 365 |
</div>
|
| 366 |
|
| 367 |
<div class="text-center mt-12" data-aos="fade-up">
|