Spaces:
Running
Running
Manual changes saved
Browse files- index.html +3 -54
index.html
CHANGED
|
@@ -307,7 +307,7 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 307 |
<div data-aos="fade-right">
|
| 308 |
<h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-6">Multimedia Solutions That Captivate and Connect</h2>
|
| 309 |
<p class="text-gray-600 mb-6">Multimedia is more than just content. It’s a dynamic fusion of text, audio, visuals, graphics, and animation that communicates ideas in an interactive and compelling way. At VLC, we help businesses transform their messages into engaging digital experiences that resonate across devices and platforms.</p>
|
| 310 |
-
|
| 311 |
<a href="./contact-us.html" class="btn-primary px-6 py-2 rounded-md">Start Streaming Today</a>
|
| 312 |
</div>
|
| 313 |
<div data-aos="fade-left">
|
|
@@ -316,61 +316,10 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 316 |
</div>
|
| 317 |
</div>
|
| 318 |
</section>
|
| 319 |
-
<!-- Section 2 - Maximize Content Reach -->
|
| 320 |
-
<section class="py-16 bg-white">
|
| 321 |
-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 322 |
-
<div class="text-center mb-16" data-aos="fade-up">
|
| 323 |
-
<h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-6">Maximize Content Reach and Engagement</h2>
|
| 324 |
-
<p class="text-xl text-gray-600 max-w-4xl mx-auto">
|
| 325 |
-
Elevate your videos, audio, and visuals with smart metadata and discoverability features. From text and voice recognition to facial and speaker identification, our solutions ensure your content gets noticed and easily accessed by the right audience.
|
| 326 |
-
</p>
|
| 327 |
-
</div>
|
| 328 |
-
|
| 329 |
-
<div class="grid md:grid-cols-2 gap-12 items-center mb-16">
|
| 330 |
-
<div data-aos="fade-right">
|
| 331 |
-
<img src="http://static.photos/technology/640x360/43" alt="Content engagement analytics" class="rounded-lg shadow-xl">
|
| 332 |
-
</div>
|
| 333 |
-
<div data-aos="fade-left">
|
| 334 |
-
<h3 class="text-2xl font-bold text-[var(--vlc-navy)] mb-4">Seamless and Modern Content Delivery</h3>
|
| 335 |
-
<p class="text-gray-600 mb-6">
|
| 336 |
-
We design and manage robust multimedia delivery systems that work across all devices. Leveraging industry standards like HTML5, media source extensions, and adaptive cloud streaming, VLC ensures your content is delivered smoothly, securely, and in high definition.
|
| 337 |
-
</p>
|
| 338 |
-
<ul class="space-y-3 text-gray-600">
|
| 339 |
-
<li class="flex items-start">
|
| 340 |
-
<i data-feather="check-circle" class="w-5 h-5 text-[var(--vlc-leaf)] mr-2 mt-0.5"></i>
|
| 341 |
-
<span>Cross-platform compatibility</span>
|
| 342 |
-
</li>
|
| 343 |
-
<li class="flex items-start">
|
| 344 |
-
<i data-feather="check-circle" class="w-5 h-5 text-[var(--vlc-leaf)] mr-2 mt-0.5"></i>
|
| 345 |
-
<span>Adaptive bitrate streaming</span>
|
| 346 |
-
</li>
|
| 347 |
-
<li class="flex items-start">
|
| 348 |
-
<i data-feather="check-circle" class="w-5 h-5 text-[var(--vlc-leaf)] mr-2 mt-0.5"></i>
|
| 349 |
-
<span>Low-latency live streaming</span>
|
| 350 |
-
</li>
|
| 351 |
-
</ul>
|
| 352 |
-
</div>
|
| 353 |
-
</div>
|
| 354 |
|
| 355 |
-
|
| 356 |
-
<div data-aos="fade-right">
|
| 357 |
-
<h3 class="text-2xl font-bold text-[var(--vlc-navy)] mb-4">Scale Effortlessly With Your Needs</h3>
|
| 358 |
-
<p class="text-gray-600 mb-6">
|
| 359 |
-
Whether it's a live corporate event, webinar, city hall broadcast, or major sports match, VLC's cloud-based streaming services scale to accommodate any audience size. Track performance in real time and control key stream settings such as recording duration and viewer access for a seamless experience.
|
| 360 |
-
</p>
|
| 361 |
-
<a href="./contact-us.html" class="btn-primary px-6 py-2 rounded-md">Explore Scaling Options</a>
|
| 362 |
-
</div>
|
| 363 |
-
<div data-aos="fade-left">
|
| 364 |
-
<img src="http://static.photos/technology/640x360/44" alt="Scalable streaming infrastructure" class="rounded-lg shadow-xl">
|
| 365 |
-
</div>
|
| 366 |
-
</div>
|
| 367 |
-
</div>
|
| 368 |
-
</section>
|
| 369 |
-
|
| 370 |
-
<!-- Section 3 - Protect and Personalize -->
|
| 371 |
<section class="py-16 bg-[var(--vlc-tint)]">
|
| 372 |
-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 373 |
-
<h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-12 text-center" data-aos="fade-up">Boost Your Content Delivery</h2>
|
| 374 |
|
| 375 |
<div class="grid md:grid-cols-2 gap-8 mb-12">
|
| 376 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up">
|
|
|
|
| 307 |
<div data-aos="fade-right">
|
| 308 |
<h2 class="text-3xl font-bold text-[var(--vlc-navy)] mb-6">Multimedia Solutions That Captivate and Connect</h2>
|
| 309 |
<p class="text-gray-600 mb-6">Multimedia is more than just content. It’s a dynamic fusion of text, audio, visuals, graphics, and animation that communicates ideas in an interactive and compelling way. At VLC, we help businesses transform their messages into engaging digital experiences that resonate across devices and platforms.</p>
|
| 310 |
+
<p class="text-gray-600 mb-8">At VLC, our team of multimedia specialists is here to help you maximize your content's reach by providing HD video encoding and streaming services that ensure your content is accessible across different devices. We not only enhance your content's visibility and performance but also offer robust content protection through advanced digital rights management (DRM) solutions.</p>
|
| 311 |
<a href="./contact-us.html" class="btn-primary px-6 py-2 rounded-md">Start Streaming Today</a>
|
| 312 |
</div>
|
| 313 |
<div data-aos="fade-left">
|
|
|
|
| 316 |
</div>
|
| 317 |
</div>
|
| 318 |
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 319 |
|
| 320 |
+
<!-- Section 2 -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 321 |
<section class="py-16 bg-[var(--vlc-tint)]">
|
| 322 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
|
|
| 323 |
|
| 324 |
<div class="grid md:grid-cols-2 gap-8 mb-12">
|
| 325 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up">
|