-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
746 lines (721 loc) · 50.5 KB
/
index.html
File metadata and controls
746 lines (721 loc) · 50.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vantagics (万策) - AI-Powered Enterprise Data Analysis Platform</title>
<meta name="description" content="Vantagics (万策): Transform raw data into actionable insights with AI. Zero-code analytics, multi-source integration, and professional reporting. See Beyond. Decide Better.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style-tech.css">
</head>
<body>
<header>
<nav>
<div class="logo">
<span class="logo-en">Vantagics</span>
<span class="logo-cn">万策</span>
</div>
<ul>
<li><a href="#deployment" data-lang-key="nav_deployment">Deployment</a></li>
<li><a href="#marketplace" data-lang-key="nav_marketplace">Marketplace</a></li>
<li><a href="#features" data-lang-key="nav_features">Features</a></li>
<li><a href="#advantages" data-lang-key="nav_advantage">Advantages</a></li>
<li><a href="#quick-start" data-lang-key="nav_quick_start">Quick Start</a></li>
<li><button id="lang-switcher">中文</button></li>
</ul>
</nav>
</header>
<main>
<!-- Hero Section -->
<section class="hero">
<div class="hero-bg-pattern"></div>
<div class="hero-particles">
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
</div>
<div class="hero-content">
<div class="hero-badge">
<span class="badge-dot"></span>
<span data-lang-key="hero_badge">AI-Powered Data Analysis</span>
</div>
<h1 data-lang-key="hero_title">Vantagics</h1>
<p class="hero-tagline" data-lang-key="hero_subtitle">Transform Raw Data into Actionable Insights</p>
<div class="hero-slogans">
<p class="hero-slogan">See Beyond. Decide Better.</p>
<p class="hero-slogan-cn">于万千数据中,定最优之策。</p>
</div>
<div class="hero-cta-group">
<a href="#quick-start" class="cta-button cta-primary" data-lang-key="hero_cta">Get Started</a>
<a href="#features" class="cta-button cta-secondary">Learn More</a>
</div>
<div class="hero-stats">
<div class="stat-item">
<span class="stat-value">10K+</span>
<span class="stat-label" data-lang-key="stat_users">Active Users</span>
</div>
<div class="stat-divider"></div>
<div class="stat-item">
<span class="stat-value">50+</span>
<span class="stat-label">Industries</span>
</div>
<div class="stat-divider"></div>
<div class="stat-item">
<span class="stat-value">99.9%</span>
<span class="stat-label">Accuracy</span>
</div>
</div>
</div>
<div class="hero-visual">
<div class="app-mockup">
<div class="mockup-header">
<div class="mockup-dots">
<span></span><span></span><span></span>
</div>
<div class="mockup-title">Vantagics - AI Data Assistant</div>
</div>
<div class="mockup-content">
<div class="mockup-sidebar">
<div class="sidebar-item active">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 3v18h18"/><path d="M18 17V9"/><path d="M13 17V5"/><path d="M8 17v-3"/></svg>
</div>
<div class="sidebar-item">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="M21 21l-4.35-4.35"/></svg>
</div>
<div class="sidebar-item">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2"/><path d="M3 9h18"/><path d="M9 21V9"/></svg>
</div>
<div class="sidebar-item">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
</div>
</div>
<div class="mockup-main">
<div class="chat-container">
<div class="chat-message user">
<div class="message-avatar"></div>
<div class="message-content">
<p>Show me the sales trend for Q4 2025</p>
</div>
</div>
<div class="chat-message ai">
<div class="message-avatar ai-avatar">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
</div>
<div class="message-content">
<p>Here's the Q4 2025 sales analysis:</p>
<div class="mini-chart">
<svg viewBox="0 0 120 60" class="chart-svg">
<defs>
<linearGradient id="chartGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#6366F1;stop-opacity:0.3" />
<stop offset="100%" style="stop-color:#6366F1;stop-opacity:0" />
</linearGradient>
</defs>
<path d="M5,50 L25,45 L45,35 L65,40 L85,25 L105,20 L115,15 V55 H5 Z" fill="url(#chartGrad)" stroke="#6366F1" stroke-width="2"/>
<path d="M5,50 L25,45 L45,35 L65,40 L85,25 L105,20 L115,15" fill="none" stroke="#6366F1" stroke-width="2"/>
<circle cx="25" cy="45" r="3" fill="#6366F1"/>
<circle cx="45" cy="35" r="3" fill="#6366F1"/>
<circle cx="65" cy="40" r="3" fill="#6366F1"/>
<circle cx="85" cy="25" r="3" fill="#6366F1"/>
<circle cx="105" cy="20" r="3" fill="#6366F1"/>
</svg>
</div>
<p class="insight-text">Sales increased by <strong>23%</strong> compared to Q3. Peak in December with $2.4M revenue.</p>
</div>
</div>
</div>
<div class="input-area">
<div class="input-box">
<span>Ask anything about your data...</span>
</div>
</div>
</div>
</div>
</div>
<div class="floating-cards">
<div class="float-card card-1">
<div class="card-icon-small">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></svg>
</div>
<div class="card-text">
<span class="card-value">+23%</span>
<span class="card-label">Sales Growth</span>
</div>
</div>
<div class="float-card card-2">
<div class="card-icon-small success">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
</div>
<div class="card-text">
<span class="card-value">99.9%</span>
<span class="card-label">Accuracy</span>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Marketplace Section -->
<section id="marketplace" class="marketplace-section">
<div class="marketplace-badge" data-lang-key="marketplace_badge">Professional Marketplace</div>
<h2 data-lang-key="marketplace_title">分析技能包市场</h2>
<p class="marketplace-slogan" data-lang-key="marketplace_slogan">行业智慧,一键共享</p>
<div class="marketplace-grid">
<div class="marketplace-card expert-card">
<div class="card-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>
</div>
<h3 data-lang-key="expert_title">行业专家</h3>
<p data-lang-key="expert_desc">使用LLM驱动的智能分析平台,生成个性化分析结果</p>
<ul class="expert-features">
<li data-lang-key="expert_1">AI 智能分析</li>
<li data-lang-key="expert_2">自动提炼分析流程</li>
<li data-lang-key="expert_3">一键发布到市场</li>
</ul>
<div class="expert-benefit">
<span class="benefit-label" data-lang-key="expert_benefit_label">收益</span>
<span class="benefit-value" data-lang-key="expert_benefit">智慧财产化,持续收入</span>
</div>
</div>
<div class="marketplace-card vs-card">
<div class="vs-divider">
<span data-lang-key="vs_text">VS</span>
</div>
</div>
<div class="marketplace-card novice-card">
<div class="card-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
</div>
<h3 data-lang-key="novice_title">业务新手</h3>
<p data-lang-key="novice_desc">无需专业知识,一键下载分析技能包,快速提升业务能力</p>
<ul class="novice-features">
<li data-lang-key="novice_1">无需专家知识</li>
<li data-lang-key="novice_2">一键下载分析</li>
<li data-lang-key="novice_3">快速获得洞察</li>
<li data-lang-key="novice_4">完全离线处理</li>
</ul>
<div class="security-badge">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg>
<span data-lang-key="security_note">数据本地处理,无泄露风险</span>
</div>
<div class="novice-benefit">
<span class="benefit-label" data-lang-key="novice_benefit_label">收获</span>
<span class="benefit-value" data-lang-key="novice_benefit">专业知识瞬间掌握</span>
</div>
</div>
</div>
<div class="marketplace-stats">
<div class="stat-item">
<div class="stat-number">1000+</div>
<div class="stat-label" data-lang-key="stat_1">精品分析技能包</div>
</div>
<div class="stat-divider"></div>
<div class="stat-item">
<div class="stat-number">50+</div>
<div class="stat-label" data-lang-key="stat_2">行业领域</div>
</div>
<div class="stat-divider"></div>
<div class="stat-item">
<div class="stat-number">10K+</div>
<div class="stat-label" data-lang-key="stat_3">活跃用户</div>
</div>
</div>
<a href="https://market.vantagics.com" class="marketplace-cta" data-lang-key="marketplace_cta" target="_blank" rel="noopener noreferrer">加入专业市场</a>
</section>
<!-- Deployment Options Section -->
<section id="deployment" class="deployment-section">
<div class="deployment-badge" data-lang-key="deployment_badge">Deployment Options</div>
<h2 data-lang-key="deployment_title">选择最适合您的部署方式</h2>
<p class="deployment-slogan" data-lang-key="deployment_slogan">灵活部署,满足不同规模与需求</p>
<div class="deployment-grid">
<!-- Quick Analysis - For Beginners -->
<div class="deployment-card deployment-card-novice">
<div class="card-badge" data-lang-key="deployment_novice_badge">新手推荐</div>
<div class="deployment-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/></svg>
</div>
<h3 data-lang-key="deployment_novice_title">快捷分析版</h3>
<p class="deployment-target" data-lang-key="deployment_novice_target">适合新手 / 小型团队</p>
<ul class="deployment-features">
<li data-lang-key="deployment_novice_1">下载即用,无需配置</li>
<li data-lang-key="deployment_novice_2">完全本地处理,数据不出本地</li>
<li data-lang-key="deployment_novice_3">一键下载分析技能包</li>
<li data-lang-key="deployment_novice_4">无需 AI API Key</li>
</ul>
<div class="deployment-price">
<span class="price-label" data-lang-key="deployment_price_label">价格</span>
<span class="price-value" data-lang-key="deployment_novice_price">免费</span>
</div>
<a href="#quick-start" class="deployment-cta" data-lang-key="deployment_novice_cta">立即开始</a>
</div>
<!-- Advanced - For Experts -->
<div class="deployment-card deployment-card-expert">
<div class="card-badge card-badge-highlight" data-lang-key="deployment_expert_badge">专家首选</div>
<div class="deployment-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>
</div>
<h3 data-lang-key="deployment_expert_title">联网高级版</h3>
<p class="deployment-target" data-lang-key="deployment_expert_target">适合专家 / 进阶用户</p>
<ul class="deployment-features">
<li data-lang-key="deployment_expert_1">接入 LLM API,更强分析能力</li>
<li data-lang-key="deployment_expert_2">实时联网数据查询</li>
<li data-lang-key="deployment_expert_3">自定义分析流程</li>
<li data-lang-key="deployment_expert_4">发布分析技能包到市场</li>
</ul>
<div class="deployment-price">
<span class="price-label" data-lang-key="deployment_price_label">价格</span>
<span class="price-value" data-lang-key="deployment_expert_price">¥399 起</span>
</div>
<a href="#quick-start" class="deployment-cta deployment-cta-primary" data-lang-key="deployment_expert_cta">立即升级</a>
</div>
<!-- Enterprise - Private Deployment -->
<div class="deployment-card deployment-card-enterprise">
<div class="card-badge" data-lang-key="deployment_enterprise_badge">企业专属</div>
<div class="deployment-icon">
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
</div>
<h3 data-lang-key="deployment_enterprise_title">私有部署版</h3>
<p class="deployment-target" data-lang-key="deployment_enterprise_target">适合大企业 / 金融机构</p>
<ul class="deployment-features">
<li data-lang-key="deployment_enterprise_1">完全私有化部署</li>
<li data-lang-key="deployment_enterprise_2">支持本地 LLM</li>
<li data-lang-key="deployment_enterprise_3">企业级安全与合规</li>
<li data-lang-key="deployment_enterprise_4">专属技术支持</li>
</ul>
<div class="deployment-price">
<span class="price-label" data-lang-key="deployment_price_label">价格</span>
<span class="price-value" data-lang-key="deployment_enterprise_price">联系我们</span>
</div>
<a href="mailto:customer@vantagics.com" class="deployment-cta" data-lang-key="deployment_enterprise_cta">联系我们</a>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features">
<h2 data-lang-key="features_title">Core Features</h2>
<p class="section-subtitle" data-lang-key="features_subtitle">Powerful AI-driven capabilities to transform your data workflow</p>
<div class="feature-grid">
<div class="feature-item">
<div class="feature-visual">
<svg viewBox="0 0 100 60" class="feature-preview">
<rect x="5" y="35" width="12" height="20" rx="2" fill="#6366F1" opacity="0.8"/>
<rect x="22" y="25" width="12" height="30" rx="2" fill="#818CF8" opacity="0.8"/>
<rect x="39" y="15" width="12" height="40" rx="2" fill="#6366F1" opacity="0.8"/>
<rect x="56" y="20" width="12" height="35" rx="2" fill="#818CF8" opacity="0.8"/>
<rect x="73" y="10" width="12" height="45" rx="2" fill="#6366F1" opacity="0.8"/>
<path d="M11 35 Q50 5 89 10" stroke="#8B5CF6" stroke-width="2" fill="none" stroke-dasharray="4 2"/>
</svg>
</div>
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="3"/><path d="M12 1v2m0 18v2M4.22 4.22l1.42 1.42m12.72 12.72 1.42 1.42M1 12h2m18 0h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/></svg>
</div>
<h3 data-lang-key="feature_1_title">AI Data Assistant</h3>
<p data-lang-key="feature_1_desc">Natural language queries with multi-turn conversation. AI understands your intent and provides precise analysis.</p>
</div>
<div class="feature-item">
<div class="feature-visual">
<svg viewBox="0 0 100 60" class="feature-preview">
<circle cx="25" cy="30" r="12" fill="#6366F1" opacity="0.3" stroke="#6366F1" stroke-width="2"/>
<circle cx="50" cy="30" r="12" fill="#818CF8" opacity="0.3" stroke="#818CF8" stroke-width="2"/>
<circle cx="75" cy="30" r="12" fill="#A5B4FC" opacity="0.3" stroke="#A5B4FC" stroke-width="2"/>
<line x1="25" y1="30" x2="50" y2="30" stroke="#6366F1" stroke-width="2" stroke-dasharray="3 2"/>
<line x1="50" y1="30" x2="75" y2="30" stroke="#818CF8" stroke-width="2" stroke-dasharray="3 2"/>
<rect x="15" y="48" width="20" height="8" rx="2" fill="#E0E7FF"/>
<rect x="40" y="48" width="20" height="8" rx="2" fill="#E0E7FF"/>
<rect x="65" y="48" width="20" height="8" rx="2" fill="#E0E7FF"/>
</svg>
</div>
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><polyline points="3.27 6.96 12 12.01 20.73 6.96"/><line x1="12" y1="22.08" x2="12" y2="12"/></svg>
</div>
<h3 data-lang-key="feature_2_title">Multi-Source Integration</h3>
<p data-lang-key="feature_2_desc">Connect to files, databases, cloud warehouses, and e-commerce platforms seamlessly.</p>
</div>
<div class="feature-item">
<div class="feature-visual">
<svg viewBox="0 0 100 60" class="feature-preview">
<circle cx="30" cy="30" r="15" fill="none" stroke="#6366F1" stroke-width="2" stroke-dasharray="4 2"/>
<circle cx="70" cy="30" r="15" fill="none" stroke="#818CF8" stroke-width="2" stroke-dasharray="4 2"/>
<circle cx="30" cy="30" r="4" fill="#6366F1"/>
<circle cx="70" cy="30" r="4" fill="#818CF8"/>
<line x1="40" y1="25" x2="60" y2="25" stroke="#A5B4FC" stroke-width="2"/>
<line x1="40" y1="30" x2="60" y2="30" stroke="#A5B4FC" stroke-width="2"/>
<line x1="40" y1="35" x2="60" y2="35" stroke="#A5B4FC" stroke-width="2"/>
<path d="M25 50 L30 45 L35 48 L40 42 L45 46 L50 40" stroke="#10B981" stroke-width="2" fill="none"/>
<circle cx="45" cy="46" r="2" fill="#10B981"/>
</svg>
</div>
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"/><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"/></svg>
</div>
<h3 data-lang-key="feature_3_title">Smart Insights</h3>
<p data-lang-key="feature_3_desc">AI analyzes data structure, quality, and patterns. Discover hidden correlations and anomalies.</p>
</div>
<div class="feature-item">
<div class="feature-visual">
<svg viewBox="0 0 100 60" class="feature-preview">
<rect x="5" y="20" width="20" height="35" rx="2" fill="#EEF2FF"/>
<rect x="8" y="25" width="14" height="4" rx="1" fill="#6366F1"/>
<rect x="8" y="32" width="14" height="4" rx="1" fill="#818CF8"/>
<rect x="8" y="39" width="10" height="4" rx="1" fill="#A5B4FC"/>
<rect x="35" y="15" width="25" height="20" rx="2" fill="#E0E7FF"/>
<circle cx="47" cy="25" r="6" fill="#6366F1" opacity="0.3"/>
<path d="M40 35 L47 28 L54 32 L60 25" stroke="#6366F1" stroke-width="2" fill="none"/>
<circle cx="47" cy="28" r="2" fill="#6366F1"/>
<circle cx="54" cy="32" r="2" fill="#6366F1"/>
<circle cx="60" cy="25" r="2" fill="#6366F1"/>
<rect x="70" y="20" width="25" height="35" rx="2" fill="#EEF2FF"/>
<line x1="75" y1="30" x2="90" y2="30" stroke="#818CF8" stroke-width="3"/>
<line x1="75" y1="38" x2="85" y2="38" stroke="#818CF8" stroke-width="3"/>
<line x1="75" y1="46" x2="88" y2="46" stroke="#818CF8" stroke-width="3"/>
</svg>
</div>
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="18" y1="20" x2="18" y2="10"/><line x1="12" y1="20" x2="12" y2="4"/><line x1="6" y1="20" x2="6" y2="14"/></svg>
</div>
<h3 data-lang-key="feature_4_title">Rich Visualization</h3>
<p data-lang-key="feature_4_desc">Create dashboards with drag-and-drop. Interactive charts with real-time data refresh.</p>
</div>
<div class="feature-item">
<div class="feature-visual">
<svg viewBox="0 0 100 60" class="feature-preview">
<rect x="5" y="10" width="25" height="35" rx="2" fill="#FFF" stroke="#E0E7FF" stroke-width="1"/>
<line x1="10" y1="18" x2="25" y2="18" stroke="#6366F1" stroke-width="2"/>
<line x1="10" y1="25" x2="22" y2="25" stroke="#818CF8" stroke-width="2"/>
<rect x="10" y="30" width="15" height="10" rx="1" fill="#EEF2FF"/>
<text x="12" y="38" font-size="6" fill="#6366F1">PDF</text>
<rect x="38" y="10" width="25" height="35" rx="2" fill="#FFF" stroke="#E0E7FF" stroke-width="1"/>
<rect x="43" y="15" width="15" height="3" rx="1" fill="#6366F1"/>
<rect x="43" y="21" width="15" height="3" rx="1" fill="#818CF8"/>
<rect x="43" y="27" width="12" height="3" rx="1" fill="#A5B4FC"/>
<circle cx="50" cy="36" r="6" fill="none" stroke="#10B981" stroke-width="2"/>
<polyline points="47,36 49,38 53,34" stroke="#10B981" stroke-width="2" fill="none"/>
<rect x="71" y="10" width="25" height="35" rx="2" fill="#FFF" stroke="#E0E7FF" stroke-width="1"/>
<rect x="76" y="15" width="8" height="12" rx="1" fill="#6366F1" opacity="0.5"/>
<rect x="86" y="18" width="8" height="9" rx="1" fill="#818CF8" opacity="0.5"/>
<rect x="76" y="30" width="15" height="3" rx="1" fill="#A5B4FC"/>
</svg>
</div>
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>
</div>
<h3 data-lang-key="feature_5_title">Report Export</h3>
<p data-lang-key="feature_5_desc">Export to PDF, Word, Excel, and PowerPoint with professional layouts.</p>
</div>
<div class="feature-item">
<div class="feature-visual">
<svg viewBox="0 0 100 60" class="feature-preview">
<rect x="10" y="15" width="35" height="30" rx="4" fill="#EEF2FF" stroke="#6366F1" stroke-width="1"/>
<polygon points="27,20 35,28 20,28" fill="#6366F1"/>
<circle cx="27" cy="35" r="3" fill="#818CF8"/>
<rect x="55" y="15" width="35" height="30" rx="4" fill="#ECFDF5" stroke="#10B981" stroke-width="1"/>
<circle cx="72" cy="25" r="5" fill="#10B981" opacity="0.3"/>
<circle cx="72" cy="25" r="3" fill="#10B981"/>
<rect x="65" y="32" width="14" height="3" rx="1" fill="#059669"/>
<circle cx="27" cy="50" r="4" fill="#6366F1" opacity="0.3"/>
<circle cx="42" cy="50" r="4" fill="#818CF8" opacity="0.3"/>
<circle cx="57" cy="50" r="4" fill="#A5B4FC" opacity="0.3"/>
<circle cx="72" cy="50" r="4" fill="#10B981" opacity="0.3"/>
<circle cx="87" cy="50" r="4" fill="#059669" opacity="0.3"/>
<rect x="55" y="42" width="35" height="12" rx="3" fill="#F0FDF4" stroke="#10B981" stroke-width="1" stroke-dasharray="2 2"/>
<text x="65" y="51" font-size="7" fill="#059669">MCP Ready</text>
</svg>
</div>
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>
</div>
<h3 data-lang-key="feature_6_title">Skills Marketplace</h3>
<p data-lang-key="feature_6_desc">Built-in analysis skills ready to use. Supports Anthropic Skills and MCP protocol.</p>
</div>
</div>
</section>
<!-- Advantages Section -->
<section id="advantages" class="alt-bg">
<h2 data-lang-key="advantage_title">Why Vantagics</h2>
<p class="section-subtitle" data-lang-key="advantage_subtitle">Built for modern teams who demand excellence</p>
<div class="advantage-grid">
<div class="advantage-item">
<div class="advantage-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20 6L9 17l-5-5"/></svg>
</div>
<div class="advantage-number">01</div>
<h3 data-lang-key="advantage_1_title">Zero-Code</h3>
<p data-lang-key="advantage_1_desc">No technical background required. Perform deep data analysis without writing code.</p>
</div>
<div class="advantage-item">
<div class="advantage-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2L2 7l10 5 10-5-10-5z"/><path d="M2 17l10 5 10-5"/><path d="M2 12l10 5 10-5"/></svg>
</div>
<div class="advantage-number">02</div>
<h3 data-lang-key="advantage_2_title">AI-Driven</h3>
<p data-lang-key="advantage_2_desc">Beyond visualization—get actionable insights powered by advanced AI.</p>
</div>
<div class="advantage-item">
<div class="advantage-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg>
</div>
<div class="advantage-number">03</div>
<h3 data-lang-key="advantage_3_title">Enterprise Ready</h3>
<p data-lang-key="advantage_3_desc">Seamless integration with cloud data warehouses and SaaS platforms.</p>
</div>
<div class="advantage-item">
<div class="advantage-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
</div>
<div class="advantage-number">04</div>
<h3 data-lang-key="advantage_4_title">Privacy First</h3>
<p data-lang-key="advantage_4_desc">Local data storage ensures compliance with data privacy regulations.</p>
</div>
</div>
</section>
<!-- Comparison Section -->
<section id="comparison" class="alt-bg">
<h2 data-lang-key="comparison_title">Competitive Edge</h2>
<p class="section-subtitle" data-lang-key="comparison_subtitle">See how we stack up against traditional tools</p>
<div class="comparison-grid">
<div class="comparison-card">
<div class="comparison-card-header">
<div class="comparison-card-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"/><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"/></svg>
</div>
<span class="comparison-dimension" data-lang-key="comparison_1_learn">Learning Curve</span>
</div>
<div class="comparison-card-body">
<div class="comparison-option">
<span class="comparison-label">Traditional BI</span>
<span class="comparison-value comparison-value-bad" data-lang-key="comparison_1_learn_trad">High</span>
<p class="comparison-text">Weeks of training required</p>
</div>
<div class="comparison-vs">vs</div>
<div class="comparison-option">
<span class="comparison-label">Vantagics</span>
<span class="comparison-value comparison-value-good" data-lang-key="comparison_1_learn_rapid">Zero Barrier</span>
<p class="comparison-text">Start in 5 minutes</p>
</div>
</div>
</div>
<div class="comparison-card">
<div class="comparison-card-header">
<div class="comparison-card-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg>
</div>
<span class="comparison-dimension" data-lang-key="comparison_1_deploy">Deployment</span>
</div>
<div class="comparison-card-body">
<div class="comparison-option">
<span class="comparison-label">Traditional BI</span>
<span class="comparison-value comparison-value-bad" data-lang-key="comparison_1_deploy_trad">Complex</span>
<p class="comparison-text">Server infrastructure needed</p>
</div>
<div class="comparison-vs">vs</div>
<div class="comparison-option">
<span class="comparison-label">Vantagics</span>
<span class="comparison-value comparison-value-good" data-lang-key="comparison_1_deploy_rapid">Desktop Ready</span>
<p class="comparison-text">Download & install instantly</p>
</div>
</div>
</div>
<div class="comparison-card">
<div class="comparison-card-header">
<div class="comparison-card-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2L2 7l10 5 10-5-10-5z"/><path d="M2 17l10 5 10-5"/><path d="M2 12l10 5 10-5"/></svg>
</div>
<span class="comparison-dimension" data-lang-key="comparison_1_ai">AI Capability</span>
</div>
<div class="comparison-card-body">
<div class="comparison-option">
<span class="comparison-label">Traditional BI</span>
<span class="comparison-value comparison-value-bad" data-lang-key="comparison_1_ai_trad">Limited</span>
<p class="comparison-text">Basic charts only</p>
</div>
<div class="comparison-vs">vs</div>
<div class="comparison-option">
<span class="comparison-label">Vantagics</span>
<span class="comparison-value comparison-value-good" data-lang-key="comparison_1_ai_rapid">Native & Integrated</span>
<p class="comparison-text">Full AI-powered insights</p>
</div>
</div>
</div>
<div class="comparison-card">
<div class="comparison-card-header">
<div class="comparison-card-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
</div>
<span class="comparison-dimension" data-lang-key="comparison_2_sec">Data Security</span>
</div>
<div class="comparison-card-body">
<div class="comparison-option">
<span class="comparison-label">Traditional BI</span>
<span class="comparison-value comparison-value-bad" data-lang-key="comparison_2_sec_gen">Cloud Upload</span>
<p class="comparison-text">Data leaves your premises</p>
</div>
<div class="comparison-vs">vs</div>
<div class="comparison-option">
<span class="comparison-label">Vantagics</span>
<span class="comparison-value comparison-value-good" data-lang-key="comparison_2_sec_rapid">Local Processing</span>
<p class="comparison-text">100% data privacy</p>
</div>
</div>
</div>
<div class="comparison-card">
<div class="comparison-card-header">
<div class="comparison-card-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21.21 15.89A10 10 0 1 1 8 2.83"/><path d="M22 12A10 10 0 0 0 12 2v10z"/></svg>
</div>
<span class="comparison-dimension" data-lang-key="comparison_2_scale">Data Scale</span>
</div>
<div class="comparison-card-body">
<div class="comparison-option">
<span class="comparison-label">Traditional BI</span>
<span class="comparison-value comparison-value-bad" data-lang-key="comparison_2_scale_gen">Token Limited</span>
<p class="comparison-text">Restricted by AI context</p>
</div>
<div class="comparison-vs">vs</div>
<div class="comparison-option">
<span class="comparison-label">Vantagics</span>
<span class="comparison-value comparison-value-good" data-lang-key="comparison_2_scale_rapid">Full Dataset</span>
<p class="comparison-text">Analyze unlimited data</p>
</div>
</div>
</div>
<div class="comparison-card">
<div class="comparison-card-header">
<div class="comparison-card-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"/></svg>
</div>
<span class="comparison-dimension" data-lang-key="comparison_1_cost">Cost</span>
</div>
<div class="comparison-card-body">
<div class="comparison-option">
<span class="comparison-label">Traditional BI</span>
<span class="comparison-value comparison-value-bad" data-lang-key="comparison_1_cost_trad">Enterprise License</span>
<p class="comparison-text">$10K+ per year</p>
</div>
<div class="comparison-vs">vs</div>
<div class="comparison-option">
<span class="comparison-label">Vantagics</span>
<span class="comparison-value comparison-value-good" data-lang-key="comparison_1_cost_rapid">Affordable</span>
<p class="comparison-text">One-time purchase</p>
</div>
</div>
</div>
</div>
</section>
<!-- Use Cases Section -->
<section id="use-cases" class="alt-bg">
<h2 data-lang-key="use_cases_title">Use Cases</h2>
<p class="section-subtitle" data-lang-key="use_cases_subtitle">Versatile solutions for every industry</p>
<div class="use-cases-grid">
<div class="use-case-item">
<div class="use-case-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"/><line x1="3" y1="6" x2="21" y2="6"/><path d="M16 10a4 4 0 0 1-8 0"/></svg>
</div>
<h3 data-lang-key="use_case_ecommerce_title">E-commerce</h3>
<p data-lang-key="use_case_ecommerce_desc">Sales analysis, user behavior, marketing effectiveness</p>
</div>
<div class="use-case-item">
<div class="use-case-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"/></svg>
</div>
<h3 data-lang-key="use_case_finance_title">Finance & Banking</h3>
<p data-lang-key="use_case_finance_desc">Market data, portfolio analysis, risk assessment, regulatory reporting</p>
<div class="use-case-tags">
<span class="tag-small">Bloomberg</span>
<span class="tag-small">LSEG</span>
<span class="tag-small">Alpha Vantage</span>
</div>
</div>
<div class="use-case-item">
<div class="use-case-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg>
</div>
<h3 data-lang-key="use_case_product_title">Product</h3>
<p data-lang-key="use_case_product_desc">Retention analysis, feature usage, A/B testing</p>
</div>
<div class="use-case-item">
<div class="use-case-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"/></svg>
</div>
<h3 data-lang-key="use_case_project_title">Project</h3>
<p data-lang-key="use_case_project_desc">Time tracking, task completion, team efficiency</p>
</div>
</div>
</section>
<!-- Quick Start Section -->
<section id="quick-start">
<h2 data-lang-key="quick_start_title">Quick Start</h2>
<div class="quick-start-grid">
<div class="quick-start-item">
<div class="quick-start-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
</div>
<div class="step-number">1</div>
<h3 data-lang-key="quick_1_title">Download</h3>
<p data-lang-key="quick_1">Install Vantagics on your device.</p>
</div>
<div class="quick-start-item">
<div class="quick-start-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M18 20V10"/><path d="M12 20V4"/><path d="M6 20v-6"/></svg>
</div>
<div class="step-number">2</div>
<h3 data-lang-key="quick_2_title">Connect</h3>
<p data-lang-key="quick_2">Import files or connect to databases.</p>
</div>
<div class="quick-start-item">
<div class="quick-start-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>
</div>
<div class="step-number">3</div>
<h3 data-lang-key="quick_3_title">Ask</h3>
<p data-lang-key="quick_3">Query data in natural language.</p>
</div>
<div class="quick-start-item">
<div class="quick-start-icon">
<svg width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></svg>
</div>
<div class="step-number">4</div>
<h3 data-lang-key="quick_4_title">Insights</h3>
<p data-lang-key="quick_4">Get analysis and visualizations instantly.</p>
</div>
</div>
<div class="quick-start-connector">
<svg viewBox="0 0 400 20" preserveAspectRatio="none">
<path d="M0,10 Q100,0 200,10 T400,10" stroke="#6366F1" stroke-width="2" fill="none" stroke-dasharray="6 4" opacity="0.5"/>
</svg>
</div>
<div class="download-section">
<h3 data-lang-key="download_title">Ready to Get Started?</h3>
<p data-lang-key="download_desc">Download Vantagics and transform your data analysis workflow today.</p>
<a href="https://github.com/Vantagics/Vantagics/releases" class="download-button" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
<polyline points="7 10 12 15 17 10"/>
<line x1="12" y1="15" x2="12" y2="3"/>
</svg>
<span data-lang-key="download_button">Download Now</span>
</a>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-logo">
<span class="logo-en">Vantagics</span>
<span class="logo-cn">万策</span>
</div>
<p class="footer-slogan" data-lang-key="footer_slogan">See Beyond. Decide Better.</p>
<p class="footer-slogan-cn">于万千数据中,定最优之策。</p>
<p class="footer-contact">
<a href="mailto:customer@vantagics.com">customer@vantagics.com</a>
</p>
<p class="footer-copyright" data-lang-key="footer_copyright">© 2026 Vantagics. All Rights Reserved.</p>
</div>
</footer>
<script src="translations.js"></script>
<script src="script.js"></script>
</body>
</html>