-
Notifications
You must be signed in to change notification settings - Fork 0
/
process.html
613 lines (394 loc) · 20.8 KB
/
process.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Augmentica</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="./src/styles.css">
<link rel="icon" type="image/png" href="./assets/icons/favicon.png">
<style>
#webgi-canvas-container{
/* margin: 10vh 10vw; */
background: #bf9b74; /* fallback for old browsers */
}
</style>
</head>
<body>
<div class="trigger"></div>
<div class="trigger1"></div>
<!-- NavBar /////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////// -->
<div class="bg-[#F7F4F2] shadow-2xl w-full lg:w-screen flex-wrap lg:flex py-2 px-5 lg:px-12 flex-col lg:flex-row items-center fixed z-40">
<div class="flex items-center justify-between w-full lg:w-auto">
<a class=" w-auto flex title-font font-medium items-center text-gray-900 mb-4 lg:mb-0">
<img class="lg:w-48 md:w-28 " src="./assets/icons/logo.png" width="200px" alt="">
</a>
<!-- Hamburger Menu Icon -->
<div id="mobileMenuButton" class="lg:hidden cursor-pointer text-[#f78f53]">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</div>
</div>
<nav id="mobileNav" class="lg:ml-auto hidden flex-wrap flex justify-center items-center text-base gap-5 xl:gap-10 md:gap-2 lg:flex">
<a href="/index.html"><button class=" text-[#004586] font-semibold hover:text-gray-900 text-center inline-flex items-center" type="button" data-dropdown-toggle="dropdown">Home</button>
</a>
<!-- This is an example component -->
<div class="max-w-lg mx-auto">
<button class=" text-[#004586] font-semibold hover:text-gray-900 text-center inline-flex items-center" type="button" data-dropdown-toggle="dropdown">Services <svg class="w-4 h-4 ml-2" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg></button>
<!-- Dropdown menu -->
<div class="hidden bg-white text-base z-50 list-none divide-y divide-gray-100 rounded shadow my-4" id="dropdown">
<ul class="py-1" aria-labelledby="dropdown">
<li>
<a href="/services.html" class="text-sm hover:bg-gray-100 text-gray-700 block px-4 py-2">Overview</a>
</li>
<li>
<a href="/3dconfig.html" class="text-sm hover:bg-gray-100 text-gray-700 block px-4 py-2">3D
Configurators</a>
</li>
<li>
<a href="/3dvisual.html" class="text-sm hover:bg-gray-100 text-gray-700 block px-4 py-2">3D
Visualization</a>
</li>
<li>
<a href="/ar.html" class="text-sm hover:bg-gray-100 text-gray-700 block px-4 py-2">Augmented Reality</a>
</li>
<li>
<a href="/ai.html" class="text-sm hover:bg-gray-100 text-gray-700 block px-4 py-2">Artificial
Intelligence</a>
</li>
</ul>
</div>
</div>
<div class="max-w-lg mx-auto">
<button class=" text-[#004586] font-semibold hover:text-gray-900 text-center inline-flex items-center" type="button" data-dropdown-toggle="dropdown2">Resources <svg class="w-4 h-4 ml-2" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg></button>
<div class="hidden bg-white text-base z-50 list-none divide-y divide-gray-100 rounded shadow my-4" id="dropdown2">
<ul class="py-1" aria-labelledby="dropdown">
<a href="/faq.html#faq" class="text-sm hover:bg-gray-100 text-gray-700 block px-4 py-2">FAQ</a>
</li>
<li>
<a href="/faq.html#otherservice" class="text-sm hover:bg-gray-100 text-gray-700 block px-4 py-2">More Services</a>
</li>
</ul>
</div>
</div>
<div class="max-w-lg mx-auto">
<a href="./benefits.html"> <button class=" text-[#004586] font-semibold hover:text-gray-900 text-center inline-flex items-center" type="button" >Benefits </button>
</a>
</div>
<div class="max-w-lg mx-auto">
<a href="./process.html"> <button class=" text-[#004586] font-semibold hover:text-gray-900 text-center inline-flex items-center" type="button" >Process</button>
</a>
<!-- Dropdown menu -->
</div>
<a href="/demo.html" class="mr-3 md:mr-5 cursor-pointer text-[#004586] font-semibold hover:text-gray-900">Demo
Gallery</a>
<a href="/contact.html"> <button class=" text-[#004586] font-semibold hover:text-gray-900 text-center inline-flex items-center" type="button" >Contact</button>
</a>
<button class="inline-flex items-center bg-[#FE8E5C] shadow-lg font-semibold text-white transition-all border-0 py-3 px-6 md:px-9 focus:outline-none hover:bg-gray-200 rounded-xl text-base mt-4 md:mt-0">GET
PRICING</button>
</nav>
</div>
<div class=" w-screen h-screen absolute flex flex-row mt-10 md:mt-0 gap-y-16 items-center justify-around gap-x-24 flex-wrap">
<div class=" text-center md:w-1/2 md:text-left ">
<h1 class=" text-5xl md:text-6xl font-bold text-white ">Our Processes</h1>
<p class="text-white text-xl my-8">We See Ecommerce Differently!</p>
<button
class="text-white font-semibold text-2xl py-4 px-7 transition-all rounded-xl bg-green-400 hover:bg-red-400">Request
Demo</button>
</div>
<div class="btn flex gap-x-6 mt-10 md:mt-0 md:flex-col md:gap-y-8 ">
</div>
</div>
<div id="webgi-canvas-container" class="flex justify-center items-center w-screen h-screen" >
<canvas id="webgi-canvas" class="w-full h-full"></canvas>
</div>
<!-- <img class="absolute opacity-40" src="./assets/icons/sphere.svg" alt="">
<img class="absolute opacity-40 left-3/4 top-[160%]" src="./assets/icons/sphere2.svg" alt=""> -->
<div class="flex justify-center items-center bg-sky-800 py-16">
<p id="onboarding" class="text-white text-center text-4xl md:text-6xl font-semibold">OnBoarding Process</p>
</div>
<div class="w-screen flex justify-center items-center ">
<div class="mx-6 my-5 md:w-2/3">
<span><h2 class="font-bold mt-4">Title 1</h2>
<p class="font-thin">Lorem ipsum dolor sit amet consectetur adipisicing elit. Culpa eveniet natus quas nihil aliquam corporis debitis maxime asperiores tempore expedita cum, aperiam, optio necessitatibus labore obcaecati quibusdam sed. Iste tempora nobis ex ea eaque harum id obcaecati! Officia unde repellat dolorem adipisci maiores sequi ipsam quo, eveniet consequatur sunt maxime sapiente incidunt! Dolores optio, facere, et alias doloremque cum rerum eius earum est consectetur praesentium quas laborum labore iure accusamus quos tempora adipisci provident necessitatibus. At tenetur sequi facere veniam?</p>
<br>
<span><h2 class="font-bold mt-4">Title 2</h2>
<p class="font-thin">Lorem ipsum dolor sit amet consectetur adipisicing elit. Culpa eveniet natus quas nihil aliquam corporis debitis maxime asperiores tempore expedita cum, aperiam, optio necessitatibus labore obcaecati quibusdam sed. Iste tempora nobis ex ea eaque harum id obcaecati! Officia unde repellat dolorem adipisci maiores sequi ipsam quo, eveniet consequatur sunt maxime sapiente incidunt! Dolores optio, facere, et alias doloremque cum rerum eius earum est consectetur praesentium quas laborum labore iure accusamus quos tempora adipisci provident necessitatibus. At tenetur sequi facere veniam?</p>
<br>
<span><h2 class="font-bold mt-4">Title 3</h2>
<p class="font-thin">Lorem ipsum dolor sit amet consectetur adipisicing elit. Culpa eveniet natus quas nihil aliquam corporis debitis maxime asperiores tempore expedita cum, aperiam, optio necessitatibus labore obcaecati quibusdam sed. Iste tempora nobis ex ea eaque harum id obcaecati! Officia unde repellat dolorem adipisci maiores sequi ipsam quo, eveniet consequatur sunt maxime sapiente incidunt! Dolores optio, facere, et alias doloremque cum rerum eius earum est consectetur praesentium quas laborum labore iure accusamus quos tempora adipisci provident necessitatibus. At tenetur sequi facere veniam?</p>
<br>
</div>
</span>
</div>
<div class="flex justify-center items-center bg-sky-800 py-16">
<p class="text-white text-center text-4xl md:text-6xl font-semibold">Maintenence</p>
</div>
<section class="py-10 bg-gray-100 sm:py-16 lg:py-24">
<div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
<div class="max-w-2xl mx-auto text-center">
<h2 class="text-3xl font-bold leading-tight text-black sm:text-4xl lg:text-5xl" id="maintenence">Maintenence</h2>
<p class="max-w-lg mx-auto mt-4 text-base leading-relaxed text-gray-600">Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis.</p>
</div>
<ul class="max-w-md mx-auto mt-16 space-y-12">
<li class="relative flex items-start">
<div class="-ml-0.5 absolute mt-0.5 top-14 left-8 w-px border-l-4 border-dotted border-gray-300 h-full" aria-hidden="true"></div>
<div class="relative flex items-center justify-center flex-shrink-0 w-16 h-16 bg-white rounded-full shadow">
<svg class="w-10 h-10 text-fuchsia-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z" />
</svg>
</div>
<div class="ml-6">
<h3 class="text-lg font-semibold text-black">Taking Care Of Quality</h3>
<p class="mt-4 text-base text-gray-600">Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit.</p>
</div>
</li>
<li class="relative flex items-start">
<div class="-ml-0.5 absolute mt-0.5 top-14 left-8 w-px border-l-4 border-dotted border-gray-300 h-full" aria-hidden="true"></div>
<div class="relative flex items-center justify-center flex-shrink-0 w-16 h-16 bg-white rounded-full shadow">
<svg class="w-10 h-10 text-fuchsia-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M15 15l-2 5L9 9l11 4-5 2zm0 0l5 5M7.188 2.239l.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656l-2.12 2.122" />
</svg>
</div>
<div class="ml-6">
<h3 class="text-lg font-semibold text-black">Pricing Updates</h3>
<p class="mt-4 text-base text-gray-600">Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit.</p>
</div>
</li>
<li class="relative flex items-start">
<div class="relative flex items-center justify-center flex-shrink-0 w-16 h-16 bg-white rounded-full shadow">
<svg class="w-10 h-10 text-fuchsia-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1" d="M13 10V3L4 14h7v7l9-11h-7z" />
</svg>
</div>
<div class="ml-6">
<h3 class="text-lg font-semibold text-black">Other Updates</h3>
<p class="mt-4 text-base text-gray-600">Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit.</p>
</div>
</li>
</ul>
</div>
</section>
<section class="py-10 bg-gray-100 sm:py-16 lg:py-24" id="stats">
<div class="max-w-5xl px-4 mx-auto sm:px-6 lg:px-8 ">
<div class="max-w-2xl mx-auto text-center">
<h2 class="text-3xl font-bold leading-tight text-black sm:text-4xl lg:text-5xl">Numbers tell our story</h2>
<p class="mt-3 text-xl leading-relaxed text-gray-600 md:mt-8">Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis.</p>
</div>
<div class="grid grid-cols-1 gap-8 mt-10 text-center lg:mt-24 sm:gap-x-8 md:grid-cols-2">
<div >
<svg class="mx-auto" width="120" height="120" viewBox="0 0 120 120">
<!-- Background Circle -->
<circle cx="60" cy="60" r="50" fill="none" stroke="#E5E7EB" stroke-width="20"></circle>
<!-- Progress Circle -->
<circle cx="60" cy="60" r="50" fill="none" stroke="#10B981" stroke-width="20" stroke-dasharray="314.16" stroke-dashoffset="188.5" class="transform rotate-90 origin-center animate-rotate duration-1000"></circle>
<!-- Text inside the circle -->
<text x="50%" y="50%" dy=".3em" font-size="20" text-anchor="middle" fill="#333">24%</text>
</svg>
<p class="mt-4 text-center text-gray-600">Only 24% of e-commerce businesses had implemented AR or VR </p>
</div>
<div>
<h3 class="font-bold text-7xl">
<span class="text-transparent bg-clip-text bg-gradient-to-r from-fuchsia-600 to-blue-600">+</span><span class="text-transparent bg-clip-text bg-gradient-to-r from-fuchsia-600 to-blue-600" data-counter-target="240" id="click-rate"> 0 </span><span class="class="text-transparent bg-clip-text bg-gradient-to-r from-fuchsia-600 to-blue-600"">%</span>
</h3>
<p class="mt-4 text-xl font-medium text-gray-900">Brand Loyalty</p>
<p class="text-base mt-0.5 text-gray-500">Than Before</p>
</div>
</div>
<div id="example"
data-counter-origin="10"
data-counter-target="100"
data-counter-type="bar"
data-counter-duration="3000">
</div>
</div>
</section>
<section class="text-gray-600 body-font bg-[#004586]">
<div class="container px-5 py-24 mx-auto flexc flex-wrap ">
<div class="flex flex-col w-full mb-20 flex-wrap justify-between">
<h1 class="sm:text-3xl text-4xl font-medium title-font text-white lg:w-1/3 lg:mb-0 mb-4">Visit Our Demo Gallery</h1>
<p class="lg:pl-6 lg:w-2/3 mx-auto leading-relaxed text-base text-gray-300">Here’s what we've been up to recently.</p>
<div>
<a href="./demo.html">
<button class="text-2xl text-white flex items-center py-4 px-5 border-solid border-2 rounded-md hover:bg-blue-900 ">
View All
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 ml-2" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
</svg>
</button>
</a>
</div>
</div>
<div class="flex flex-wrap ">
<div class="flex flex-wrap ">
<div class="md:p-2 p-1 w-1/3">
<img alt="gallery" class="w-full object-cover h-full object-center block" src="./assets/images/snapshot 1.png">
</div>
<div class="md:p-2 p-1 w-1/3">
<img alt="gallery" class="w-full object-cover h-full object-center block" src="./assets/images/bag.png">
</div>
<div class="md:p-2 p-1 w-1/3">
<img alt="gallery" class="w-full object-cover h-full object-center block" src="./assets/images/bike.png">
</div>
</div>
</div>
</div>
</section>
<script src="./src/counter.min.js"></script>
<script type="module">
import {
ViewerApp,
AssetManagerPlugin,
GBufferPlugin,
timeout,
ProgressivePlugin,
TonemapPlugin,
SSRPlugin,
SSAOPlugin,
DiamondPlugin,
FrameFadePlugin,
GLTFAnimationPlugin,
GroundPlugin,
BloomPlugin,
TemporalAAPlugin,
AnisotropyPlugin,
GammaCorrectionPlugin,
Object3D, Material,
Vector3, Vector2,
Texture,
Color,
addBasePlugins,
TweakpaneUiPlugin, AssetManagerBasicPopupPlugin, CanvasSnipperPlugin, MeshStandardMaterial,
// Color, // Import THREE.js internals
// Texture, // Import THREE.js internals
} from "webgi";
const mobileMenuButton = document.getElementById("mobileMenuButton");
const mobileNav = document.getElementById("mobileNav");
mobileMenuButton.addEventListener("click", ()=>{
mobileNav.classList.toggle("hidden");
});
new Counter("#click-rate")
new Counter("#roi")
new Counter("#example")
async function setupViewer(){
// Initialize the viewer
const viewer = new ViewerApp({
canvas: document.getElementById('webgi-canvas'),
})
// Add some plugins
const manager = await viewer.addPlugin(AssetManagerPlugin)
// Add a popup(in HTML) with download progress when any asset is downloading.
await viewer.addPlugin(AssetManagerBasicPopupPlugin)
// Add plugins individually.
// await viewer.addPlugin(GBufferPlugin)
// await viewer.addPlugin(new ProgressivePlugin(32))
// await viewer.addPlugin(new TonemapPlugin(!viewer.useRgbm))
// await viewer.addPlugin(GammaCorrectionPlugin)
// await viewer.addPlugin(SSRPlugin)
// await viewer.addPlugin(SSAOPlugin)
// await viewer.addPlugin(DiamondPlugin)
// await viewer.addPlugin(FrameFadePlugin)
// await viewer.addPlugin(GLTFAnimationPlugin)
// await viewer.addPlugin(GroundPlugin)
// await viewer.addPlugin(BloomPlugin)
// await viewer.addPlugin(TemporalAAPlugin)
// await viewer.addPlugin(AnisotropyPlugin)
// and many more...
// or use this to add all main ones at once.
await addBasePlugins(viewer)
// Add more plugins not available in base, like CanvasSnipperPlugin which has helpers to download an image of the canvas.
await viewer.addPlugin(CanvasSnipperPlugin)
// This must be called once after all plugins are added.
viewer.renderer.refreshPipeline()
// Import and add a GLB file.
let url =new URL( './public/laptop.glb', import.meta.url );
url = "" + url;
const model = await viewer.load(url)
const object3d = model.modelObject
console.log(object3d)
const easing = "power.0"
// Gsap Scroll Animation
gsap.registerPlugin(ScrollTrigger)
const tl = gsap.timeline({
// duration:10,
ease: easing,
scrollTrigger: {
trigger: ".trigger",
scrub : 1,
// start: " top bottom ",
endTrigger: ".trigger1",
// end: "top top",
}
})
console.log(object3d.position.x,object3d.position.y,viewer.scene.activeCamera.position.z)
// 1.31796875 0 5.816619871586759
// Function to adjust the object's properties based on screen width
function adjustObjectProperties() {
if (window.innerWidth <= 768) {
object3d.position.x = -0.2;
object3d.position.y = -2.4;
viewer.scene.activeCamera.position.z = 15
viewer.scene.activeCamera.positionUpdated(); // this must be called to notify the controller on value update
} else {
object3d.position.x = 3;
object3d.position.y = -1.3;
viewer.scene.activeCamera.position.z =5.816619871586759
viewer.scene.activeCamera.positionUpdated(); // this must be called to notify the controller on value update
}
console.log(object3d.position.z)
}
// Initial adjustment
adjustObjectProperties();
// Listen for window resize events and adjust object properties accordingly
window.addEventListener('resize', adjustObjectProperties);
// Camera
tl.to(object3d.position, {
y : -3,
ease: easing,
duration: 1,
}, "<");
tl.to(object3d.rotation, {
y : Math.PI * 2,
ease: easing,
duration: 1,
}, "<");
// Mouse Move Effect
let mouseX = 0;
let mouseY = 0;
let targetX = 0;
let targetY = 0;
const windowHalfX = window.innerWidth / 2;
const windowHalfY = window.innerHeight / 2;
document.addEventListener( 'mousemove', onDocumentMouseMove );
function onDocumentMouseMove( event ) {
mouseX = ( event.clientX - windowHalfX );
mouseY = ( event.clientY - windowHalfY );
viewer.setDirty()
}
AOS.init();
function animate() {
requestAnimationFrame( animate );
targetX = mouseX * .0001;
targetY = mouseY * .00008;
if (object3d) {
object3d.rotation.x += 0.07 * ( targetX - object3d.rotation.x );
object3d.rotation.z += 0.07 * ( targetY - object3d.rotation.z);
}
viewer.setDirty()
}
animate();
}
setupViewer()
new Counter('#team');
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.2/ScrollTrigger.min.js"></script>
<script src="https://unpkg.com/@themesberg/flowbite@latest/dist/flowbite.bundle.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
</body>
</html>