-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
504 lines (459 loc) · 16 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- Header Area Start-->
<header>
<div class="navigation-area">
<div id="mySidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">x</a>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="" class="active">About</a></li>
<li><a href="" class="active">Blog</a></li>
</div>
<div id="main">
<button class="openbtn" onclick="openNav()">☰</button>
</div>
<div class="header-area wrapper">
<div class="logo">
<img src="img/logo.svg" alt="">
</div>
<nav>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
<div class="btn">
<button>Get Started</button>
</div>
</div>
</header>
<!-- Header Area End-->
<main>
<!-- Hero Area Start-->
<div class="wrapper">
<div class="hero-area">
<h1>Save time & <span>work smarter</span> <br> with AI Automation</h1>
<h4>We help you automate your workflows, automate repetitive <br> tasks, and elevate your business.</h4>
</div>
<div class="btn-2">
<button>Book Your Free Audit Call</button>
</div>
</div>
<!-- Hero Area End-->
<!-- Client Area start -->
<div class="wrapper">
<div class="client-section">
<div class="client-img">
<div class="client-img-person">
<img src="img/3rd-client.jpg" alt="">
</div>
<div class="client-img-person">
<img src="img/2nd-client.jpg" alt="">
</div>
<div class="client-img-person">
<img src="img/ist-client.jpg" alt="">
</div>
</div>
<div class="happy-client">
<h3>200+ happy clients!</h3>
<p>join them now <i class='bx bx-right-arrow-alt'></i> </p>
</div>
</div>
</div>
<!-- Client Area end -->
<!-- video area -->
<div class="wrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/QbFT7EnofZw?si=d_EU8qKSGG75YDTv"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<!-- Service Area Start-->
<div class="wrapper">
<div class="service-area">
<h2>Services</h2>
<h1><span>AI-powered</span> automation services</h1>
</div>
<div class="service-info">
<div class="service-section">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M12 20.25c4.97 0 9-3.694 9-8.25s-4.03-8.25-9-8.25S3 7.444 3 12c0 2.104.859 4.023 2.273 5.48.432.447.74 1.04.586 1.641a4.483 4.483 0 0 1-.923 1.785A5.969 5.969 0 0 0 6 21c1.282 0 2.47-.402 3.445-1.087.81.22 1.668.337 2.555.337Z" />
</svg>
<h3>Customer Support Chatbots</h3>
<p>Streamline operations and enhance productivity with AI-driven automation.</p>
<div class="iconic">
<div>
<a href="">Learn more </a>
</div>
<div>
<i class='bx bx-right-arrow-alt'></i>
</div>
</div>
</div>
<div class="service-section">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;">
<path
d="M20.92 2.38A15.72 15.72 0 0 0 17.5 2a8.26 8.26 0 0 0-6 2.06Q9.89 5.67 8.31 7.27c-1.21-.13-4.08-.2-6 1.74a1 1 0 0 0 0 1.41l11.3 11.32a1 1 0 0 0 1.41 0c1.95-2 1.89-4.82 1.77-6l3.21-3.2c3.19-3.19 1.74-9.18 1.68-9.43a1 1 0 0 0-.76-.73zm-2.36 8.75L15 14.67a1 1 0 0 0-.27.9 6.81 6.81 0 0 1-.54 3.94L4.52 9.82a6.67 6.67 0 0 1 4-.5A1 1 0 0 0 9.39 9s1.4-1.45 3.51-3.56A6.61 6.61 0 0 1 17.5 4a14.51 14.51 0 0 1 2.33.2c.24 1.43.62 5.04-1.27 6.93z">
</path>
<circle cx="15.73" cy="8.3" r="2"></circle>
<path d="M5 16c-2 1-2 5-2 5a7.81 7.81 0 0 0 5-2z"></path>
</svg>
<h3>Workflow Automations</h3>
<p>Cut down on manual labor costs through efficient and precise automated processes.</p>
<div class="iconic">
<div>
<a href="">Learn more </a>
</div>
<div>
<i class='bx bx-right-arrow-alt'></i>
</div>
</div>
</div>
<div class="service-section">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M9 12h3.75M9 15h3.75M9 18h3.75m3 .75H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08m-5.801 0c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m0 0H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V9.375c0-.621-.504-1.125-1.125-1.125H8.25ZM6.75 12h.008v.008H6.75V12Zm0 3h.008v.008H6.75V15Zm0 3h.008v.008H6.75V18Z" />
</svg>
<h3>Chatbots for Internal Use</h3>
<p>Automate tasks to ensure your business operates seamlessly around the clock.</p>
<div class="iconic">
<div>
<a href="">Learn more </a>
</div>
<div>
<i class='bx bx-right-arrow-alt'></i>
</div>
</div>
</div>
<div class="service-section">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25M9 16.5v.75m3-3v3M15 12v5.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z" />
</svg>
<h3>Custom GPTs</h3>
<p>Harness the power of AI for in-depth analytics and informed decision-making.</p>
<div class="iconic">
<div>
<a href="">Learn more </a>
</div>
<div>
<i class='bx bx-right-arrow-alt'></i>
</div>
</div>
</div>
</div>
</div>
<!-- Service Area End-->
<!-- Automation Area Start-->
<div class="wrapper">
<div class="automation-area">
<div class="automation-info">
<h6>Content block</h6>
<h2>Workflows with our AI <br> automation expertise</h2>
<h4>Revolutionize tasks, reduce errors, and boost efficiency with <br> intelligent technology, streamlining operations for
unparalleled <br> productivity.</h4>
<p>Functional sections</p>
<p> Easy to customize</p>
<button class="btn-4">Book Your Free Audit Call</button>
</div>
<div class="automation-img">
<img src="img/automation.png" alt="">
</div>
</div>
</div>
<!-- Automation Area End-->
<!-- Ai Area Start-->
<div class="wrapper">
<div class="ai-section">
<div class="ai-img">
<img src="img/ai.png" alt="">
</div>
<div class="ai-info">
<h6>Content block</h6>
<h3>Harnessing AI for <br> business success</h3>
<div class="ai-sec-div">
<div class="ai-menu">
<i class='bx bx-menu'></i>
</div>
<div>
<h4>Boost Efficiency and cut cost wit AI- <br> powered optimation </h4>
</div>
<div class="ai-arrow">
<i class='bx bx-right-arrow-alt'></i>
</div>
</div>
<div class="ai-sec-div">
<div class="ai-menu">
<i class='bx bx-image-alt'></i>
</div>
<div>
<h4>optimize oparaion, minimize errors, and <br> save resources</h4>
</div>
<div class="ai-arrow">
<i class='bx bx-right-arrow-alt'></i>
</div>
</div>
<h2>“Couldn’t be happier with the work the guys from XYZ Agency did for us. Made sales 10x more efficient.”</h2>
<div class="james-ceo">
<div class="james-img">
<img src="img/james.jpg" alt="">
</div>
<div class="james-info">
<h4>William James</h4>
<h5>CEO, XYZ</h5>
</div>
</div>
</div>
</div>
</div>
<!-- Ai Area End-->
<!-- Testimonial Area Start-->
<div class="testimonial-area">
<h6>Testimonils</h6>
<h2>Leading the way in <br> AI automation</h2>
<div class="slider">
<div class="slide-track">
<div class="slide">
<div class="james-ceo">
<div class="james-img">
<img src="img/james.jpg" alt="">
</div>
<div class="james-info">
<h4>jane Lewis</h4>
<h5>Marketing Director @ ABC</h5>
<p>"We've tried countless of agencies but this has been the best experience by far…"</p>
</div>
</div>
</div>
<div class="slide">
<div class="james-ceo">
<div class="james-img">
<img src="img/2nd-client.jpg" alt="">
</div>
<div class="james-info">
<h4>Alex James</h4>
<h5>Marketing Director @ ABC</h5>
<p>"We approached Wize for an internal chatbot that's trained on all of our sales data, and the results are amazing!"</p>
</div>
</div>
</div>
<div class="slide">
<div class="james-ceo">
<div class="james-img">
<img src="img/3rd-client.jpg" alt="">
</div>
<div class="james-info">
<h4>James Williams</h4>
<h5>Marketing Director @ ABC</h5>
<p>"Our chatbot has taken over more than 60% of our support tickets, and customers are not even noticing they are talking
to AI!"</p>
</div>
</div>
</div>
<div class="slide">
<div class="james-ceo">
<div class="james-img">
<img src="img/james.jpg" alt="">
</div>
<div class="james-info">
<h4>jane Lewis</h4>
<h5>Marketing Director @ ABC</h5>
<p>"We've tried countless of agencies but this has been the best experience by far…"</p>
</div>
</div>
</div>
<div class="slide">
<div class="james-ceo">
<div class="james-img">
<img src="img/2nd-client.jpg" alt="">
</div>
<div class="james-info">
<h4>Alex James</h4>
<h5>Marketing Director @ ABC</h5>
<p>"We approached Wize for an internal chatbot that's trained on all of our sales data, and the results are amazing!"
</p>
</div>
</div>
</div>
<div class="slide">
<div class="james-ceo">
<div class="james-img">
<img src="img/3rd-client.jpg" alt="">
</div>
<div class="james-info">
<h4>James Williams</h4>
<h5>Marketing Director @ ABC</h5>
<p>"Our chatbot has taken over more than 60% of our support tickets, and customers are not even noticing they are talking
to AI!"</p>
</div>
</div>
</div>
<div class="slide">
<div class="james-ceo">
<div class="james-img">
<img src="img/james.jpg" alt="">
</div>
<div class="james-info">
<h4>jane Lewis</h4>
<h5>Marketing Director @ ABC</h5>
<p>"We've tried countless of agencies but this has been the best experience by far…"</p>
</div>
</div>
</div>
<div class="slide">
<div class="james-ceo">
<div class="james-img">
<img src="img/2nd-client.jpg" alt="">
</div>
<div class="james-info">
<h4>Jane William</h4>
<h5>Marketing Director @ ABC</h5>
<p>"Our chatbot has taken over more than 60% of our support tickets, and customers are not even noticing they are
talking
to AI!"</p>
</div>
</div>
</div>
<div class="slide">
<div class="james-ceo">
<div class="james-img">
<img src="img/3rd-client.jpg" alt="">
</div>
<div class="james-info">
<h4>Alex James</h4>
<h5>Marketing Director @ ABC</h5>
<p>"We approached Wize for an internal chatbot that's trained on all of our sales data, and the results are amazing!"
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial Area End-->
<!-- Pricing Area Start-->
<div class="wrapper">
<div class="container">
<h1 class="text-center text-2xl">Pricing</h1>
<h2>Plans to Fit Your Business</h2>
<div class="radio-container">
<label>
<input type="radio" name="toggle" id="month" onclick="toggleInfo()" checked>
Month
</label>
<label>
<input type="radio" name="toggle" id="year" onclick="toggleInfo()">
Year
</label>
</div>
<div class="info">
<div id="monthInfo" class="content active">
<div class="month">
<div class="per-month">
<h6>Pro</h6>
<h1>$199/m</h1>
<h5>Price breakdown here</h5>
<button class="price">Get Started</button>
<p>Got questions? Talk to an expert.</p>
</div>
<div class="per-month">
<h6>Pro</h6>
<h1>$599/m</h1>
<h5>Price breakdown here</h5>
<button class="price">Get Started</button>
<p>Got questions? Talk to an expert.</p>
</div>
<div class="per-month">
<h6>Premium</h6>
<h1>$499/m</h1>
<h5>Price breakdown here</h5>
<button class="price">Get Started</button>
<p>Got questions? Talk to an expert.</p>
</div>
</div>
</div>
<div id="yearInfo" class="content hidden">
<div class="month">
<div class="per-month">
<h6>Pro</h6>
<h1>$1999/yr</h1>
<h5>Price breakdown here</h5>
<button class="price">Get Started</button>
<p>Got questions? Talk to an expert.</p>
</div>
<div class="per-month">
<h6>Pro</h6>
<h1>$5999/Yr</h1>
<h5>Price breakdown here</h5>
<button class="price">Get Started</button>
<p>Got questions? Talk to an expert.</p>
</div>
<div class="per-month">
<h6>Premium</h6>
<h1>$4999/yr</h1>
<h5>Price breakdown here</h5>
<button class="price">Get Started</button>
<p>Got questions? Talk to an expert.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Pricing Area End-->
<!-- test Area Start-->
<div class="wrapper">
<div class="test-area">
<h3>Testimonial</h3>
<h1>Ready to Get Started?</h1>
<h5>Experience the future of business operations with AI automation—increased speed, accuracy, and adaptability, driving
overall productivity gains.</h5>
<button class="test-btn">Book Your Free Audit Call</button>
<div class="test-info">
<div class="social">
<i class='bx bxl-facebook-circle'></i>
<i class='bx bxl-linkedin'></i>
<i class='bx bxl-twitter'></i>
</div>
<div class="test-img-1">
<img class="test-img" src="img/test.png" alt="">
<h4>Build a powerful agency site with Framer.</h4>
</div>
<div class="links">
<a href="">Home</a>
<a href="">About</a>
<a href="">Blog</a>
</div>
</div>
</div>
</div>
<!-- test Area End-->
</main>
<footer>
<div class="wrapper">
<div class="copyright-area">
<div>
<h4>© Mont Limited 2023. All rights reserved.</h4>
</div>
<div>
<h4>Designed by Saim</h4>
</div>
</div>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>