-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo-dubbing.html
818 lines (785 loc) · 38.3 KB
/
video-dubbing.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./zentinel-logo.png" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/flowbite@2.5.2/dist/flowbite.min.css" rel="stylesheet" />
<script src="https://kit.fontawesome.com/30da9ec722.js" crossorigin="anonymous"></script>
<script src="https://cdn.tailwindcss.com"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Meta Tags -->
<title>AI Video Dubbing - Zentinl</title>
<meta name="description" content="Transform your videos into any language while preserving natural voice characteristics. Reach global audiences with Zentinl's AI dubbing technology." />
<link rel="canonical" href="https://zentinl.com/video-dubbing.html" id="canonicalLink" />
<!-- Open Graph Tags for Social Media -->
<meta property="og:title" content="AI Video Dubbing - Zentinl" id="ogTitle" />
<meta property="og:description" content="Transform your videos for global audiences with AI dubbing that preserves voice characteristics. Reach 4x more viewers today!" id="ogDescription" />
<meta property="og:url" content="https://zentinl.com/video-dubbing.html" id="ogUrl" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://zentinl.com/zentinel-logo.png" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="AI Video Dubbing - Zentinl" id="twitterTitle" />
<meta name="twitter:description" content="Transform your videos for global audiences with AI dubbing." id="twitterDescription" />
<meta name="twitter:image" content="https://zentinl.com/zentinel-logo.png" />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json" id="structuredData">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "AI Video Dubbing - Zentinl",
"description": "Transform your videos into any language while preserving natural voice characteristics.",
"url": "https://zentinl.com/video-dubbing.html",
"offers": {
"@type": "Service",
"serviceType": "AI Video Dubbing",
"provider": {
"@type": "Organization",
"name": "Zentinl"
}
}
}
</script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: {
50: '#EFF6FF',
100: '#DBEAFE',
200: '#BFDBFE',
300: '#93C5FD',
400: '#60A5FA',
500: '#3B82F6',
600: '#2563EB',
700: '#1D4ED8',
800: '#1E40AF',
900: '#1E3A8A',
950: '#172554',
},
secondary: {
50: '#F8FAFC',
900: '#0F172A',
950: '#020617',
}
},
fontFamily: {
'sans': ['Inter', 'ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif'],
},
animation: {
'fade-in': 'fadeIn 0.5s ease-in-out',
'slide-up': 'slideUp 0.5s ease-out',
'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',
'bounce-slow': 'bounce 3s infinite',
'float': 'float 3s ease-in-out infinite',
},
keyframes: {
fadeIn: {
'0%': { opacity: '0' },
'100%': { opacity: '1' },
},
slideUp: {
'0%': { transform: 'translateY(20px)', opacity: '0' },
'100%': { transform: 'translateY(0)', opacity: '1' },
},
float: {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-10px)' },
}
}
}
}
}
</script>
<!-- Custom CSS -->
<link rel="stylesheet" href="./css/style.css">
</head>
<body class="bg-white font-sans text-secondary-900">
<!-- Navigation Bar -->
<nav class="bg-white/95 backdrop-blur-sm fixed w-full z-20 top-0 start-0 border-b border-gray-200 shadow-sm">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
<div class="flex items-center">
<a href="index.html" class="flex items-center space-x-3 rtl:space-x-reverse">
<img src="./zentinel-logo.png" class="h-12" alt="Zentinl Logo" />
<span class="self-center text-2xl font-semibold whitespace-nowrap text-primary-900">
Zentinl
</span>
</a>
</div>
<div class="flex items-center md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse">
<button
type="button"
class="btn-primary text-white bg-primary-700 hover:bg-primary-800 font-medium rounded-lg text-sm px-5 py-2.5 text-center mr-2"
data-modal-target="contactModal"
data-modal-toggle="contactModal"
>
Get Started
</button>
<button
data-collapse-toggle="navbar-sticky"
type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-primary-400"
aria-controls="navbar-sticky"
aria-expanded="false"
>
<span class="sr-only">Open main menu</span>
<svg
class="w-5 h-5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 17 14"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M1 1h15M1 7h15M1 13h15"
/>
</svg>
</button>
</div>
<div
class="items-center justify-between hidden w-full md:flex md:w-auto md:order-1"
id="navbar-sticky"
>
<ul
class="flex flex-col p-4 md:p-0 mt-4 font-medium border border-gray-100 rounded-lg bg-gray-50 md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 md:bg-white"
>
<li>
<a href="index.html"
class="nav-link block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-primary-700 md:p-0 transition-colors duration-300">
Home
</a>
</li>
<li>
<a href="video-dubbing.html"
class="nav-link active block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-primary-700 md:p-0 transition-colors duration-300">
AI Video Dubbing
</a>
</li>
<li>
<a href="virtual-influencers.html"
class="nav-link block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-primary-700 md:p-0 transition-colors duration-300">
Virtual Influencers
</a>
</li>
<li>
<a href="just-on-time.html"
class="nav-link block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-primary-700 md:p-0 transition-colors duration-300">
Just On Time Video
</a>
</li>
<li>
<a href="enterprise.html"
class="nav-link block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-primary-700 md:p-0 transition-colors duration-300">
Enterprise Solutions
</a>
</li>
<li>
<a href="api.html"
class="nav-link block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-primary-700 md:p-0 transition-colors duration-300">
API & Zap Integration
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Modal -->
<div
id="contactModal"
tabindex="-1"
class="fixed top-0 left-0 right-0 z-50 hidden w-full p-4 overflow-x-hidden overflow-y-auto md:inset-0 h-modal md:h-full"
>
<div class="relative w-full max-w-md h-full md:h-auto">
<div class="relative bg-white rounded-xl shadow-2xl dark:bg-gray-700 animate-fade-in">
<button
type="button"
class="absolute top-3 right-2.5 text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm p-1.5 ml-auto inline-flex items-center transition-colors duration-200"
data-modal-hide="contactModal"
>
<svg
aria-hidden="true"
class="w-5 h-5"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 011.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"
/>
</svg>
<span class="sr-only">Close modal</span>
</button>
<div class="px-6 py-6 lg:px-8">
<h3 class="mb-6 text-xl font-semibold text-gray-900 dark:text-white border-b pb-4">
Custom Enterprise Solution
</h3>
<form
action="https://formspree.io/f/xkgnzyqo"
method="POST"
class="space-y-6"
>
<div>
<label
for="name"
class="block mb-2 text-sm font-medium text-gray-900 dark:text-white"
>Your Name</label
>
<input
type="text"
name="name"
id="name"
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 transition-all duration-200"
placeholder="John Doe"
required
/>
</div>
<div>
<label
for="company"
class="block mb-2 text-sm font-medium text-gray-900 dark:text-white"
>Company Name</label
>
<input
type="text"
name="company"
id="company"
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 transition-all duration-200"
placeholder="Your Company"
required
/>
</div>
<div>
<label
for="email"
class="block mb-2 text-sm font-medium text-gray-900 dark:text-white"
>Your Email</label
>
<input
type="email"
name="email"
id="email"
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 transition-all duration-200"
placeholder="name@company.com"
required
/>
</div>
<div>
<label
for="service"
class="block mb-2 text-sm font-medium text-gray-900 dark:text-white"
>Service Interest</label
>
<select
name="service"
id="service"
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 transition-all duration-200"
required
>
<option value="">Select a service</option>
<option value="video-dubbing" selected>AI Video Dubbing</option>
<option value="just-on-time">Just-on-Time Video</option>
<option value="virtual-influencers">Virtual Influencers</option>
<option value="api-integration">API Integration</option>
<option value="enterprise">Custom Enterprise Solution</option>
</select>
</div>
<div>
<label
for="message"
class="block mb-2 text-sm font-medium text-gray-900 dark:text-white"
>Your Requirements</label
>
<textarea
name="message"
id="message"
rows="4"
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 transition-all duration-200"
placeholder="Tell us about your specific needs and requirements..."
required
></textarea>
</div>
<button
type="submit"
class="w-full btn-primary text-white bg-primary-700 hover:bg-primary-800 font-medium rounded-lg text-sm px-5 py-3 text-center transition-all duration-300"
>
Request Custom Solution
</button>
</form>
</div>
</div>
</div>
</div>
<!-- Video Dubbing Section -->
<section id="video-dubbing" class="page-section pt-20">
<!-- Hero Section -->
<div class="hero-gradient text-white">
<div class="py-16 px-4 mx-auto max-w-screen-xl text-center">
<h1 class="mb-6 text-4xl font-extrabold tracking-tight leading-none sm:text-5xl lg:text-6xl">
AI Video Dubbing for Global Reach
</h1>
<p class="mb-8 text-lg font-normal opacity-90 lg:text-xl sm:px-16 lg:px-48 max-w-3xl mx-auto">
Transform your existing videos into any language while preserving the natural voice
characteristics. Expand your audience by 4x with minimal effort.
</p>
<!-- Social Platform Support -->
<div class="social-platform-logos">
<div class="social-platform-logo">
<i class="fab fa-youtube text-white"></i>
<span class="text-sm text-white opacity-80">YouTube</span>
</div>
<div class="social-platform-logo">
<i class="fab fa-tiktok text-white"></i>
<span class="text-sm text-white opacity-80">TikTok</span>
</div>
<div class="social-platform-logo">
<i class="fab fa-instagram text-white"></i>
<span class="text-sm text-white opacity-80">Instagram</span>
</div>
<div class="social-platform-logo">
<i class="fab fa-facebook text-white"></i>
<span class="text-sm text-white opacity-80">Facebook</span>
</div>
<div class="social-platform-logo">
<i class="fab fa-linkedin text-white"></i>
<span class="text-sm text-white opacity-80">LinkedIn</span>
</div>
<div class="social-platform-logo">
<i class="fab fa-twitter text-white"></i>
<span class="text-sm text-white opacity-80">Twitter</span>
</div>
</div>
<div class="flex flex-col space-y-4 sm:flex-row sm:justify-center sm:space-y-0 sm:space-x-4 mt-8">
<a
href="#how-it-works"
class="inline-flex justify-center items-center py-3 px-6 text-base font-medium text-center text-white rounded-lg bg-primary-600 hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 transition-all duration-300 shadow-lg hover:shadow-xl"
>
How It Works
</a>
<a
href="#"
data-modal-target="contactModal"
data-modal-toggle="contactModal"
class="inline-flex justify-center items-center py-3 px-6 text-base font-medium text-center text-white rounded-lg bg-white/20 backdrop-blur-sm hover:bg-white/30 focus:ring-4 focus:ring-white/30 transition-all duration-300 border border-white/30"
>
Get Started
</a>
</div>
</div>
</div>
<!-- Language Globe Visual -->
<div class="py-16 px-4 bg-gray-50 overflow-hidden">
<div class="max-w-screen-xl mx-auto relative">
<h2 class="text-3xl font-extrabold text-center text-gray-900 mb-12">Supporting 40+ Languages</h2>
<div class="language-globe relative h-96 md:h-[500px]">
<!-- Simulated globe with language tags -->
<div class="language-tag" style="top: 30%; left: 20%; --delay: 0">English</div>
<div class="language-tag" style="top: 20%; left: 50%; --delay: 0.5">Spanish</div>
<div class="language-tag" style="top: 40%; left: 70%; --delay: 1">French</div>
<div class="language-tag" style="top: 60%; left: 30%; --delay: 1.5">German</div>
<div class="language-tag" style="top: 50%; left: 60%; --delay: 2">Japanese</div>
<div class="language-tag" style="top: 70%; left: 50%; --delay: 2.5">Chinese</div>
<div class="language-tag" style="top: 35%; left: 40%; --delay: 3">Hindi</div>
<div class="language-tag" style="top: 25%; left: 80%; --delay: 3.5">Arabic</div>
<div class="language-tag" style="top: 65%; left: 15%; --delay: 4">Portuguese</div>
<div class="language-tag" style="top: 80%; left: 75%; --delay: 4.5">Russian</div>
<!-- Center globe image -->
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-48 h-48 md:w-64 md:h-64 bg-primary-100 rounded-full flex items-center justify-center overflow-hidden">
<i class="fa-solid fa-globe text-primary-600 text-8xl animate-pulse-slow"></i>
</div>
</div>
</div>
</div>
<!-- Key Benefits -->
<div class="py-16 px-4 bg-white" id="benefits">
<div class="max-w-screen-xl mx-auto">
<h2 class="text-3xl font-extrabold text-center text-gray-900 mb-6">Unlock Global Potential</h2>
<p class="text-lg text-center text-gray-600 mb-12 max-w-3xl mx-auto">
Our AI video dubbing technology helps enterprises break language barriers and reach international audiences with perfectly natural-sounding voices
</p>
<div class="grid md:grid-cols-2 gap-12">
<!-- Left column - Benefits -->
<div class="space-y-8">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-10 w-10 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-primary-600"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-xl font-bold text-gray-900 mb-2">Incredibly Natural Voice Quality</h3>
<p class="text-gray-600">
Our AI preserves the emotion, tone, and speaking style of the original speaker while
seamlessly translating into any target language. The result is indistinguishable from native speech.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-10 w-10 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-primary-600"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-xl font-bold text-gray-900 mb-2">Expand Your Audience by 4x</h3>
<p class="text-gray-600">
Reach new markets and demographics by offering your content in viewers' native languages,
dramatically increasing engagement and conversions across all your social platforms.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-10 w-10 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-primary-600"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-xl font-bold text-gray-900 mb-2">Fully Automated Process</h3>
<p class="text-gray-600">
Simply provide the video URL or file from any platform, choose your target languages, and our system
automatically handles everything else. No need for additional staff or resources.
</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-10 w-10 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-primary-600"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-xl font-bold text-gray-900 mb-2">Complete Platform Integration</h3>
<p class="text-gray-600">
Works with all major social platforms including YouTube, TikTok, Instagram, Facebook, LinkedIn,
Twitter and more. We handle downloading, dubbing, and republishing automatically.
</p>
</div>
</div>
</div>
<!-- Right column - Stats -->
<div class="bg-gray-50 rounded-xl p-8 shadow-lg">
<h3 class="text-2xl font-bold text-center text-gray-900 mb-8">The Impact of Video Localization</h3>
<div class="grid grid-cols-2 gap-6 mb-8">
<div class="text-center">
<div class="text-primary-600 text-4xl font-bold mb-2">65%</div>
<p class="text-gray-600">of viewers prefer content in their native language</p>
</div>
<div class="text-center">
<div class="text-primary-600 text-4xl font-bold mb-2">4x</div>
<p class="text-gray-600">increase in potential audience reach with multilingual content</p>
</div>
<div class="text-center">
<div class="text-primary-600 text-4xl font-bold mb-2">73%</div>
<p class="text-gray-600">higher engagement with localized video content</p>
</div>
<div class="text-center">
<div class="text-primary-600 text-4xl font-bold mb-2">3x</div>
<p class="text-gray-600">higher conversion rates with native language videos</p>
</div>
</div>
<div class="text-center">
<a
href="#"
data-modal-target="contactModal"
data-modal-toggle="contactModal"
class="inline-flex justify-center items-center py-3 px-6 text-base font-medium text-center text-white rounded-lg bg-primary-600 hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 transition-all duration-300 shadow-lg hover:shadow-xl"
>
Transform Your Videos Today
</a>
</div>
</div>
</div>
</div>
</div>
<!-- How It Works Section -->
<div id="how-it-works" class="py-16 px-4 bg-gray-50">
<div class="max-w-screen-xl mx-auto">
<h2 class="text-3xl font-extrabold text-center text-gray-900 mb-6">How It Works</h2>
<p class="text-lg text-center text-gray-600 mb-12 max-w-3xl mx-auto">
Our fully automated process makes video dubbing effortless for your team
</p>
<div class="relative">
<!-- Timeline line -->
<div class="hidden md:block absolute left-1/2 transform -translate-x-1/2 h-full w-1 bg-primary-200"></div>
<div class="space-y-12 relative">
<!-- Step 1 -->
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:pr-12 md:text-right">
<h3 class="text-xl font-bold text-gray-900 mb-2">1. Submit Your Video</h3>
<p class="text-gray-600 mb-4">
Simply provide the URL to your YouTube, TikTok, Instagram or other social media video, or upload your video file.
Our system will securely process your content. No download or preparation needed on your end.
</p>
</div>
<div class="mx-auto md:mx-0 flex items-center justify-center w-12 h-12 rounded-full bg-primary-600 text-white text-xl font-bold z-10">
1
</div>
<div class="md:w-1/2 md:pl-12 mt-4 md:mt-0"></div>
</div>
<!-- Step 2 -->
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:pr-12 md:text-right order-1 md:order-1 mt-4 md:mt-0"></div>
<div class="mx-auto md:mx-0 flex items-center justify-center w-12 h-12 rounded-full bg-primary-600 text-white text-xl font-bold z-10 order-0 md:order-2">
2
</div>
<div class="md:w-1/2 md:pl-12 order-2 md:order-3">
<h3 class="text-xl font-bold text-gray-900 mb-2">2. Select Target Languages</h3>
<p class="text-gray-600 mb-4">
Choose from over 40 languages to target specific regions or go global.
You can select multiple languages for maximum reach with a single submission.
</p>
</div>
</div>
<!-- Step 3 -->
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:pr-12 md:text-right">
<h3 class="text-xl font-bold text-gray-900 mb-2">3. AI Voice Processing</h3>
<p class="text-gray-600 mb-4">
Our AI analyzes the original voice characteristics and generates
natural-sounding dubbed audio in your selected languages. The voice maintains all
original qualities including tone, emotion, and speaking style.
</p>
</div>
<div class="mx-auto md:mx-0 flex items-center justify-center w-12 h-12 rounded-full bg-primary-600 text-white text-xl font-bold z-10">
3
</div>
<div class="md:w-1/2 md:pl-12 mt-4 md:mt-0"></div>
</div>
<!-- Step 4 -->
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:pr-12 md:text-right order-1 md:order-1 mt-4 md:mt-0"></div>
<div class="mx-auto md:mx-0 flex items-center justify-center w-12 h-12 rounded-full bg-primary-600 text-white text-xl font-bold z-10 order-0 md:order-2">
4
</div>
<div class="md:w-1/2 md:pl-12 order-2 md:order-3">
<h3 class="text-xl font-bold text-gray-900 mb-2">4. Automated Video Rendering</h3>
<p class="text-gray-600 mb-4">
Our system automatically synchronizes the newly generated audio with your video,
ensuring perfect lip-sync and timing for a professional result. No manual editing required.
</p>
</div>
</div>
<!-- Step 5 -->
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 md:pr-12 md:text-right">
<h3 class="text-xl font-bold text-gray-900 mb-2">5. Seamless Distribution</h3>
<p class="text-gray-600 mb-4">
Receive your dubbed videos for download, or let our system handle the publishing
directly to YouTube, TikTok, Instagram, Facebook, and other platforms automatically.
We even optimize titles, descriptions and metadata in each language.
</p>
</div>
<div class="mx-auto md:mx-0 flex items-center justify-center w-12 h-12 rounded-full bg-primary-600 text-white text-xl font-bold z-10">
5
</div>
<div class="md:w-1/2 md:pl-12 mt-4 md:mt-0"></div>
</div>
</div>
</div>
<div class="text-center mt-16">
<a
href="#"
data-modal-target="contactModal"
data-modal-toggle="contactModal"
class="inline-flex justify-center items-center py-3 px-6 text-base font-medium text-center text-white rounded-lg bg-primary-600 hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 transition-all duration-300 shadow-lg hover:shadow-xl"
>
Start Your First Dubbing Project
</a>
</div>
</div>
</div>
<!-- Final CTA -->
<div class="hero-gradient text-white">
<div class="py-16 px-4 mx-auto max-w-screen-xl text-center">
<h2 class="mb-6 text-3xl font-extrabold tracking-tight leading-none sm:text-4xl lg:text-5xl">
Ready to Take Your Videos Global?
</h2>
<p class="mb-8 text-lg font-normal opacity-90 lg:text-xl sm:px-16 lg:px-48 max-w-3xl mx-auto">
Join forward-thinking companies using Zentinl's AI video dubbing technology
to reach international audiences and multiply their engagement.
</p>
<div class="flex flex-col space-y-4 sm:flex-row sm:justify-center sm:space-y-0 sm:space-x-4">
<a
href="#"
data-modal-target="contactModal"
data-modal-toggle="contactModal"
class="inline-flex justify-center items-center py-3 px-6 text-base font-medium text-center text-white rounded-lg bg-primary-600 hover:bg-primary-800 focus:ring-4 focus:ring-primary-300 transition-all duration-300 shadow-lg hover:shadow-xl"
>
Start Your Free Trial
</a>
<a
href="#"
data-modal-target="contactModal"
data-modal-toggle="contactModal"
class="inline-flex justify-center items-center py-3 px-6 text-base font-medium text-center text-white rounded-lg bg-white/20 backdrop-blur-sm hover:bg-white/30 focus:ring-4 focus:ring-white/30 transition-all duration-300 border border-white/30"
>
Request Enterprise Demo
</a>
</div>
</div>
</div>
</section>
<!-- footer Section -->
<footer class="bg-gray-900 text-white mt-16">
<div class="mx-auto w-full max-w-screen-xl p-4 py-8 lg:py-12">
<div class="md:flex md:justify-between items-start">
<div class="mb-6 md:mb-0">
<a href="index.html" class="flex items-center">
<img
src="./zentinel-logo.png"
class="h-14 me-3 bg-white rounded-full p-1"
alt="Zentinl Logo"
/>
<span
class="self-center text-2xl font-semibold whitespace-nowrap"
>Zentinl</span
>
</a>
<p class="mt-3 text-gray-400 max-w-xs">
AI-powered video dubbing and creation for global audiences.
Expand your reach with fully automated video solutions.
</p>
<div class="flex mt-4 space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition-colors duration-200">
<i class="fas fa-globe"></i>
</a>
<a href="mailto:contact@zentinl.com" class="text-gray-400 hover:text-white transition-colors duration-200">
<i class="fas fa-envelope"></i>
</a>
<a href="tel:+1234567890" class="text-gray-400 hover:text-white transition-colors duration-200">
<i class="fas fa-phone"></i>
</a>
</div>
</div>
<div class="grid grid-cols-2 gap-8 sm:grid-cols-3 sm:gap-6">
<div>
<h2 class="mb-4 text-sm font-semibold uppercase tracking-wider">Services</h2>
<ul class="text-gray-400 space-y-2">
<li>
<a href="video-dubbing.html" class="hover:text-white transition-colors duration-200">AI Video Dubbing</a>
</li>
<li>
<a href="just-on-time.html" class="hover:text-white transition-colors duration-200">Just on Time Video</a>
</li>
<li>
<a href="virtual-influencers.html" class="hover:text-white transition-colors duration-200">Virtual Influencers</a>
</li>
<li>
<a href="api.html" class="hover:text-white transition-colors duration-200">API Integration</a>
</li>
<li>
<a href="enterprise.html" class="hover:text-white transition-colors duration-200">Enterprise Solutions</a>
</li>
</ul>
</div>
<div>
<h2 class="mb-4 text-sm font-semibold uppercase tracking-wider">Company</h2>
<ul class="text-gray-400 space-y-2">
<li>
<a href="index.html" class="hover:text-white transition-colors duration-200">About Us</a>
</li>
<li>
<a href="#" data-modal-target="contactModal" data-modal-toggle="contactModal" class="hover:text-white transition-colors duration-200">Contact</a>
</li>
<li>
<a href="#" class="hover:text-white transition-colors duration-200">Careers</a>
</li>
<li>
<a href="#" class="hover:text-white transition-colors duration-200">Blog</a>
</li>
</ul>
</div>
<div>
<h2 class="mb-4 text-sm font-semibold uppercase tracking-wider">Resources</h2>
<ul class="text-gray-400 space-y-2">
<li>
<a href="#" class="hover:text-white transition-colors duration-200">Documentation</a>
</li>
<li>
<a href="#" class="hover:text-white transition-colors duration-200">API References</a>
</li>
<li>
<a href="#" class="hover:text-white transition-colors duration-200">Privacy Policy</a>
</li>
<li>
<a href="#" class="hover:text-white transition-colors duration-200">Terms of Service</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="my-8 border-gray-700 sm:mx-auto" />
<div class="sm:flex sm:items-center sm:justify-between">
<span class="text-sm text-gray-400 sm:text-center">
© 2024 <a href="/" class="hover:underline">Zentinl</a>. All Rights Reserved.
</span>
<div class="flex mt-4 sm:justify-center sm:mt-0 space-x-5">
<!-- Facebook -->
<a
href="https://www.facebook.com/zentinl"
class="text-gray-500 hover:text-white transition-colors duration-200"
>
<i class="fab fa-facebook-f"></i>
<span class="sr-only">Facebook</span>
</a>
<!-- Twitter -->
<a
href="https://x.com/zentinl"
class="text-gray-500 hover:text-white transition-colors duration-200"
>
<i class="fab fa-twitter"></i>
<span class="sr-only">Twitter</span>
</a>
<!-- LinkedIn -->
<a
href="https://www.linkedin.com/company/zentinl.com/"
class="text-gray-500 hover:text-white transition-colors duration-200"
>
<i class="fab fa-linkedin-in"></i>
<span class="sr-only">LinkedIn</span>
</a>
<!-- Telegram -->
<a
href="https://t.me/zentinl"
class="text-gray-500 hover:text-white transition-colors duration-200"
>
<i class="fab fa-telegram-plane"></i>
<span class="sr-only">Telegram</span>
</a>
<!-- GitHub -->
<a
href="https://github.com/zentinl"
class="text-gray-500 hover:text-white transition-colors duration-200"
>
<i class="fab fa-github"></i>
<span class="sr-only">GitHub</span>
</a>
<!-- TikTok -->
<a
href="https://www.tiktok.com/@zentinl.com"
class="text-gray-500 hover:text-white transition-colors duration-200"
>
<i class="fab fa-tiktok"></i>
<span class="sr-only">TikTok</span>
</a>
</div>
</div>
</div>
</footer>
<!-- External JS Libraries -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.5.2/dist/flowbite.min.js"></script>
<!-- Custom JS -->
<script src="./js/main.js"></script>
</body>
</html>