-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjust-on-time.html
819 lines (794 loc) · 37.8 KB
/
just-on-time.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
819
<!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>Just on Time Video - Zentinl</title>
<meta name="description" content="AI-driven video generation tailored precisely when and how you need it, ensuring relevance and maximizing engagement." />
<link rel="canonical" href="https://zentinl.com/just-on-time.html" id="canonicalLink" />
<!-- Open Graph Tags for Social Media -->
<meta property="og:title" content="Just on Time Video - Zentinl" id="ogTitle" />
<meta property="og:description" content="AI-driven video generation tailored precisely when and how you need it." id="ogDescription" />
<meta property="og:url" content="https://zentinl.com/just-on-time.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="Just on Time Video - Zentinl" id="twitterTitle" />
<meta name="twitter:description" content="AI-driven video generation precisely when you need it." 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": "Just on Time Video - Zentinl",
"description": "AI-driven video generation tailored precisely when and how you need it, ensuring relevance and maximizing engagement.",
"url": "https://zentinl.com/just-on-time.html",
"offers": {
"@type": "Service",
"serviceType": "Just on Time Video Creation",
"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 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 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">
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">AI Video Dubbing</option>
<option value="just-on-time" selected>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>
<!-- Just on Time Section -->
<section id="just-on-time" 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">
<div class="mb-8 flex justify-center">
<img
src="./zentinel-logo.png"
alt="Zentinl Logo"
class="h-24 bg-white rounded-full p-2 shadow-xl"
/>
</div>
<h1 class="mb-6 text-4xl font-extrabold tracking-tight leading-none sm:text-5xl lg:text-6xl">
Just on Time Video
</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">
AI-driven video generation tailored precisely when and how you need
it, ensuring relevance and maximizing engagement with zero 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>
</div>
</div>
<!-- What is JIT Video -->
<div class="py-16 px-4 mx-auto max-w-screen-xl bg-white">
<h2 class="mb-12 text-3xl font-extrabold tracking-tight text-center text-gray-900 sm:text-4xl">
What is Just on Time Video?
</h2>
<div class="max-w-3xl mx-auto bg-gray-50 p-8 rounded-xl shadow-lg mb-16">
<p class="text-lg font-normal text-gray-700 mb-6">
Inspired by the Just-In-Time (JIT) production philosophy from Toyota,
our Just on Time Video service generates videos exactly when they are
needed. This approach minimizes waste, maximizes efficiency, and
ensures that your video content is always timely and relevant.
</p>
<p class="text-lg font-normal text-gray-700">
Our service is completely automated - you provide the data or content sources, and our AI handles
everything else from video creation to publishing across all major social platforms. No human
intervention required at any stage.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<div class="feature-card bg-white p-8 rounded-xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="text-primary-600 text-4xl mb-6 flex justify-center">
<i class="fas fa-rocket"></i>
</div>
<h5 class="mb-4 text-xl font-bold tracking-tight text-center text-gray-900">
Social Reels
</h5>
<p class="font-normal text-gray-700 text-center">
Transform the latest news into engaging social reels that
captivate your audience. Our system automatically handles creation, uploading, and distribution
across all major social platforms for maximum reach.
</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="text-primary-600 text-4xl mb-6 flex justify-center">
<i class="fa-solid fa-book-open"></i>
</div>
<h5 class="mb-4 text-xl font-bold tracking-tight text-center text-gray-900">
Education
</h5>
<p class="font-normal text-gray-700 text-center">
Enhance learning with visually appealing videos tailored to
specific educational needs, such as visual aids for children learning
vocabulary within the context of their interests.
</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="text-primary-600 text-4xl mb-6 flex justify-center">
<i class="fa-solid fa-chart-pie"></i>
</div>
<h5 class="mb-4 text-xl font-bold tracking-tight text-center text-gray-900">
Marketing & Sales
</h5>
<p class="font-normal text-gray-700 text-center">
Drive sales with personalized video content automatically generated from your product data.
Create custom scenes featuring your offerings to deliver unique and memorable
marketing experiences that convert.
</p>
</div>
</div>
</div>
<!-- Automation Features -->
<div 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">Fully Automated Process</h2>
<p class="text-lg text-center text-gray-600 mb-12 max-w-3xl mx-auto">
Our AI handles every aspect of the video creation and distribution process
</p>
<div class="grid md:grid-cols-2 gap-12 max-w-4xl mx-auto">
<div class="bg-white p-8 rounded-xl shadow-lg">
<h3 class="text-xl font-bold text-gray-900 mb-6 text-center">
<i class="fa-solid fa-brain text-primary-600 mr-2"></i>
AI Content Generation
</h3>
<ul class="space-y-4 text-gray-700">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Automatic data processing from your sources</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Smart content structuring and organization</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Engaging script generation optimized for video</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Automatic image and media asset selection</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Natural voice narration with perfect pronunciation</p>
</li>
</ul>
</div>
<div class="bg-white p-8 rounded-xl shadow-lg">
<h3 class="text-xl font-bold text-gray-900 mb-6 text-center">
<i class="fa-solid fa-share-alt text-primary-600 mr-2"></i>
Automatic Distribution
</h3>
<ul class="space-y-4 text-gray-700">
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Multi-platform publishing to all major social networks</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Optimized titles, descriptions and hashtags for each platform</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Eye-catching thumbnail generation</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Smart scheduling for optimal engagement times</p>
</li>
<li class="flex items-start">
<div class="flex-shrink-0 mt-1">
<div class="flex h-6 w-6 items-center justify-center rounded-full bg-primary-100">
<i class="fa-solid fa-check text-xs text-primary-600"></i>
</div>
</div>
<p class="ml-3">Performance analytics and reporting dashboard</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Industry Use Cases -->
<div class="py-16 px-4 bg-white">
<div class="max-w-screen-xl mx-auto">
<h2 class="text-3xl font-extrabold text-center text-gray-900 mb-6">Industry Solutions</h2>
<p class="text-lg text-center text-gray-600 mb-12 max-w-3xl mx-auto">
See how different industries leverage our Just-on-Time Video technology
</p>
<div class="grid md:grid-cols-3 gap-8">
<div class="feature-card bg-white p-8 rounded-xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="text-primary-600 text-4xl mb-6 flex justify-center">
<i class="fa-solid fa-newspaper"></i>
</div>
<h5 class="mb-4 text-xl font-bold tracking-tight text-center text-gray-900">
News & Media
</h5>
<p class="font-normal text-gray-700 text-center">
Automatically transform written news articles into engaging video content within minutes of publication.
Keep your audience informed with visually compelling news updates.
</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="text-primary-600 text-4xl mb-6 flex justify-center">
<i class="fa-solid fa-home"></i>
</div>
<h5 class="mb-4 text-xl font-bold tracking-tight text-center text-gray-900">
Real Estate
</h5>
<p class="font-normal text-gray-700 text-center">
Convert property listings into professional virtual tours automatically. Enhance property
presentations without hiring videographers or spending hours on editing.
</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="text-primary-600 text-4xl mb-6 flex justify-center">
<i class="fa-solid fa-shopping-cart"></i>
</div>
<h5 class="mb-4 text-xl font-bold tracking-tight text-center text-gray-900">
E-Commerce
</h5>
<p class="font-normal text-gray-700 text-center">
Transform product catalog data into compelling video showcases. Increase conversions by
highlighting features, benefits, and customer reviews with dynamic video content.
</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="text-primary-600 text-4xl mb-6 flex justify-center">
<i class="fa-solid fa-graduation-cap"></i>
</div>
<h5 class="mb-4 text-xl font-bold tracking-tight text-center text-gray-900">
Education
</h5>
<p class="font-normal text-gray-700 text-center">
Convert lesson plans and educational content into engaging video lessons. Create
visual explanations that enhance learning outcomes and student engagement.
</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="text-primary-600 text-4xl mb-6 flex justify-center">
<i class="fa-solid fa-chart-line"></i>
</div>
<h5 class="mb-4 text-xl font-bold tracking-tight text-center text-gray-900">
Financial Services
</h5>
<p class="font-normal text-gray-700 text-center">
Turn market updates, financial reports, and investment insights into clear,
informative videos that help clients understand complex financial concepts.
</p>
</div>
<div class="feature-card bg-white p-8 rounded-xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300">
<div class="text-primary-600 text-4xl mb-6 flex justify-center">
<i class="fa-solid fa-heartbeat"></i>
</div>
<h5 class="mb-4 text-xl font-bold tracking-tight text-center text-gray-900">
Healthcare
</h5>
<p class="font-normal text-gray-700 text-center">
Create patient education videos from health information resources. Improve patient
understanding with visual explanations of procedures, treatments, and health guidance.
</p>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<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">
Experience the Future of Video Production
</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">
With Just on Time Video, you receive content that is not only
high-quality but also perfectly timed to meet your specific needs.
Enhance your engagement, streamline your content strategy, and stay
ahead of the competition with our fully automated AI solutions.
</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-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 with Just on Time Video
</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>