-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (53 loc) · 2.98 KB
/
index.html
File metadata and controls
69 lines (53 loc) · 2.98 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
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hệ thống báo cháy không dây địa chỉ FireAI - Bảo vệ ngôi nhà với cảnh báo có địa chỉ, truyền tin đa kênh và lắp đặt nhanh.">
<title>FireAI - Hệ Thống Báo Cháy Không Dây Địa Chỉ</title>
<link rel="stylesheet" href="assets/css/fireai-landing.css">
</head>
<body>
<div class="layoutPage-fireai-landing">
<!-- HOOK & TRUST BUILDER -->
<section class="section-fireai-hero" id="fireai-hero">
<div class="container">
<div class="fireai-hero-content">
<h1 class="fireai-hero-title" id="hero-title"></h1>
<p class="hero-subtitle" id="hero-subtitle"></p>
<div class="fireai-hero-stat">
<p class="stat-text">
<strong id="stat-text"></strong>
</p>
<p class="stat-subtext" id="stat-subtext"></p>
</div>
<div class="hero-cta-buttons" id="hero-cta-buttons"></div>
<ul class="hero-usps" id="hero-usps"></ul>
<div class="fireai-hero-product">
<div class="product-video-wrapper" id="fireai-video">
<div class="video-container" id="video-container"></div>
<div class="video-cta-inline" id="video-cta-inline"></div>
<ul class="video-bullets" id="video-bullets"></ul>
</div>
<h2 class="product-title" id="product-title"></h2>
<p class="product-tagline" id="product-tagline"></p>
</div>
<div class="fireai-hero-image-section" id="fireai-hero-image-section"></div>
<div class="fireai-trust-badges" id="fireai-trust-badges"></div>
<div class="fireai-certification" id="fireai-certification"></div>
<div class="fireai-features-grid" id="fireai-features-grid"></div>
</div>
</div>
</section>
<!-- PROBLEM & SOLUTION -->
<section class="section-fireai-problem" id="fireai-problem"></section>
<!-- OBJECTION HANDLING -->
<section class="section-fireai-faq" id="fireai-faq"></section>
<!-- CALL TO ACTION -->
<section class="section-fireai-cta" id="fireai-cta"></section>
</div>
<!-- Load Config and Scripts -->
<script src="config/fireai-config.json"></script>
<script src="assets/js/fireai-landing.js"></script>
</body>
</html>