-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
319 lines (313 loc) · 15.3 KB
/
pricing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing</title>
<link rel="icon" type="image/png" href="https://www.smatbot.com/favicon.png" sizes="16x16">
<link rel="icon" type="image/png" href="https://www.smatbot.com/favicon.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://www.smatbot.com/favicon.png" sizes="96x96">
<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=Rajdhani&display=swap" rel="stylesheet">
<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=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
<link rel="stylesheet" href="./pricing_style.css">
</head>
<body>
<div id="header">
<div>
<a href="index.html">
<img class="img"
src="https://s3.ap-south-1.amazonaws.com/custpostimages/sb_images/SB_logo_horizontal_text.png"
alt="smatbot" /> </a>
</div>
<div class="remain_space"></div>
<div class="nav">
<ul>
<li> <a href="index.html">Home</a></li>
<li> <a href="#">WhatsApp</a></li>
<li> <a href="#">Templates</a></li>
<li> <a href="#">Pricing</a></li>
<li id="partners"> <a href="#">Partners </a><span class="down-arrow">🢓</span></li>
<li> <a href="login.html">Login</a></li>
<li>
<div class="freetrial_btn">
<button><a href="freeTrial.html">FREE TRIAL</a></button>
</div>
</li>
<li>
<div class="request_btn">
<button><a>REQUEST DEMO</a></button>
</div>
</li>
</ul>
</div>
<div class="aff_res display" id="aff_res">
<ul>
<li><a href="affilite.html">Affiliate</a></li>
<li><a href="#">Reseller</a></li>
</ul>
</div>
</div>
<div class="conatiner">
<div class="p_content">
<h1>Try SmatBot Free For 14 Days Now.<br>
Pick Your Plan Later.</h1>
</div>
<div class="prices_btn">
<button id="monthly">monthly</button>
<button id="semi_yearly">Semi yearly</button>
<button id="yearly">yearly</button>
</div>
<div class="prices">
<div class="prices-1">
<div class="box box-1">
<h4>FREE</h4>
<h1 id="price_box1"> $ 0</h1>
<p>/month billed monthly</p>
<h6>1 Bot</h6>
<h6>50 Chats per month</h6>
<button class="btn1">Signup</button>
<hr />
<ul>
<li><span>✓ </span>Lead Generation Bot</li>
<li><span>✓ </span>Logical Branching</li>
<li><span>✓ </span>URL based flow</li>
<li><span>✓</span>Text-To-Speech</li>
<li><span>✓</span>Access bot through Link</li>
<li><span>✓</span>Email notifications </li>
</ul>
</div>
<div class="box box-2">
<h4>STARTER</h4>
<h1> $ <span id="price_box2">25</span></h1>
<p>/month billed monthly</p>
<h6>5 Bots</h6>
<h6>1000 Chats per month</h6>
<button class="btn1">Try it for Free</button>
<hr />
<ul>
<li><span>✓ </span>Lead Generation Bot</li>
<li><span>✓ </span>Logical Branching</li>
<li><span>✓ </span>URL based flow</li>
<li><span>✓</span>Text-To-Speech</li>
<li><span>✓</span>Access bot through Link</li>
<li><span>✓</span>Email notifications </li>
</ul>
</div>
<div class="box box-3">
<h4>PRO</h4>
<h1> $ <span id="price_box3">75</span></h1>
<p>/month billed monthly</p>
<h6>10 Bot</h6>
<h6>5000 Chats per month</h6>
<button class="btn1">Try it for Free</button>
<hr />
<p>Everything in Starter +</p>
<ul>
<li><span>✓ </span>Facebook Messenger</li>
<li><span>✓ </span>Live Chat (1 Agent)</li>
<li><span>✓ </span>Google Sheets Integration</li>
<li><span>✓</span>Appointment Booking</li>
<li><span>✓</span>Multi Language Support</li>
<li><span>✓</span>Webhook Integration </li>
<li><span>✓</span>Dynamic Response </li>
<li><span>✓</span>Android App (For Live Agents) </li>
</ul>
</div>
<div class="box box-4">
<h4>ENTERPRISE</h4>
<h1> CUSTOM</h1>
<p>  </p>
<h6>Unlimited Bots*</h6>
<h6>Unlimited Chats*</h6>
<button class="btn1">Try it for Free</button>
<hr />
<p>Everything in Pro +</p>
<ul>
<li><span>✓ </span>Customer Support Bot</li>
<li><span>✓ </span>WhatsApp Chatbot</li>
<li><span>✓ </span>OTP Validation</li>
<li><span>✓</span>CRM Integrations</li>
<li><span>✓</span>Create AI chatbots</li>
<li><span>✓</span>More Live Chat Agents </li>
<li><span>✓</span>Remove Branding </li>
<li><span>✓</span>Priority support </li>
</ul>
</div>
</div>
<a>* - Based on custom requirements these features will be enabled</a>
</div>
</div>
<div id="cmp_plans">
<button class="cmp_plans">Compare Plans</button>
</div>
<div class="faq">
<h1>Frequently Asked Questions</h1>
<div class="faq_accordian">
<button class="accordian"><a>What Does a chat mean? </a> <span class="float_r"></span></button>
<div class="panel">
<p>A chat is one unique interaction with the chatbot. So, for example, 1000 chats means, 1000 unique
users can interact with that chatbot.</p>
</div>
<button class="accordian"><a>Do I need to know how to code?
</a> <span class="float_r"></span> </button>
<div class="panel">
<p>Nope, using SmatBot’s platform one can easily build a chatbot with a few clicks and no prior coding
experience.</p>
</div>
<button class="accordian"><a>What if I want more Bots/Chats in my plan?
</a> <span class="float_r"></span> </button>
<div class="panel">
<p>You can always contact us at [email protected] regarding any sort of custom requirements which are not
in your plan or you can subscribe to our enterprise plan for custom solutions.</p>
</div>
<button class="accordian"><a>What integrations does SmatBot have?
</a> <span class="float_r"></span> </button>
<div class="panel">
<p>SmatBot can be integrated with Zapier, Google Sheets and Tawk.to. SmatBot is also integrated with 5+
CRMs and more under development.</p>
</div>
<button class="accordian"><a>How does live chat work? </a> <span class="float_r"></span> </button>
<div class="panel">
<p>You can engage with your website visitors in real-time or switch to live chat whenever smatbot is
unable to answer their query.</p>
</div>
<button class="accordian"><a>How does WhatsApp integration work?
</a> <span class="float_r"></span> </button>
<div class="panel">
<p>You can connect your smatbot to your WhatsApp business API and automatically engage your customers..
</p>
</div>
<button class="accordian"><a>What does dynamic question type mean?
</a> <span class="float_r"></span> </button>
<div class="panel">
<p>Bot can fetch the response from external sources like your own backend or 3rd party APIs to show
dynamic data. Use cases include Order tracking, Employee leaves left etc.</p>
</div>
<button class="accordian"><a>Can I change my plan later? </a> <span class="float_r"></span> </button>
<div class="panel">
<p>Yes, Once your current plan is expired you can upgrade or downgrade as you wish. Although, if you
wish to change before your current plan is expired, your previous plan will be revoked and you will
be put on a new plan. You can also contact us at [email protected] for custom pricing solutions.</p>
</div>
<button class="accordian"><a>What is your refund policy? </a> <span class="float_r"></span> </button>
<div class="panel">
<p>Currently, we don’t offer any refunds as we offer a FREE trial to evaluate the bot’s performance
before the customer subscribes to a paid plan.</p>
</div>
<button class="accordian"><a>What do I do if I have more questions?
</a> <span class="float_r"></span> </button>
<div class="panel">
<p>Drop a mail to [email protected] with your questions and our team will get back to you by the time you
finish your coffee.</p>
</div>
</div>
</div>
<div class="try">
<h1>Try smatbot for free</h1>
<div class="mobile_input">
<span class="flag"><img
src="https://upload.wikimedia.org/wikipedia/en/thumb/4/41/Flag_of_India.svg/1200px-Flag_of_India.svg.png" /></span>
<input placeholder="Enter Your Mobile" id="mobile_input" />
<button class="start_btn">Get Started</button>
</div>
</div>
<div class="footer">
<table>
<thead>
<tr>
<th>PRODUCT</th>
<th>COMPANY</th>
<th>RESOURCES</th>
<th>CHATBOT TEMPLATES</th>
<th>CONTACT US</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#">WhatsApp</a></td>
<td><a href="#">About Us </a></td>
<td><a href="#">Contact Us</a></td>
<td><a href="#">Lead Generation Templates</a></td>
<td><a href="#">FeSo Social Media Private Limited</a></td>
</tr>
<tr>
<td><a href="#">On-Premise</a></td>
<td><a href="#">SmatSocial</a></td>
<td><a href="#">Help center</a></td>
<td><a href="#">Customer Support Templates</a></td>
<td><a href="#">Subsidiary of ByteQuark Solutions.</a></td>
</tr>
<tr>
<td><a href="#">Arabic Chatbot</a></td>
<td><a href="#">Services</a></td>
<td><a href="#">Free guide</a></td>
<td><a href="#">Education Templates</a></td>
<td rowspan="2"><a href="#"><span class="fonticon">  </span>
2th Floor, Ashoka HiTech Chambers Road No. 2,<br>
Banjara Hills, opp. KBR Park,
Hyderabad,<br> Telangana 500034</a></td>
</tr>
<tr>
<td><a href="#">AI Services</a></td>
<td><a href="#">Reviews</a></td>
<td><a href="#">Blog</a></td>
<td><a href="#">Real Estate Templates</a></td>
<!-- <td><a href="#"></a></td> -->
</tr>
<tr>
<td><a href="#">How it works</a></td>
<td><a href="#">Our team</a></td>
<td><a href="#">Youtube</a></td>
<td><a href="#">E-Commerce Templates</a></td>
<td><a href="#"><span class="fonticon">  </span> +91 4049520079</a></td>
</tr>
<tr>
<td><a href="#">Pricing</a></td>
<td><a href="#">Careers</a></td>
<td><a href="#"></a></td>
<td><a href="#"></a></td>
<td><a href="#"><span class="fonticon">  </span> +91 9205308991</a></td>
</tr>
<tr>
<td><a href="#">Signup</a></td>
<td><a href="#">Privacy policy</a></td>
<td><a></a></td>
<td><a></a></td>
<td><a href="#"><span class="fonticon">  </span> 265 Ponce De Leon Ave, Atlanta, GA,
30308</a></td>
</tr>
<tr>
<td><a href="login.html">Login</a></td>
<td><a href="#">Terms & <br>Conditions</a></td>
<td><a></a></td>
<td><a></a></td>
<td><a href="#"><span class="fonticon">  </span> +1 2179046040</a></td>
</tr>
<tr>
<td><a></a></td>
<td><a></a></td>
<td><a></a></td>
<td><a></a></td>
<td><a href="#"><span class="fonticon">  </span>[email protected]</a></td>
</tr>
<tr>
<td><a></i></a></td>
<td><a></a></td>
<td><a></a></td>
<td><a></a></td>
<td class="icon_box"><i class="fa fa-facebook"></i> <i class="fa fa-twitter"></i> <i
class="fa fa-linkedin"></i> <i class="fa fa-instagram"></i></td>
</tr>
</tbody>
</table>
</div>
<script src="./pricing.js"></script>
</body>
</html>