-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
624 lines (593 loc) ยท 40.9 KB
/
index.html
File metadata and controls
624 lines (593 loc) ยท 40.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="The complete observability and control platform for AI agents. Debug, monitor, and scale multi-agent systems with confidence.">
<meta name="theme-color" content="#050505">
<title>ZENTAXA - Full-Stack Observability for AI Agents</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<nav class="container">
<a href="#" class="flex" style="font-weight: 700; font-size: 1.25rem; color: #ffffff;">
<svg width="32" height="32" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="CosmicGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00FFFF;stop-opacity:1" />
<stop offset="50%" style="stop-color:#5E35B1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#283593;stop-opacity:1" />
</linearGradient>
</defs>
<g>
<circle cx="50" cy="50" r="22" fill="url(#CosmicGradient)" />
<circle cx="50" cy="50" r="9" fill="#FFFFFF" />
<path fill="none" stroke="#283593" stroke-width="6" opacity="0.9" stroke-linecap="round"
stroke-linejoin="round" d="M 12 22 C 4 44, 10 72, 40 88 C 70 102, 96 90, 84 50" />
<path fill="none" stroke="url(#CosmicGradient)" stroke-width="8" stroke-linecap="round"
stroke-linejoin="round" d="M 28 30 C 20 55, 26 78, 50 84 C 74 78, 78 55, 68 30" />
<path fill="none" stroke="#00FFFF" stroke-width="4" stroke-linecap="round"
d="M 50 12 A 38 38 0 0 1 88 50" />
</g>
</svg>
ZENTAXA
</a>
<button id="mobile-menu-button" class="btn-outline" aria-label="Toggle menu" aria-expanded="false"
style="padding: 0.5rem; display: none;">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 6h16M4 12h16M4 18h16" />
</svg>
</button>
<div class="nav-links" id="mobile-menu">
<a href="https://www.linkedin.com/in/happy-raj-63a056248/" target="_blank">About Us</a>
</div>
<button class="btn btn-primary" onclick="window.open('https://tally.so/r/worBQx', '_blank')">Book a Demo</button>
</nav>
</header>
<main>
<!-- Hero Section -->
<section class="hero text-center">
<div class="hero-bg"></div>
<div class="container">
<div class="badge mb-4">AgentCore 1.1</div>
<h1>The Observability & Control<br><span class="text-gradient">Platform for AI Agents</span></h1>
<p class="text-lg mb-8" style="margin-left: auto; margin-right: auto;">
Debug, monitor, and scale multi-agent systems. Eliminate blind spots, trace every tool call, and
control costs in real-time.
</p>
<div class="flex justify-center mb-12">
<button class="btn btn-primary" onclick="window.open('https://tally.so/r/QK1b87', '_blank')" style="background: #2563eb; color: #fff; border: 1px solid transparent;">Start Free Trial</button>
<button class="btn btn-primary" onclick="window.open('https://pypi.org/project/zentaxa/', '_blank')" style="background: #2563eb; color: #fff; border: 1px solid transparent;">View
Documentation</button>
</div>
<!-- Hero Visual -->
<div class="visual-container">
<svg viewBox="0 0 800 320" xmlns="http://www.w3.org/2000/svg" style="width: 100%; height: auto;">
<defs>
<linearGradient id="cosmicGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00FFFF;stop-opacity:1" />
<stop offset="50%" style="stop-color:#5E35B1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#283593;stop-opacity:1" />
</linearGradient>
<linearGradient id="frameworkGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#1f2937;stop-opacity:1" />
<stop offset="100%" style="stop-color:#111827;stop-opacity:1" />
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2.5" result="coloredBlur" />
<feMerge>
<feMergeNode in="coloredBlur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<!-- Connecting Lines -->
<g stroke="#5E35B1" stroke-width="1.5" opacity="0.4" fill="none">
<!-- Frameworks to Zentaxa -->
<path d="M 150 60 C 250 60, 250 160, 350 160" />
<path d="M 150 110 C 250 110, 250 160, 350 160" />
<path d="M 150 160 L 350 160" />
<path d="M 150 210 C 250 210, 250 160, 350 160" />
<path d="M 150 260 C 250 260, 250 160, 350 160" />
<!-- Zentaxa to Visualization -->
<path d="M 450 160 L 650 160" stroke-width="3" stroke="#00FFFF" opacity="0.6" />
</g>
<!-- Framework Nodes (Left) -->
<g font-family="sans-serif" font-size="11" text-anchor="middle" fill="#e5e7eb">
<!-- LangChain -->
<rect x="50" y="45" width="100" height="30" rx="15" fill="url(#frameworkGradient)"
stroke="#3b82f6" stroke-width="1" />
<text x="100" y="64">LangChain</text>
<!-- LangGraph -->
<rect x="50" y="95" width="100" height="30" rx="15" fill="url(#frameworkGradient)"
stroke="#3b82f6" stroke-width="1" />
<text x="100" y="114">LangGraph</text>
<!-- CrewAI -->
<rect x="50" y="145" width="100" height="30" rx="15" fill="url(#frameworkGradient)"
stroke="#3b82f6" stroke-width="1" />
<text x="100" y="164">CrewAI</text>
<!-- AutoGen -->
<rect x="50" y="195" width="100" height="30" rx="15" fill="url(#frameworkGradient)"
stroke="#3b82f6" stroke-width="1" />
<text x="100" y="214">AutoGen</text>
<!-- LlamaIndex -->
<rect x="50" y="245" width="100" height="30" rx="15" fill="url(#frameworkGradient)"
stroke="#3b82f6" stroke-width="1" />
<text x="100" y="264">LlamaIndex</text>
</g>
<!-- Zentaxa Core (Middle) -->
<circle cx="400" cy="160" r="50" fill="#1e1b4b" stroke="#6366f1" stroke-width="2" />
<text x="400" y="155" fill="#fff" font-size="14" text-anchor="middle" font-weight="bold"
font-family="sans-serif">ZENTAXA</text>
<text x="400" y="172" fill="#cbd5e1" font-size="10" text-anchor="middle"
font-family="sans-serif">Observability</text>
<!-- Visualization Output (Right) -->
<g transform="translate(650, 120)">
<!-- Dashboard Screen Representation -->
<rect x="0" y="0" width="120" height="80" rx="4" fill="#1e293b" stroke="#10B981"
stroke-width="2" filter="url(#glow)" />
<!-- Header -->
<rect x="5" y="5" width="110" height="10" rx="2" fill="#0f172a" />
<!-- Charts -->
<rect x="5" y="20" width="50" height="30" rx="2" fill="#064e3b" />
<rect x="60" y="20" width="55" height="30" rx="2" fill="#064e3b" />
<!-- List -->
<rect x="5" y="55" width="110" height="5" rx="1" fill="#334155" />
<rect x="5" y="65" width="80" height="5" rx="1" fill="#334155" />
<text x="60" y="100" fill="#10B981" font-size="12" text-anchor="middle"
font-family="sans-serif" font-weight="bold">Visualized Agents</text>
</g>
<!-- Animations -->
<circle cx="0" cy="0" r="3" fill="#00FFFF" filter="url(#glow)">
<animateMotion path="M 150 60 C 250 60, 250 160, 350 160" dur="3s"
repeatCount="indefinite" />
</circle>
<circle cx="0" cy="0" r="3" fill="#00FFFF" filter="url(#glow)">
<animateMotion path="M 150 260 C 250 260, 250 160, 350 160" dur="3s" begin="1.5s"
repeatCount="indefinite" />
</circle>
<circle cx="0" cy="0" r="4" fill="#10B981" filter="url(#glow)">
<animateMotion path="M 450 160 L 650 160" dur="1.5s" repeatCount="indefinite" />
</circle>
</svg>
</div>
</div>
</section>
<!-- Problem Section -->
<section id="problem" class="section">
<div class="container">
<div class="text-center mb-12">
<span class="badge badge-red mb-4">The Problem</span>
<h2>Agent Systems Are <span style="color: var(--error)">Black Boxes</span></h2>
<p style="margin: 0 auto;">You can't fix what you can't see. Silent failures, hallucinations, and
runaway costs are killing your production readiness.</p>
</div>
<div class="grid grid-2">
<div class="card">
<h3 style="color: var(--error)">โ Untraceable hallucinations</h3>
<p>Agents loop indefinitely or fail silently without leaving a trace.</p>
</div>
<div class="card">
<h3 style="color: var(--error)">โ Infinite loops</h3>
<p>One bad prompt loop can cost thousands in API credits overnight.</p>
</div>
<div class="card">
<h3 style="color: var(--error)">โ Opaque token usage</h3>
<p>Debugging involves sifting through gigabytes of unstructured JSON logs.</p>
</div>
<div class="card">
<h3 style="color: var(--error)">โ Production failures</h3>
<p>Production issues are caught by angry users, not your monitoring.</p>
</div>
</div>
</div>
</section>
<!-- Solution Section -->
<section id="solution" class="section">
<div class="container">
<div class="text-center mb-12">
<span class="badge badge-green mb-4">The Solution</span>
<h2>Full-Stack Observability</h2>
<p style="margin: 0 auto;">From raw prompt to final tool execution, see exactly what your agents are
doing.</p>
</div>
<div class="grid grid-3">
<!-- Feature 1 -->
<div class="card">
<div class="mb-4" style="color: var(--primary)">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" />
<path
d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z" />
</svg>
</div>
<h3>Live Agent Tracing</h3>
<p class="text-sm">Watch agents think in real-time. Inspect chain-of-thought, tool
inputs/outputs, and latency per step.</p>
</div>
<!-- Feature 2 -->
<div class="card">
<div class="mb-4" style="color: var(--primary)">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path
d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</div>
<h3>Cost Attribution</h3>
<p class="text-sm">Know exactly which agent, user, or workflow is driving costs. Set limits and
alerts before you burn budget.</p>
</div>
<!-- Feature 3 -->
<div class="card">
<div class="mb-4" style="color: var(--primary)">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="M13 10V3L4 14h7v7l9-11h-7z" />
</svg>
</div>
<h3>Model Agnostic</h3>
<p class="text-sm">Swap models instantly. Unified interface for OpenAI, Anthropic, Gemini, and
open-source LLMs.</p>
</div>
<!-- Feature 4 -->
<div class="card">
<div class="mb-4" style="color: var(--primary)">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</div>
<h3>Anomaly Detection</h3>
<p class="text-sm">Get alerted on hallucinations, loops, and latency spikes. Integrate with
PagerDuty and Slack.</p>
</div>
<!-- Feature 5 -->
<div class="card">
<div class="mb-4" style="color: var(--primary)">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path
d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
</svg>
</div>
<h3>Security</h3>
<p class="text-sm">Standard encryption and secure data handling. Your data is protected.</p>
</div>
<!-- Feature 6 -->
<div class="card">
<div class="mb-4" style="color: var(--primary)">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2">
<path
d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
</svg>
</div>
<h3>Benchmarking</h3>
<p class="text-sm">Compare model performance. A/B test prompts and configurations to optimize
for speed and quality.</p>
</div>
</div>
</div>
</section>
<!-- Cost Section -->
<section id="pricing" class="section">
<div class="container">
<div class="text-center mb-12">
<h2>Unit Economics for AI</h2>
<p style="margin: 0 auto;">Stop guessing where your money is going. Get per-token, per-user, and
per-agent cost breakdowns.</p>
</div>
<div class="grid grid-2">
<div class="card" style="border-color: var(--error); background: rgba(239, 68, 68, 0.05);">
<h3>Before ZENTAXA</h3>
<div class="flex justify-between mb-2 text-sm"><span>GPT-4</span><span>$8,500/mo</span></div>
<div
style="height: 8px; background: #333; border-radius: 4px; overflow: hidden; margin-bottom: 1rem;">
<div style="width: 100%; height: 100%; background: var(--error);"></div>
</div>
<div class="flex justify-between mb-2 text-sm"><span>Claude</span><span>$4,200/mo</span></div>
<div
style="height: 8px; background: #333; border-radius: 4px; overflow: hidden; margin-bottom: 1rem;">
<div style="width: 50%; height: 100%; background: var(--error);"></div>
</div>
<div class="flex justify-between mb-2 text-sm"><span>Gemini</span><span>$2,300/mo</span></div>
<div
style="height: 8px; background: #333; border-radius: 4px; overflow: hidden; margin-bottom: 1rem;">
<div style="width: 30%; height: 100%; background: var(--error);"></div>
</div>
<div class="flex justify-between font-bold"
style="margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(239, 68, 68, 0.2);">
<span>Total</span><span>$15,000</span>
</div>
</div>
<div class="card" style="border-color: var(--success); background: rgba(16, 185, 129, 0.05);">
<h3>With ZENTAXA</h3>
<div class="flex justify-between mb-2 text-sm"><span>GPT-4 (Smart
Routing)</span><span>$3,200/mo</span></div>
<div
style="height: 8px; background: #333; border-radius: 4px; overflow: hidden; margin-bottom: 1rem;">
<div style="width: 40%; height: 100%; background: var(--success);"></div>
</div>
<div class="flex justify-between mb-2 text-sm"><span>Claude
(Auto-fallback)</span><span>$1,800/mo</span></div>
<div
style="height: 8px; background: #333; border-radius: 4px; overflow: hidden; margin-bottom: 1rem;">
<div style="width: 20%; height: 100%; background: var(--success);"></div>
</div>
<div class="flex justify-between mb-2 text-sm"><span>Gemini (Low
Priority)</span><span>$1,000/mo</span></div>
<div
style="height: 8px; background: #333; border-radius: 4px; overflow: hidden; margin-bottom: 1rem;">
<div style="width: 10%; height: 100%; background: var(--success);"></div>
</div>
<div class="flex justify-between font-bold"
style="margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(16, 185, 129, 0.2);">
<span>Total</span><span>$6,000</span>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="section" style="padding: 2rem 0; border-top: 1px solid var(--border); border-bottom: none;">
<div class="container flex justify-between flex-wrap">
<div class="text-sm text-muted">ยฉ 2025 ZENTAXA. All rights reserved.</div>
<div class="flex gap-4 text-sm items-center">
<a href="https://www.linkedin.com/company/zentaxa/?viewAsMember=true" target="_blank"
aria-label="LinkedIn" class="hover:text-white transition-colors">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" />
<rect x="2" y="9" width="4" height="12" />
<circle cx="4" cy="4" r="2" />
</svg>
</a>
<a href="https://discord.gg/Y9eNzbPv" target="_blank" aria-label="Discord"
class="hover:text-white transition-colors">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path
d="M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.419 0 1.334-.956 2.419-2.157 2.419zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.419 0 1.334-.946 2.419-2.157 2.419z" />
</svg>
</a>
<a href="https://x.com/ZZENTAXA" target="_blank" aria-label="X (Twitter)"
class="hover:text-white transition-colors">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
</svg>
</a>
<a href="https://www.instagram.com/zentaxa/" target="_blank" aria-label="Instagram"
class="hover:text-white transition-colors">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0z" />
<path
d="M12 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8z" />
<circle cx="18.406" cy="5.594" r="1.44" />
</svg>
</a>
<span style="color: var(--border)">|</span>
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="mailto:support@zentaxa.me">support@zentaxa.me</a>
</div>
</div>
</footer>
<!-- Demo Modal (Removed) -->
<div id="demo-modal" class="modal-overlay" style="display:none;">
<div class="modal-content">
<span class="close-btn" onclick="closeModal()">โ</span>
<h3 class="mb-4">Get started for free</h3>
<form id="demo-form" style="display:none;">
<input type="text" class="input" placeholder="Full Name" required>
<input type="email" class="input" placeholder="Email" required pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$">
<input type="text" class="input" placeholder="Company Name" required>
<select class="input" required style="appearance: none; -webkit-appearance: none; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23a1a1aa%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'); background-repeat: no-repeat; background-position: right 1rem center; background-size: 0.65em auto; padding-right: 2.5rem;">
<option value="" disabled selected>Select Country</option>
<option value="Afghanistan">๐ฆ๐ซ Afghanistan</option>
<option value="Albania">๐ฆ๐ฑ Albania</option>
<option value="Algeria">๐ฉ๐ฟ Algeria</option>
<option value="Andorra">๐ฆ๐ฉ Andorra</option>
<option value="Angola">๐ฆ๐ด Angola</option>
<option value="Argentina">๐ฆ๐ท Argentina</option>
<option value="Armenia">๐ฆ๐ฒ Armenia</option>
<option value="Australia">๐ฆ๐บ Australia</option>
<option value="Austria">๐ฆ๐น Austria</option>
<option value="Azerbaijan">๐ฆ๐ฟ Azerbaijan</option>
<option value="Bahamas">๐ง๐ธ Bahamas</option>
<option value="Bahrain">๐ง๐ญ Bahrain</option>
<option value="Bangladesh">๐ง๐ฉ Bangladesh</option>
<option value="Barbados">๐ง๐ง Barbados</option>
<option value="Belarus">๐ง๐พ Belarus</option>
<option value="Belgium">๐ง๐ช Belgium</option>
<option value="Belize">๐ง๐ฟ Belize</option>
<option value="Benin">๐ง๐ฏ Benin</option>
<option value="Bhutan">๐ง๐น Bhutan</option>
<option value="Bolivia">๐ง๐ด Bolivia</option>
<option value="Bosnia and Herzegovina">๐ง๐ฆ Bosnia and Herzegovina</option>
<option value="Botswana">๐ง๐ผ Botswana</option>
<option value="Brazil">๐ง๐ท Brazil</option>
<option value="Brunei">๐ง๐ณ Brunei</option>
<option value="Bulgaria">๐ง๐ฌ Bulgaria</option>
<option value="Burkina Faso">๐ง๐ซ Burkina Faso</option>
<option value="Burundi">๐ง๐ฎ Burundi</option>
<option value="Cambodia">๐ฐ๐ญ Cambodia</option>
<option value="Cameroon">๐จ๐ฒ Cameroon</option>
<option value="Canada">๐จ๐ฆ Canada</option>
<option value="Cape Verde">๐จ๐ป Cape Verde</option>
<option value="Central African Republic">๐จ๐ซ Central African Republic</option>
<option value="Chad">๐น๐ฉ Chad</option>
<option value="Chile">๐จ๐ฑ Chile</option>
<option value="China">๐จ๐ณ China</option>
<option value="Colombia">๐จ๐ด Colombia</option>
<option value="Comoros">๐ฐ๐ฒ Comoros</option>
<option value="Congo">๐จ๐ฌ Congo</option>
<option value="Costa Rica">๐จ๐ท Costa Rica</option>
<option value="Croatia">๐ญ๐ท Croatia</option>
<option value="Cuba">๐จ๐บ Cuba</option>
<option value="Cyprus">๐จ๐พ Cyprus</option>
<option value="Czech Republic">๐จ๐ฟ Czech Republic</option>
<option value="Denmark">๐ฉ๐ฐ Denmark</option>
<option value="Djibouti">๐ฉ๐ฏ Djibouti</option>
<option value="Dominica">๐ฉ๐ฒ Dominica</option>
<option value="Dominican Republic">๐ฉ๐ด Dominican Republic</option>
<option value="East Timor">๐น๐ฑ East Timor</option>
<option value="Ecuador">๐ช๐จ Ecuador</option>
<option value="Egypt">๐ช๐ฌ Egypt</option>
<option value="El Salvador">๐ธ๐ป El Salvador</option>
<option value="Equatorial Guinea">๐ฌ๐ถ Equatorial Guinea</option>
<option value="Eritrea">๐ช๐ท Eritrea</option>
<option value="Estonia">๐ช๐ช Estonia</option>
<option value="Ethiopia">๐ช๐น Ethiopia</option>
<option value="Fiji">๐ซ๐ฏ Fiji</option>
<option value="Finland">๐ซ๐ฎ Finland</option>
<option value="France">๐ซ๐ท France</option>
<option value="Gabon">๐ฌ๐ฆ Gabon</option>
<option value="Gambia">๐ฌ๐ฒ Gambia</option>
<option value="Georgia">๐ฌ๐ช Georgia</option>
<option value="Germany">๐ฉ๐ช Germany</option>
<option value="Ghana">๐ฌ๐ญ Ghana</option>
<option value="Greece">๐ฌ๐ท Greece</option>
<option value="Grenada">๐ฌ๐ฉ Grenada</option>
<option value="Guatemala">๐ฌ๐น Guatemala</option>
<option value="Guinea">๐ฌ๐ณ Guinea</option>
<option value="Guinea-Bissau">๐ฌ๐ผ Guinea-Bissau</option>
<option value="Guyana">๐ฌ๐พ Guyana</option>
<option value="Haiti">๐ญ๐น Haiti</option>
<option value="Honduras">๐ญ๐ณ Honduras</option>
<option value="Hungary">๐ญ๐บ Hungary</option>
<option value="Iceland">๐ฎ๐ธ Iceland</option>
<option value="India">๐ฎ๐ณ India</option>
<option value="Indonesia">๐ฎ๐ฉ Indonesia</option>
<option value="Iran">๐ฎ๐ท Iran</option>
<option value="Iraq">๐ฎ๐ถ Iraq</option>
<option value="Ireland">๐ฎ๐ช Ireland</option>
<option value="Israel">๐ฎ๐ฑ Israel</option>
<option value="Italy">๐ฎ๐น Italy</option>
<option value="Jamaica">๐ฏ๐ฒ Jamaica</option>
<option value="Japan">๐ฏ๐ต Japan</option>
<option value="Jordan">๐ฏ๐ด Jordan</option>
<option value="Kazakhstan">๐ฐ๐ฟ Kazakhstan</option>
<option value="Kenya">๐ฐ๐ช Kenya</option>
<option value="Kiribati">๐ฐ๐ฎ Kiribati</option>
<option value="Korea, North">๐ฐ๐ต Korea, North</option>
<option value="Korea, South">๐ฐ๐ท Korea, South</option>
<option value="Kuwait">๐ฐ๐ผ Kuwait</option>
<option value="Kyrgyzstan">๐ฐ๐ฌ Kyrgyzstan</option>
<option value="Laos">๐ฑ๐ฆ Laos</option>
<option value="Latvia">๐ฑ๐ป Latvia</option>
<option value="Lebanon">๐ฑ๐ง Lebanon</option>
<option value="Lesotho">๐ฑ๐ธ Lesotho</option>
<option value="Liberia">๐ฑ๐ท Liberia</option>
<option value="Libya">๐ฑ๐พ Libya</option>
<option value="Liechtenstein">๐ฑ๐ฎ Liechtenstein</option>
<option value="Lithuania">๐ฑ๐น Lithuania</option>
<option value="Luxembourg">๐ฑ๐บ Luxembourg</option>
<option value="Macedonia">๐ฒ๐ฐ Macedonia</option>
<option value="Madagascar">๐ฒ๐ฌ Madagascar</option>
<option value="Malawi">๐ฒ๐ผ Malawi</option>
<option value="Malaysia">๐ฒ๐พ Malaysia</option>
<option value="Maldives">๐ฒ๐ป Maldives</option>
<option value="Mali">๐ฒ๐ฑ Mali</option>
<option value="Malta">๐ฒ๐น Malta</option>
<option value="Marshall Islands">๐ฒ๐ญ Marshall Islands</option>
<option value="Mauritania">๐ฒ๐ท Mauritania</option>
<option value="Mauritius">๐ฒ๐บ Mauritius</option>
<option value="Mexico">๐ฒ๐ฝ Mexico</option>
<option value="Micronesia">๐ซ๐ฒ Micronesia</option>
<option value="Moldova">๐ฒ๐ฉ Moldova</option>
<option value="Monaco">๐ฒ๐จ Monaco</option>
<option value="Mongolia">๐ฒ๐ณ Mongolia</option>
<option value="Montenegro">๐ฒ๐ช Montenegro</option>
<option value="Morocco">๐ฒ๐ฆ Morocco</option>
<option value="Mozambique">๐ฒ๐ฟ Mozambique</option>
<option value="Myanmar">๐ฒ๐ฒ Myanmar</option>
<option value="Namibia">๐ณ๐ฆ Namibia</option>
<option value="Nauru">๐ณ๐ท Nauru</option>
<option value="Nepal">๐ณ๐ต Nepal</option>
<option value="Netherlands">๐ณ๐ฑ Netherlands</option>
<option value="New Zealand">๐ณ๐ฟ New Zealand</option>
<option value="Nicaragua">๐ณ๐ฎ Nicaragua</option>
<option value="Niger">๐ณ๐ช Niger</option>
<option value="Nigeria">๐ณ๐ฌ Nigeria</option>
<option value="Norway">๐ณ๐ด Norway</option>
<option value="Oman">๐ด๐ฒ Oman</option>
<option value="Pakistan">๐ต๐ฐ Pakistan</option>
<option value="Palau">๐ต๐ผ Palau</option>
<option value="Panama">๐ต๐ฆ Panama</option>
<option value="Papua New Guinea">๐ต๐ฌ Papua New Guinea</option>
<option value="Paraguay">๐ต๐พ Paraguay</option>
<option value="Peru">๐ต๐ช Peru</option>
<option value="Philippines">๐ต๐ญ Philippines</option>
<option value="Poland">๐ต๐ฑ Poland</option>
<option value="Portugal">๐ต๐น Portugal</option>
<option value="Qatar">๐ถ๐ฆ Qatar</option>
<option value="Romania">๐ท๐ด Romania</option>
<option value="Russia">๐ท๐บ Russia</option>
<option value="Rwanda">๐ท๐ผ Rwanda</option>
<option value="Saint Kitts and Nevis">๐ฐ๐ณ Saint Kitts and Nevis</option>
<option value="Saint Lucia">๐ฑ๐จ Saint Lucia</option>
<option value="Saint Vincent and the Grenadines">๐ป๐จ Saint Vincent and the Grenadines</option>
<option value="Samoa">๐ผ๐ธ Samoa</option>
<option value="San Marino">๐ธ๐ฒ San Marino</option>
<option value="Sao Tome and Principe">๐ธ๐น Sao Tome and Principe</option>
<option value="Saudi Arabia">๐ธ๐ฆ Saudi Arabia</option>
<option value="Senegal">๐ธ๐ณ Senegal</option>
<option value="Serbia">๐ท๐ธ Serbia</option>
<option value="Seychelles">๐ธ๐จ Seychelles</option>
<option value="Sierra Leone">๐ธ๐ฑ Sierra Leone</option>
<option value="Singapore">๐ธ๐ฌ Singapore</option>
<option value="Slovakia">๐ธ๐ฐ Slovakia</option>
<option value="Slovenia">๐ธ๐ฎ Slovenia</option>
<option value="Solomon Islands">๐ธ๐ง Solomon Islands</option>
<option value="Somalia">๐ธ๐ด Somalia</option>
<option value="South Africa">๐ฟ๐ฆ South Africa</option>
<option value="Spain">๐ช๐ธ Spain</option>
<option value="Sri Lanka">๐ฑ๐ฐ Sri Lanka</option>
<option value="Sudan">๐ธ๐ฉ Sudan</option>
<option value="Suriname">๐ธ๐ท Suriname</option>
<option value="Swaziland">๐ธ๐ฟ Swaziland</option>
<option value="Sweden">๐ธ๐ช Sweden</option>
<option value="Switzerland">๐จ๐ญ Switzerland</option>
<option value="Syria">๐ธ๐พ Syria</option>
<option value="Taiwan">๐น๐ผ Taiwan</option>
<option value="Tajikistan">๐น๐ฏ Tajikistan</option>
<option value="Tanzania">๐น๐ฟ Tanzania</option>
<option value="Thailand">๐น๐ญ Thailand</option>
<option value="Togo">๐น๐ฌ Togo</option>
<option value="Tonga">๐น๐ด Tonga</option>
<option value="Trinidad and Tobago">๐น๐น Trinidad and Tobago</option>
<option value="Tunisia">๐น๐ณ Tunisia</option>
<option value="Turkey">๐น๐ท Turkey</option>
<option value="Turkmenistan">๐น๐ฒ Turkmenistan</option>
<option value="Tuvalu">๐น๐ป Tuvalu</option>
<option value="Uganda">๐บ๐ฌ Uganda</option>
<option value="Ukraine">๐บ๐ฆ Ukraine</option>
<option value="United Arab Emirates">๐ฆ๐ช United Arab Emirates</option>
<option value="United Kingdom">๐ฌ๐ง United Kingdom</option>
<option value="United States">๐บ๐ธ United States</option>
<option value="Uruguay">๐บ๐พ Uruguay</option>
<option value="Uzbekistan">๐บ๐ฟ Uzbekistan</option>
<option value="Vanuatu">๐ป๐บ Vanuatu</option>
<option value="Vatican City">๐ป๐ฆ Vatican City</option>
<option value="Venezuela">๐ป๐ช Venezuela</option>
<option value="Vietnam">๐ป๐ณ Vietnam</option>
<option value="Yemen">๐พ๐ช Yemen</option>
<option value="Zambia">๐ฟ๐ฒ Zambia</option>
<option value="Zimbabwe">๐ฟ๐ผ Zimbabwe</option>
</select>
<button type="submit" class="btn btn-primary" style="width: 100%">Submit</button>
</form>
</div>
</div>
<script src="script.js"></script>
</body>
</html>