-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
630 lines (592 loc) · 35.7 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
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
<!DOCTYPE html>
<html data-wf-page="672ce29bea92ce97efe07743" data-wf-site="672ce29bea92ce97efe076fd" lang="en">
<head>
<meta charset="utf-8" />
<title>LifeLink AI - Transform Events,Drive Loyalty.</title>
<meta content="Keep attendees engaged and coming back with AI-driven networking and post-event connections."
name="description" />
<meta content="LifeLink AI - Transform Events,Drive Loyalty." property="og:title" />
<meta content="Keep attendees engaged and coming back with AI-driven networking and post-event connections."
property="og:description" />
<meta content="LifeLink AI - Transform Events,Drive Loyalty." property="twitter:title" />
<meta content="Keep attendees engaged and coming back with AI-driven networking and post-event connections."
property="twitter:description" />
<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="css/webflow-style.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: ["Inter:regular,500,600", "Sora:regular,500,600"] } });</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="images/favicon.png" rel="shortcut icon" type="image/x-icon" />
<link href="images/app-icon.png" rel="apple-touch-icon" />
<!-- Please keep this css code to improve the font quality-->
<style>
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
</head>
<body>
<div class="page-wrapper">
<div class="global-styles w-embed">
<style>
/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
margin-bottom: 0 !important;
}
/*
Make the following elements inherit typography styles from the parent and not have hardcoded values.
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}
/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/*Hide focus outline for main content element*/
main:focus-visible {
outline: -webkit-focus-ring-color auto 0px;
}
/* Make sure containers never lose their center alignment*/
.container-medium,
.container-small,
.container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*Reset selects, buttons, and links styles*/
.w-input,
.w-select,
a {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
/*Apply "..." after 3 lines of text */
.text-style-3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Apply "..." at 100% width */
.truncate-width {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Removes native scrollbar */
.no-scrollbar {
-ms-overflow-style: none; // IE 10+
overflow: -moz-scrollbars-none; // Firefox
}
.no-scrollbar::-webkit-scrollbar {
display: none; // Safari and Chrome
}
/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
@media screen and (max-width: 991px),
@media screen and (max-width: 767px),
@media screen and (max-width: 479px) {
.hide,
.hide-tablet {
display: none !important;
}
}
@media screen and (max-width: 767px) .hide-mobile-landscape {
display: none !important;
}
}
@media screen and (max-width: 479px) .hide-mobile {
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
</style>
</div>
<div data-animation="default" class="navbar_component w-nav" data-easing2="ease"
fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium"
data-w-id="cb586d45-c780-7d3c-8cfb-0ef259a07291" role="banner" data-duration="400">
<div class="w-layout-blockcontainer padding-global w-container">
<div class="navbar_container"><a href="/" aria-current="page"
class="navbar_logo-link w-nav-brand w--current"><img src="images/black-20logo-20-20no-20background-203.png"
loading="lazy" height="33" width="150" alt=""
srcset="images/black-20logo-20-20no-20background-203-p-500.png 500w, images/black-20logo-20-20no-20background-203-p-800.png 800w, images/black-20logo-20-20no-20background-203-p-1080.png 1080w, images/black-20logo-20-20no-20background-203-p-1600.png 1600w, images/black-20logo-20-20no-20background-203-p-2000.png 2000w, images/black-20logo-20-20no-20background-203-p-2600.png 2600w, images/black-20logo-20-20no-20background-203.png 3163w"
sizes="(max-width: 479px) 51vw, 138px" class="navbar_logo" /></a>
<div class="navbar_menu-button w-nav-button">
<div class="menu-icon">
<div class="menu-icon_line-top"></div>
<div class="menu-icon_line-middle">
<div class="menu-icon_line-middle-inner"></div>
</div>
<div class="menu-icon_line-bottom"></div>
</div>
</div>
</div>
</div>
</div>
<main class="main-wrapper">
<section class="section_hero"><img
src="https://cdn.prod.website-files.com//trylifelink.design.webflow.com/f3456c56-4e02-4300-b23e-e2fdcb3b4bf2"
loading="lazy" alt="" />
<div class="w-layout-blockcontainer padding-global padding-section-hero w-container">
<div data-w-id="9f4cb4fe-02b7-c068-e94c-0516fe342a06" class="hero_wrapper">
<div data-w-id="9f4cb4fe-02b7-c068-e94c-0516fe342a0a" class="hero_column-wrapper">
<div class="hero_text">
<h1>Transform Events,<br />Drive Loyalty.</h1>
<div class="hero_text-paragraph">
<p>Keep attendees engaged and coming back with AI-driven networking and post-event connections.</p>
</div>
</div>
<div class="button-group"><a href="#waitlist" class="button is-icon w-inline-block">
<div class="text-weight-semibold text-size-regular">Join Waitlist</div>
</a></div>
</div>
<div class="hero_image-wrapper"><img class="img_hero-mobile" src="images/conference2.png" alt=""
style="-webkit-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0"
sizes="(max-width: 479px) 100vw, (max-width: 767px) 89vw, 100vw"
data-w-id="28515dd6-c5a7-6828-2677-f673bbc5f851" loading="lazy"
srcset="images/conference2-p-500.png 500w, images/conference2-p-800.png 800w, images/conference2-p-1080.png 1080w, images/conference2.png 1376w" /><img
src="images/conference2.png" loading="lazy"
sizes="(max-width: 479px) 100vw, (max-width: 991px) 89vw, 100vw"
srcset="images/conference2-p-500.png 500w, images/conference2-p-800.png 800w, images/conference2-p-1080.png 1080w, images/conference2.png 1376w"
alt="" class="image" /></div>
</div>
</div>
</section>
<section class="section_partners">
<div class="padding-global">
<div class="partners-logos">
<div><a href="https://www.hlth.com/2024event" target="_blank" class="w-inline-block"><img
src="images/hlth_logo-860x574-removebg-preview.png" width="306" height="Auto"
sizes="(max-width: 767px) 96px, (max-width: 991px) 15vw, 13vw" alt=""
srcset="images/hlth_logo-860x574-removebg-preview-p-500.png 500w, images/hlth_logo-860x574-removebg-preview.png 612w"
class="logo-img" /></a></div>
<div><a href="https://www.ces.tech" target="_blank" class="w-inline-block"><img
src="images/consumer_electronics_show-logo.wine.svg" width="306" height="Auto" alt=""
class="logo-img" /></a></div>
<div><a href="https://techcrunch.com/events/tc-disrupt-2024/" target="_blank" class="w-inline-block"><img
src="images/techchrunch.svg" width="306" height="Auto" alt="" class="logo-img" /></a></div>
<div><a href="https://vivatechnology.com" target="_blank" class="w-inline-block"><img
src="images/logo_viva_technology.svg.png" width="306" height="Auto"
sizes="(max-width: 767px) 96px, (max-width: 991px) 15vw, 13vw" alt=""
srcset="images/logo_viva_technology.svg-p-500.png 500w, images/logo_viva_technology.svg-p-800.png 800w, images/logo_viva_technology.svg-p-1080.png 1080w, images/logo_viva_technology.svg-p-1600.png 1600w, images/logo_viva_technology.svg-p-2000.png 2000w, images/logo_viva_technology.svg.png 2560w"
class="logo-img" /></a></div>
<div><a href="https://www.money2020.com" target="_blank" class="w-inline-block"><img
src="images/money-20204548-removebg-preview.png" width="306" height="Auto"
sizes="(max-width: 767px) 96px, (max-width: 991px) 15vw, 13vw" alt=""
srcset="images/money-20204548-removebg-preview-p-500.png 500w, images/money-20204548-removebg-preview.png 577w"
class="logo-img" /></a></div>
</div>
</div>
</section>
<section class="section_mainfeatures">
<div class="w-layout-blockcontainer padding-global padding-section-medium w-container">
<div class="mainfeatures_heading">
<div class="section-header text-align-center">
<h2 data-w-id="1c1118b1-a972-d2ea-ec7f-be02d8a7ec8c"
style="-webkit-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0"
class="heading-style-h6">LifeLink features<br /></h2>
<h3 data-w-id="6e8c5aff-4024-b7a9-74cb-f091c55bf2ed"
style="-webkit-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0">
Leading AI to Drive Engagement and Retention<br /></h3>
</div>
<div data-w-id="22e4c559-1951-ce22-4496-1deb2b1a2ff5"
style="-webkit-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0"
class="mainfeatures_component">
<div data-current="Tab 1" data-easing="ease" data-duration-in="300" data-duration-out="100"
class="mainfeatures_tabs w-tabs">
<div class="mainfeatures_tabs-menu w-tab-menu"><a data-w-tab="Tab 1"
class="mainfeatures_tabs-link w-inline-block w-tab-link w--current">
<div class="text-size-small">Continuous Engagement</div>
</a><a data-w-tab="Tab 2" class="mainfeatures_tabs-link w-inline-block w-tab-link">
<div class="text-size-small">Effortless Setup</div>
</a><a data-w-tab="Tab 3" class="mainfeatures_tabs-link w-inline-block w-tab-link">
<div class="text-size-small">Data-Driven Decisions</div>
</a></div>
<div class="mainfeatures_tabs-content w-tab-content">
<div data-w-tab="Tab 1" class="mainfeatures_tabs-pane w-tab-pane w--tab-active">
<div class="w-layout-grid mainfeatures_pane-content">
<div class="mainfeatures_image-wrapper"><img
sizes="(max-width: 479px) 77vw, (max-width: 767px) 82vw, (max-width: 991px) 42vw, 45vw"
srcset="images/blobs3-p-500.webp 500w, images/blobs3-p-800.webp 800w, images/blobs3-p-1080.webp 1080w, images/blobs3-p-1600.webp 1600w, images/blobs3.webp 2000w"
alt="Abstract 3D shapes, bubbles in orange and blue." src="images/blobs3.webp" loading="lazy"
class="mainfeatures_image" /></div>
<div id="w-node-_67d1a327-62ac-5e56-c425-a2489fefc79c-efe07743"
class="mainfeatures_content-wrapper">
<div class="mainfeatures_content">
<h3 class="heading-style-h3">Enhance Attendee Loyalty with Ongoing Engagement.</h3>
<p class="text-size-regular">Keep your attendees engaged long after the event with
personalized AI-driven interactions that encourage continuous networking, deepen
connections, and boost the chances of their return for future events.</p>
</div>
<div class="button-group"><a href="#waitlist"
class="button is-secondary text-size-regular text-weight-semibold w-button">Join
Waitlist</a></div>
</div>
</div>
</div>
<div data-w-tab="Tab 2" class="mainfeatures_tabs-pane w-tab-pane">
<div class="w-layout-grid mainfeatures_pane-content">
<div class="mainfeatures_image-wrapper"><img
sizes="(max-width: 479px) 77vw, (max-width: 767px) 82vw, (max-width: 991px) 42vw, 45vw"
srcset="images/blobs2-p-500.webp 500w, images/blobs2-p-800.webp 800w, images/blobs2-p-1080.webp 1080w, images/blobs2.webp 1500w"
alt="Abstract 3D shapes, bubbles in orange and blue." src="images/blobs2.webp" loading="lazy"
class="mainfeatures_image" /></div>
<div id="w-node-f706ffc9-4a87-6d6f-e736-e01c3b96ffde-efe07743"
class="mainfeatures_content-wrapper">
<div class="mainfeatures_content">
<h3 class="heading-style-h3">Effortless Integration with Your Event Management Tools.</h3>
<p class="text-size-regular">Our platform seamlessly integrates with your existing event
systems, streamlining setup and ensuring a hassle-free experience for both event organizers
and attendees from start to finish.</p>
</div>
<div class="button-group"><a href="#waitlist"
class="button is-secondary text-size-regular text-weight-semibold w-button">Join
Waitlist</a></div>
</div>
</div>
</div>
<div data-w-tab="Tab 3" class="mainfeatures_tabs-pane w-tab-pane">
<div class="w-layout-grid mainfeatures_pane-content">
<div class="mainfeatures_image-wrapper"><img
sizes="(max-width: 479px) 77vw, (max-width: 767px) 82vw, (max-width: 991px) 42vw, 45vw"
srcset="images/blobs2-p-500.webp 500w, images/blobs2-p-800.webp 800w, images/blobs2-p-1080.webp 1080w, images/blobs2.webp 1500w"
alt="Abstract 3D shapes, bubbles in orange and blue." src="images/blobs2.webp" loading="lazy"
class="mainfeatures_image" /></div>
<div id="w-node-b8a06062-6856-ae06-54fe-ca5e8cdcfba5-efe07743"
class="mainfeatures_content-wrapper">
<div class="mainfeatures_content">
<h3 class="heading-style-h3">Unlock Actionable Insights to Improve Future Events.</h3>
<p>Leverage real-time data and detailed analytics on attendee behavior and engagement to make
data-driven decisions, refine your event strategy, and build stronger connections with your
community.</p>
</div>
<div class="button-group"><a href="#waitlist"
class="button is-secondary text-size-regular text-weight-semibold w-button">Join
Waitlist</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section_features">
<div class="w-layout-blockcontainer padding-global padding-section-large w-container">
<div class="features_wrapper">
<div data-w-id="790e15ee-faa4-e6ce-afdb-fa0063b2475d"
style="-webkit-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0"
class="utility_header">
<h2 data-w-id="790e15ee-faa4-e6ce-afdb-fa0063b2475e"
style="-webkit-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0"
class="heading-style-h6">this is how it works<br /></h2>
<h2 class="heading-style-h3">Effortless Networking, Lasting Connections</h2>
</div>
<div class="w-layout-grid features_component">
<div id="w-node-c5516d98-0025-c9f2-6277-654d92780f1d-efe07743"
data-w-id="c5516d98-0025-c9f2-6277-654d92780f1d"
style="-webkit-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0"
class="features_top">
<div class="features_image-wrapper"><img src="images/img3.webp" loading="lazy"
sizes="(max-width: 479px) 82vw, (max-width: 767px) 38vw, (max-width: 991px) 480px, 45vw"
srcset="images/img3-p-500.webp 500w, images/img3-p-800.webp 800w, images/img3-p-1080.webp 1080w, images/img3.webp 1154w"
alt="UI Elements, time management app." class="features_image" /></div>
<div id="w-node-a9ba5952-76d7-bbf4-1198-efd90cc6c95c-efe07743" class="features_content">
<h3 class="heading-style-h4"><em class="italic-text">AI-driven intros based on industry, role, and
goals.</em></h3>
<p class="text-weight-normal text-size-regular">Our platform analyzes key factors like job role,
industry, and networking goals to intelligently match attendees. This ensures that each connection
is meaningful and aligned with their professional interests, setting the stage for productive
interactions.</p>
</div>
</div>
<div data-w-id="344d5423-7ab3-e47d-78d6-aaaefbff9a41"
style="-webkit-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0"
class="features_bottom">
<div id="w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a44-efe07743" class="features_content">
<h4><em>Automated scheduled introductions to kickstart lasting connections.</em></h4>
<p class="text-weight-normal text-size-regular">Once a match is made, the platform automatically
schedules meetings based on the availability of both participants. This seamless process allows
attendees to start their professional relationships immediately, ensuring consistent engagement from
the start.</p>
</div>
<div id="w-node-_344d5423-7ab3-e47d-78d6-aaaefbff9a42-efe07743" class="features_image-wrapper"><img
src="images/img2.webp" loading="lazy"
sizes="(max-width: 479px) 82vw, (max-width: 767px) 37vw, (max-width: 991px) 480px, 45vw"
srcset="images/img2-p-500.webp 500w, images/img2-p-800.webp 800w, images/img2-p-1080.webp 1080w, images/img2.webp 1460w"
alt="UI Elements, time management app." class="features_image" /></div>
</div>
</div>
<div class="button-group align-center"><a href="#waitlist" class="button is-secondary w-button">Join
Waitlist Now</a></div>
</div>
</div>
</section>
<section class="faq">
<div class="w-layout-blockcontainer padding-global padding-section-large w-container">
<div class="faq_wrapper">
<div class="faq_header">
<h3>Frequently Asked Questions</h3>
<p class="text-size-medium">Everything You Need to Know About Enhancing Event Engagement.</p>
</div>
<div class="faq_component">
<div data-w-id="cfa46428-026c-2b1e-26b1-fc82afe86913"
style="-webkit-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(null, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);opacity:0"
class="w-layout-grid faq_list">
<div class="faq_accordion">
<div data-w-id="cfa46428-026c-2b1e-26b1-fc82afe86939" class="faq_question">
<div class="text-weight-semibold text-size-medium">How does LifeLink improve attendee engagement
post-event?</div>
<div class="faq_icon">
<div class="icon-1x1-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1"
viewBox="0 0 8 8">
<path d="M4 0L4 8" className="cls-1" stroke=currentcolor stroke-width="0.8px"></path>
<path d="M8 4L0 4" className="cls-1" stroke=currentcolor stroke-width="0.8px"></path>
</svg></div>
</div>
</div>
<div style="width:100%;height:0px" class="faq_answer">
<div class="faq_answer-wrapper">
<p class="text-size-regular">LifeLink AI analyze attendee data like industry, role, and networking
goals to create tailored matches and schedule automated meetings. This keeps participants
engaged after the event, building connections that support their professional
growth.<br /><br />For organizers, this ongoing engagement fosters a lasting event community,
boosting repeat attendance and loyalty.</p>
</div>
</div>
</div>
<div class="faq_accordion">
<div data-w-id="d56fc1aa-2c43-9d69-7937-adcadde3481d" class="faq_question">
<div class="text-weight-semibold text-size-medium">How long does it take to set up LifeLink?</div>
<div class="faq_icon">
<div class="icon-1x1-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1"
viewBox="0 0 8 8">
<path d="M4 0L4 8" className="cls-1" stroke=currentcolor stroke-width="0.8px"></path>
<path d="M8 4L0 4" className="cls-1" stroke=currentcolor stroke-width="0.8px"></path>
</svg></div>
</div>
</div>
<div style="width:100%;height:0px" class="faq_answer">
<div class="faq_answer-wrapper">
<p class="text-size-regular">Setting up LifeLink AI takes only a few minutes, with easy, one-click
importing for attendee lists and automatic data syncing for a seamless experience.</p>
</div>
</div>
</div>
<div class="faq_accordion">
<div data-w-id="7327a917-cb09-3c19-9626-040273db18ba" class="faq_question">
<div class="text-weight-semibold text-size-medium">What does it cost to use LifeLink?</div>
<div class="faq_icon">
<div class="icon-1x1-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1"
viewBox="0 0 8 8">
<path d="M4 0L4 8" className="cls-1" stroke=currentcolor stroke-width="0.8px"></path>
<path d="M8 4L0 4" className="cls-1" stroke=currentcolor stroke-width="0.8px"></path>
</svg></div>
</div>
</div>
<div style="width:100%;height:0px" class="faq_answer">
<div class="faq_answer-wrapper">
<p class="text-size-regular">Pricing is based on the number of attendees and level of
customization. Plans start at $5 per participant, with options for annual subscriptions if you
host multiple events each year.</p>
</div>
</div>
</div>
<div class="faq_accordion">
<div data-w-id="922e21d1-9ddb-c081-b4e4-0f49dad8d021" class="faq_question">
<div class="text-weight-semibold text-size-medium"><strong>What kind of data can I expect on
attendee engagement?</strong></div>
<div class="faq_icon">
<div class="icon-1x1-xxsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1"
viewBox="0 0 8 8">
<path d="M4 0L4 8" className="cls-1" stroke=currentcolor stroke-width="0.8px"></path>
<path d="M8 4L0 4" className="cls-1" stroke=currentcolor stroke-width="0.8px"></path>
</svg></div>
</div>
</div>
<div style="width:100%;height:0px" class="faq_answer">
<div class="faq_answer-wrapper">
<p class="text-size-regular">We provide detailed insights into attendee interactions, engagement
rates, and network growth post-event, helping you refine strategies and demonstrate the value of
ongoing connection for future events.</p>
</div>
</div>
</div>
</div>
</div>
<div class="faq_cta">
<div class="section-header text-align-center">
<h3>Still have a question?</h3>
<p class="text-size-medium">We’re here to help! Reach out to learn how LifeLink can enhance your events.
</p>
</div>
<div class="button-group align-center"><a href="/about" class="button w-button">Contact Us</a></div>
</div>
</div>
</div>
</section>
<section id="waitlist" data-w-id="f09f8f88-89db-921a-712f-8b274a69b61f" style="opacity:0" class="section_cta">
<div class="w-layout-blockcontainer padding-global padding-section-medium w-container">
<div class="cta_wrapper">
<div class="cta_header">
<h2 class="text-color-invert">Join the Waitlist for Early Access</h2>
<p class="text-size-medium text-color-white">Be among the first to boost attendee loyalty and transform
event engagement with LifeLink AI.</p>
</div>
<div class="cta_form-block w-form">
<form id="wf-form-Newsletter-form-2" name="wf-form-Newsletter-form-2" data-name="Newsletter form"
method="get" class="cta_form" data-wf-page-id="672ce29bea92ce97efe07743"
data-wf-element-id="f09f8f88-89db-921a-712f-8b274a69b62b">
<div class="signup-form-wrapper"><input class="form-input w-input" maxlength="256" name="Email"
data-name="Email" placeholder="Enter your email" type="email" id="Email-4" required="" /><a href="/"
aria-current="page" class="button w-button w--current">Reserve Spot</a></div>
<div class="text-align-left"></div>
</form>
<div class="success-message w-form-done">
<div class="success-text">Thank you! Your submission has been received!</div>
</div>
<div class="error-message w-form-fail">
<div class="error-text">Oops! Something went wrong while submitting the form.</div>
</div>
</div>
</div>
</div>
</section>
</main>
<section class="section_footer">
<div class="w-layout-blockcontainer padding-global padding-section-medium w-container">
<div class="line-divider background-color-white"></div>
<div class="footer_bottom-wrapper">
<div class="footer_credit-text">© 2024 LifeLink-AI, Inc. All rights reserved.</div>
<div class="w-layout-grid footer_legal-list">
<!-- Updated links -->
<a href="privacy-policy.html" class="footer_legal-link">Privacy Policy</a>
<a href="terms-of-use.html" class="footer_legal-link">Terms of Service</a>
<a href="cookies-settings.html" class="footer_legal-link">Cookies Settings</a>
</div>
</div>
</div>
</section>
</div>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/webflow-script.js" type="text/javascript"></script>
</body>
</html>