-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
280 lines (253 loc) · 30.1 KB
/
contact.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
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Sat Jun 08 2024 20:59:08 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.voxable.io" data-wf-page="6166d7fa57f0ad2c666b3cec" data-wf-site="6132073db54f286490cd15c6"><head><meta charset="utf-8"/><title>Contact - Voxable</title><meta content="Reach out to the Voxable team for product support or more information about Voxable, conversational AI resources, and partnership opportunities." name="description"/><meta content="Contact - Voxable" property="og:title"/><meta content="Reach out to the Voxable team for product support or more information about Voxable, conversational AI resources, and partnership opportunities." property="og:description"/><meta content="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/620488da42e7ad556adf52ef_Contact%20Share%20Image.png" property="og:image"/><meta content="Contact - Voxable" property="twitter:title"/><meta content="Reach out to the Voxable team for product support or more information about Voxable, conversational AI resources, and partnership opportunities." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/620488da42e7ad556adf52ef_Contact%20Share%20Image.png" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="Webflow" name="generator"/><link href="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/css/voxable.webflow.abd30f9f0.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Inconsolata:400,700","Inter:regular,500,600,700"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d660a0d4c42f0e5a856354_5e1c063da7d3a233b43bc99f_favicon-32x32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d660ab5026e2d57732e70c_5e1c068da7d3a224dd3bca1e_mstile-310x310.png" rel="apple-touch-icon"/><link href="hire-us.html" rel="canonical"/><style>
.scrollbar-hide {
-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: none; /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}
/*.animated img{ filter: blur(30px); opacity: 0;}
.animated.active img{ filter: blur(0px); opacity: 1;}*/
body{padding-top:108px;}
blockquote{color:#6449DF; font-size:22px; padding:12px 0 12px 24px; line-height: 1.2; border-left:1px solid #6449DF;}
.w-richtext li{ /* color: #061178; */ font-size: 18px;}
.w-richtext h3{color: #061178; }
.w-richtext h5{color: #061178; font-size: 22px; font-weight:400;}
.white-txt-team p{color:#fff;}
.shorttext p{color:#19044a;}
p:empty{display:none;}
.w-pagination-wrapper svg path{display:none;}
.w-page-count a{width:40px; height:40px; font-size:20px; color:#fff; display:inline-block; text-decoration: none; line-height: 40px;}
.w-page-count a.current-page{border-bottom:2px solid #fff;}
@media screen and (max-width:991px){
body{padding-top:60px;}
}
@media screen and (max-width:767px){
.w-pagination-wrapper svg + .w-inline-block{display:none;}
}
</style>
<script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script>
<script type="text/javascript">
var _iub = _iub || [];
_iub.csConfiguration = {"lang":"en","siteId":377498,"countryDetection":true,"enableCcpa":true,"cookiePolicyId":564345, "banner":{ "acceptButtonDisplay":true,"customizeButtonDisplay":true,"position":"float-bottom-center" }};
</script><script type="text/javascript" src="https://cdn.iubenda.com/cs/iubenda_cs.js" charset="UTF-8" async></script>
<script type="text/javascript">
window.addLinkParams = function() {};
window.addEventListener('DOMContentLoaded', function(event) {
window.contentLoaded = true;
if(!window.addedLinkParams) {
window.addLinkParams();
}
});
</script>
<script class="_iub_cs_activate-inline" type="text/plain">
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};analytics._writeKey="LYEmBcUfEXfgnYuisWda4Ts2q6AFhxJL";analytics.SNIPPET_VERSION="4.13.2";
analytics.load("LYEmBcUfEXfgnYuisWda4Ts2q6AFhxJL");
analytics.page();
window.addLinkParams = function() {
analytics.ready(function() {
for (const element of document.getElementsByClassName('sign-up-button')) {
element.href = element.href + "?distinct=" + window.analytics.user().anonymousId();
}
});
window.linkParamsAdded = true;
}
if (document.readyState === "complete" || document.readyState === "loaded" || window.contentLoaded) {
window.addLinkParams();
}
}}();
</script>
<script type="text/javascript">
(function (d, u, h, s) {
h = d.getElementsByTagName('head')[0];
s = d.createElement('script');
s.async = 1;
s.src = u + new Date().getTime();
h.appendChild(s);
})(document, 'https://grow.clearbitjs.com/api/pixel.js?v=');
</script>
</head><body class="body-5"><div class="custom-code-embeds"><div class="icons-embed w-embed"><!--Material Icons-->
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
<style>
.material-icons, .material-icons-outlined, .material-icons-two-tone, .material-icons-round, .material-icons-sharp {
font-weight: normal;
font-style: normal;
font-size: 1.25rem;
line-height: 1.25rem;
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.material-icons-s {
font-size: 16px;
line-height: 16px;
}
</style></div><div class="responsive-typography-embed w-embed"><!-- Responsive Typography -->
<style>
/* Desktop and above */
html { font-size: 16px; }
/*Tablet */
@media (max-width: 991px) { html { font-size: 15px; } }
/* Mobile - Landcape */
@media (max-width: 767px) { html { font-size: 14px; } }
/* Mobile - Portrait */
@media (max-width: 479px) { html { font-size: 13px; } }
</style></div><div class="systemflow-embed w-embed"><!-- SystemFlow -->
<style>
/* Component wrapper copy icon */
.component-wrapper-label:before {
content: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92ece2f679e1ff037b09b_Copy%20Icon.svg);
position: absolute;
left: 16px;
top: 7px;
}
/* Customize page overflow */
.customize-instructions, .customize-preview {
overflow-y: scroll;
}
/* Sidebar - component preview tooltip */
.navbar-vertical-link:hover::after {
content: '';
background-size: contain;
background-position: center center;
display: inline-block;
width: 160px;
height: 160px;
position: absolute;
border-radius: 4px;
border: 1px solid #D0D4D9;
z-index: 999;
box-sizing: border-box;
left: 105%;
top: -64px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
background-repeat: no-repeat;
}
/* Page Hover Thumbnails */
#nav-alert:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9462056a419c70c776_Alert.svg); }
#nav-breadcrumbs:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9387dd5780628334cc_Breadcrumb.svg); }
#nav-button:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e93f8fcbc0d3445ec12_Button.svg); }
#nav-card:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e93af64f30314ee0507_Card.svg); }
#nav-collapse:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94f8fcbcc22245ec13_Collapse.svg); }
#nav-color:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94261180c04f24faa3_Color.svg); }
#nav-contact:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94f47531b97525ce68_Contact.svg); }
#nav-cta:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94af64f3728cee0508_CTA.svg); }
#nav-dropdown:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94ef8876fd8b787edc_Dropdown.svg); }
#nav-elevation:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94451751702ea524a8_Elevation.svg); }
#nav-empty-sections:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e944f26375ff3c799b7_EmptySections.svg); }
#nav-empty-sg-page:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94261180a20b24fadf_EmptySGPage.svg); }
#nav-example-forms:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e949bf4e9bbb361082d_ExampleForms.svg); }
#nav-faq:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94e1f1154d1441900d_FAQ.svg); }
#nav-feat-text-c:hover::after { background-image: url(https://cdn.prod.website-files.com/60c31bb1835144cd4d8f26c6/60c33dee6ab39e31d1089e9a_Feat%20-%20Text%20Center.svg); }
#nav-feat-grid:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9428e4e145c0624a20_Feat---Grid.svg); }
#nav-feat-text-l:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e949ad1b4f50385d8df_Feat---Text-Left.svg); }
#nav-feat-text-r:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9473f889cdaf6a1ec9_Feat---Text-Right.svg); }
#nav-footer:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e946639f6543f5c3e7c_Footer.svg); }
#nav-form-toggles:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9479f25b1c21ee0a60_FormToggles.svg); }
#nav-hero:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e942611807e4424fafe_Hero.svg); }
#nav-icons:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e940c3ddaf4686184b6_Icons.svg); }
#nav-input:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9473f889d1666a1ed1_Input.svg); }
#nav-link:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9479f25b39e6ee0a62_Link.svg); }
#nav-long-content:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95f0d432336029a5e3_LongContent.svg); }
#nav-modal:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e943a458f06569f0a5a_Modal.svg); }
#nav-navbar:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e948d867460c7f59b16_Navbar.svg); }
#nav-nav-menu:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94e1f1693fb00fa151_NavMenu.svg); }
#nav-pricing:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95f47531b84125ce69_Pricing.svg); }
#nav-spacing:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e947a78a1e2a68a6629_Spacing.svg); }
#nav-table:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94af64f31f36ee0549_Table.svg); }
#nav-tabs:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e94abbd5ed7b2becbb3_Tabs.svg); }
#nav-tag:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95ef88762711787edf_Tag.svg); }
#nav-testimonials:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e956beb8d43e6373fba_Testimonials.svg); }
#nav-textarea:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e95cc3e78d99c7c00c4_Textarea.svg); }
#nav-toast:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e9571654299c55fadc5_Toast.svg); }
#nav-tooltip:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e956639f638ca5c3ec7_Tooltip.svg); }
#nav-typography:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fa92e956251b086f1cffefd_Typography.svg); }
#nav-avatar:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fe0bac1b9ed294ba98aeb26_Avatar.svg); }
#nav-cards:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5fe0b360e47b486a76b0c125_Cards.svg); }
#nav-live-components:hover::after { background-image: url(https://cdn.prod.website-files.com/5fa91c41f8fcbca1e044ce27/5ff305e5fc65c2d28b3ddf75_Live%20Components.svg); }
</style></div></div><div data-collapse="medium" data-animation="default" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar dark w-nav"><div class="container container-navbar"><a href="workshops.html" class="brand-logo w-nav-brand"><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508f5a23d184e8b958a0e_Brand%20Logo%20Dark.svg" alt="The Voxable logo looks like a circle with a sound wave forming the shape of the letter V with the word Voxable next to it. " class="brand-logo-image"/></a><nav role="navigation" class="navbar-menu dark w-nav-menu"><a href="product.html" class="nav-link color-inverse w-nav-link">Product</a><a href="blog.html" class="nav-link color-inverse w-nav-link">Blog</a><a href="contact-sales.html" class="nav-link color-inverse w-nav-link">Contact</a></nav><div class="menu-button color-inverse w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div><div data-collapse="medium" data-animation="default" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar dark w-nav"><div class="container container-navbar"><a href="workshops.html" class="brand-logo w-nav-brand"><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508f5a23d184e8b958a0e_Brand%20Logo%20Dark.svg" alt="The Voxable logo looks like a circle with a sound wave forming the shape of the letter V with the word Voxable next to it. " class="brand-logo-image"/></a><nav role="navigation" class="navbar-menu dark w-nav-menu"><a href="product.html" class="nav-link color-inverse w-nav-link">Product</a><a href="blog.html" class="nav-link color-inverse w-nav-link">Blog</a><a href="contact-sales.html" class="nav-link color-inverse w-nav-link">Contact</a></nav><div class="menu-button color-inverse w-nav-button"><div class="w-icon-nav-menu"></div></div></div></div><div class="contact-section c-b-neutral-20 section-2"><div class="container"><div class="st-p-y-64"><div class="w-layout-grid contact-grid-1"><div id="w-node-_64b54c4b-05fb-cd30-f618-78edff1b0b1f-666b3cec" class="s-p-r-64 st-p-0"><div class="s-m-b-32"><h2 class="heading l">Contact</h2></div><div class="w-layout-grid l-g-2-col s-m-t-12"><div><div class="feature-icon-wrapper blue-icon"><div class="material-icons feature-icon">star</div></div><h4 class="heading xs">Contact Sales</h4><p class="white-txt">Learn more about the Voxable product and enterprise options.</p><div class="s-m-t-12"><a href="hire-us.html#" class="contact-link w-inline-block"><div class="text-icon-wrapper hide"><div class="material-icons icon-left">email</div><div class="button-text">[email protected]</div></div></a></div><a href="contact-sales.html" class="link-icon w-inline-block"><div class="text-icon-wrapper"><div class="button-text blue-btn">Contact sales</div><div class="material-icons icon-right">arrow_forward</div></div></a></div><div><div class="feature-icon-wrapper"><div class="material-icons feature-icon ques">contact_support</div></div><h4 class="heading xs">Contact Support</h4><p class="white-txt">Get in touch about an issue with the Voxable product.</p><div class="s-m-t-12"><a href="hire-us.html#" class="contact-link w-inline-block"><div class="text-icon-wrapper hide"><div class="material-icons icon-left">email</div><div class="button-text">[email protected]</div></div></a></div><a href="http://help.voxable.io/en/articles/4903962-contact-support" target="_blank" class="link-icon w-inline-block"><div class="text-icon-wrapper"><div class="button-text or-btn">Contact support</div><div class="material-icons icon-right or-btn">arrow_forward</div></div></a></div></div><p class="body-text m">For general inquiries, contact [email protected].</p></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7b5827beda4780e473960_Echo-Show-over-shoulder-narrow.jpg" id="w-node-_64b54c4b-05fb-cd30-f618-78edff1b0b58-666b3cec" sizes="(max-width: 479px) 93vw, (max-width: 767px) 96vw, (max-width: 991px) 95vw, 46vw" srcset="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7b5827beda4780e473960_Echo-Show-over-shoulder-narrow-p-500.jpeg 500w, https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7b5827beda4780e473960_Echo-Show-over-shoulder-narrow-p-800.jpeg 800w, https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7b5827beda4780e473960_Echo-Show-over-shoulder-narrow-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7b5827beda4780e473960_Echo-Show-over-shoulder-narrow-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7b5827beda4780e473960_Echo-Show-over-shoulder-narrow-p-2000.jpeg 2000w, https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61d7b5827beda4780e473960_Echo-Show-over-shoulder-narrow.jpg 2064w" alt="" class="contact-image"/></div></div></div></div><footer class="footer dark footer-dark-8"><div data-w-id="0bd95c3d-951c-dfdb-9eed-24e320b08726" class="container"><div class="w-layout-grid footer-grid"><div class="div-block-11"><a href="workshops.html" class="footer-logo w-nav-brand"><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508f5a23d184e8b958a0e_Brand%20Logo%20Dark.svg" alt="The Voxable logo looks like a circle with a sound wave forming the shape of the letter V with the word Voxable next to it. " class="brand-logo-image"/></a><p class="paragraph">The conversation design platform for teams that want to build better voice and chat apps.</p><div class="footer-social-media"><div class="sm-icons-wrapper"><a href="https://twitter.com/voxable" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0 0 75-94a336.64 336.64 0 0 1-108.2 41.2A170.1 170.1 0 0 0 672 174c-94.5 0-170.5 76.6-170.5 170.6c0 13.2 1.6 26.4 4.2 39.1c-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 0 0-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 0 1-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 0 1-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9c-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850C671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2c33.2-24.3 62.3-54.4 85.5-88.2z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508ac8f6a2177465285d4_Vector.svg" loading="lazy" alt=""/></a><a href="https://www.linkedin.com/company/voxable" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133l-232 135z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508adbb317765700f2ba6_Vector-1.svg" loading="lazy" alt=""/></a><a href="https://www.instagram.com/getvoxable/https://www.instagram.com/getvoxable/" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2c-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7c120.2 0 142.3 79.1 142.3 181.9v209.4z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508acd8e0b18279335ee1_Vector-2.svg" loading="lazy" alt=""/></a><a href="https://www.youtube.com/channel/UCmJD3DSMhi_3la1WhMbRBmQ" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2c-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7c120.2 0 142.3 79.1 142.3 181.9v209.4z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508ac1e66ba385465d491_Vector-3.svg" loading="lazy" alt=""/></a><a href="https://www.facebook.com/Voxable" target="_blank" class="sm-icon-link w-inline-block"><div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2c-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7c120.2 0 142.3 79.1 142.3 181.9v209.4z" fill="#ffffff"/></svg></div><img src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/61a508ad30a7f12e84bb0a9d_Vector-4.svg" loading="lazy" alt=""/></a></div></div></div><div><ul role="list" class="list w-list-unstyled"><li><a href="product.html" class="vertical-menu-link color-inverse">Product</a></li><li><a href="blog.html" class="vertical-menu-link color-inverse">Blog</a></li><li><a href="hire-us.html" aria-current="page" class="vertical-menu-link color-inverse w--current">Contact</a></li><li class="list-item-3"><a href="about.html" class="vertical-menu-link color-inverse">About</a></li><li><a href="learn.html" class="vertical-menu-link color-inverse">Course</a></li></ul></div></div><div class="footer-bottom color-inverse"><div class="copyright">© 2023 Voxable, Inc. All rights reserved.</div><div><a href="https://voxable.io/privacy" target="_blank" class="vertical-menu-link color-inverse p30">Privacy policy</a></div></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6132073db54f286490cd15c6" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6132073db54f286490cd15c6/js/webflow.7527bb8a4.js" type="text/javascript"></script><!-- Copying by clicking on Comp name -->
<script>
const Webflow = window.Webflow || []; Webflow.push(function(){
// USER CONFIGURATION
// ==================
// Enter the class names of your styled page number links
const linkClassName = 'page-link';
const currentClassName = 'current-page';
// Set the max range of page numbers to show (false or integer)
const maxPageCount = 10;
// PAGINATION MAGIC (DON'T EDIT)
// =============================
$('.w-page-count').each(function(){
const collectionUrl = $(this).closest('.w-pagination-wrapper').find('[class*="w-pagination"]').first().prop('href').split('=')[0];
const totalPageCount = parseInt(/[^/]*$/.exec($(this).text())[0].trim());
const currentPageNumber = parseInt($(this).text().split('/')[0].trim());
let pageCount = maxPageCount || totalPageCount;
const pagesToDisplay = Math.max(1, Math.min(pageCount, totalPageCount));
const middlePageNumber = Math.ceil((pagesToDisplay - 1) / 2);
const endingPageNumber = Math.min(Math.max(1, currentPageNumber - middlePageNumber) + (pagesToDisplay - 1), totalPageCount);
const startingPageNumber = endingPageNumber - (pagesToDisplay - 1);
$(this).empty();
for (let i = startingPageNumber; i <= endingPageNumber; i++) {
let pageNumber = i;
let pageLink = collectionUrl + '=' + pageNumber;
let isCurrentPage = pageNumber == currentPageNumber;
const $anchor = $('<a>', {
class: [isCurrentPage && currentClassName, linkClassName].filter(a => a).join(' '),
href: pageLink,
text: pageNumber,
});
$(this).append($anchor);
}
});
})
</script>
<script>
function copy(text) {
const textarea = document.createElement("textarea");
textarea.style = "position: absolute; left: -100vw;";
textarea.value = text;
document.body.appendChild(textarea);
textarea.select();
document.execCommand("copy");
document.body.removeChild(textarea);
}
function copyText(e) {
const elem = e.currentTarget;
const text = elem.textContent;
copy(text);
elem.textContent = "Copied to clipboard ✨ Press Cmd + E in Webflow ⭢ Paste";
setTimeout(() => {
elem.textContent = text;
}, 3000);
}
const elems = document.querySelectorAll(".component-wrapper-label");
elems.forEach(elem => elem.addEventListener("click", copyText, false));
</script>
<!-- Dynamic Copyright Year -->
<script>
window.onload = function() {
var date = new Date().getFullYear();
var year = document.getElementById("year")
if (year) {
year.innerHTML = date;
}
}
</script>
<!-- Live Components -->
<script src="https://systemflowco.github.io/scripts/counter-min.js"></script>
<script src="https://systemflowco.github.io/scripts/cookie-min.js"></script>
<script src="https://systemflowco.github.io/scripts/temporal-min.js"></script>
<script src="https://systemflowco.github.io/scripts/confetti-min.js"></script>
<script src="https://systemflowco.github.io/scripts/query-min.js"></script>
<script src="https://systemflowco.github.io/scripts/queryform-min.js"></script>
<script src="https://systemflowco.github.io/scripts/store-min.js"></script>
<script src="https://systemflowco.github.io/scripts/countup-min.js"></script>
<script src="https://systemflowco.github.io/scripts/prefilled-min.js"></script>
</body></html>