-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
865 lines (789 loc) · 51.6 KB
/
index.html
File metadata and controls
865 lines (789 loc) · 51.6 KB
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
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PaygOps - Digitalise Your Field Operations | Modern Microservices Platform</title>
<meta name="description" content="Comprehensive software solutions to digitalise field operations. Interoperable microservices for leads, payments, inventory, and ticketing.">
<!-- Fonts -->
<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=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap" rel="stylesheet">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- GSAP for Animations -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<!-- Lucide Icons -->
<script src="https://unpkg.com/lucide@latest"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
display: ['Space Grotesk', 'sans-serif'],
},
colors: {
navy: {
800: '#1a2744', // Main dark blue from original
900: '#0f172a', // Darker navy
950: '#020617', // Deepest navy
},
coral: {
500: '#ef4444', // Red/coral accent
600: '#dc2626',
700: '#b91c1c',
}
},
animation: {
'float': 'float 6s ease-in-out infinite',
'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',
},
keyframes: {
float: {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-20px)' },
}
}
}
}
}
</script>
<style>
.gradient-text {
background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.glass-card {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-gradient {
background: radial-gradient(circle at 50% 50%, rgba(239, 68, 68, 0.1) 0%, transparent 50%);
}
.mesh-gradient {
background-color: #ffffff;
background-image:
radial-gradient(at 40% 20%, rgba(239, 68, 68, 0.05) 0px, transparent 50%),
radial-gradient(at 80% 0%, rgba(26, 39, 68, 0.05) 0px, transparent 50%),
radial-gradient(at 0% 50%, rgba(26, 39, 68, 0.05) 0px, transparent 50%);
}
.stat-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px -15px rgba(26, 39, 68, 0.2);
}
.service-card {
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover {
transform: translateY(-8px);
}
.service-card:hover .icon-wrapper {
background: linear-gradient(135deg, #1a2744 0%, #0f172a 100%);
color: white;
}
.marquee {
animation: marquee 30s linear infinite;
}
@keyframes marquee {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s ease-out;
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
.navy-gradient {
background: linear-gradient(135deg, #1a2744 0%, #0f172a 100%);
}
</style>
</head>
<body class="font-sans text-gray-800 antialiased mesh-gradient overflow-x-hidden">
<!-- Navigation -->
<nav id="navbar" class="fixed w-full z-50 transition-all duration-300 bg-white/90 backdrop-blur-md border-b border-gray-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-20">
<div class="flex items-center space-x-2 cursor-pointer" onclick="window.scrollTo(0,0)">
<div class="w-10 h-10 navy-gradient rounded-xl flex items-center justify-center text-white font-bold text-xl shadow-lg">
P
</div>
<span class="font-display font-bold text-2xl text-navy-900 tracking-tight">Payg<span class="text-coral-600">Ops</span></span>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="#microservices" class="text-navy-800 hover:text-coral-600 font-medium transition-colors">Microservices</a>
<a href="#features" class="text-navy-800 hover:text-coral-600 font-medium transition-colors">Features</a>
<a href="#pricing" class="text-navy-800 hover:text-coral-600 font-medium transition-colors">Pricing</a>
<a href="#about" class="text-navy-800 hover:text-coral-600 font-medium transition-colors">About</a>
</div>
<div class="flex items-center space-x-4">
<button class="hidden md:block text-navy-800 hover:text-coral-600 font-medium transition-colors">Sign In</button>
<button class="bg-coral-600 hover:bg-coral-700 text-white px-6 py-2.5 rounded-full font-medium transition-all transform hover:scale-105 shadow-lg hover:shadow-coral-500/30">
Get Started
</button>
<button class="md:hidden p-2 text-navy-800" onclick="toggleMobileMenu()">
<i data-lucide="menu" class="w-6 h-6"></i>
</button>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white border-t border-gray-200 absolute w-full shadow-lg">
<div class="px-4 pt-2 pb-6 space-y-2">
<a href="#microservices" class="block px-3 py-2 text-navy-800 hover:text-coral-600 font-medium">Microservices</a>
<a href="#features" class="block px-3 py-2 text-navy-800 hover:text-coral-600 font-medium">Features</a>
<a href="#pricing" class="block px-3 py-2 text-navy-800 hover:text-coral-600 font-medium">Pricing</a>
<a href="#about" class="block px-3 py-2 text-navy-800 hover:text-coral-600 font-medium">About</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="relative pt-32 pb-20 lg:pt-40 lg:pb-32 overflow-hidden">
<div class="absolute inset-0 hero-gradient"></div>
<!-- Animated Background Elements -->
<div class="absolute top-20 left-10 w-72 h-72 bg-coral-200 rounded-full mix-blend-multiply filter blur-xl opacity-30 animate-float"></div>
<div class="absolute top-40 right-10 w-72 h-72 bg-navy-800 rounded-full mix-blend-multiply filter blur-xl opacity-20 animate-float" style="animation-delay: 2s"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div class="space-y-8">
<div class="inline-flex items-center space-x-2 bg-coral-50 border border-coral-100 rounded-full px-4 py-2 text-coral-700 text-sm font-medium">
<span class="flex h-2 w-2 rounded-full bg-coral-600 animate-pulse"></span>
<span>Now serving 40+ countries worldwide</span>
</div>
<h1 class="font-display text-5xl lg:text-7xl font-bold text-navy-900 leading-tight">
Digitalise Your <br>
<span class="gradient-text">Field Operations</span>
</h1>
<p class="text-xl text-navy-800/70 leading-relaxed max-w-lg">
Interoperable microservices to streamline processes from leads to contracts, payments, ticketing, and inventory. Built for last-mile distributors.
</p>
<div class="flex flex-col sm:flex-row gap-4">
<button class="bg-coral-600 hover:bg-coral-700 text-white px-8 py-4 rounded-full font-semibold text-lg transition-all transform hover:scale-105 shadow-xl hover:shadow-coral-500/30 flex items-center justify-center space-x-2 group">
<span>Start Free Trial</span>
<i data-lucide="arrow-right" class="w-5 h-5 group-hover:translate-x-1 transition-transform"></i>
</button>
<button class="bg-white hover:bg-gray-50 text-navy-900 border-2 border-navy-200 px-8 py-4 rounded-full font-semibold text-lg transition-all flex items-center justify-center space-x-2 hover:border-coral-600 hover:text-coral-600">
<i data-lucide="play-circle" class="w-5 h-5"></i>
<span>Watch Demo</span>
</button>
</div>
<div class="flex items-center space-x-4 text-sm text-navy-800/60">
<div class="flex -space-x-2">
<div class="w-8 h-8 rounded-full bg-navy-100 border-2 border-white flex items-center justify-center text-xs font-bold text-navy-700">A</div>
<div class="w-8 h-8 rounded-full bg-coral-100 border-2 border-white flex items-center justify-center text-xs font-bold text-coral-700">B</div>
<div class="w-8 h-8 rounded-full bg-green-100 border-2 border-white flex items-center justify-center text-xs font-bold text-green-700">C</div>
</div>
<p>Trusted by <span class="font-semibold text-navy-900">500+</span> distributors</p>
</div>
</div>
<div class="relative">
<div class="relative bg-white rounded-3xl shadow-2xl p-6 border border-gray-200 transform hover:rotate-1 transition-transform duration-500">
<div class="absolute -top-4 -right-4 bg-coral-600 text-white px-4 py-2 rounded-full text-sm font-bold shadow-lg animate-pulse-slow">
Live Dashboard
</div>
<!-- Mock Dashboard -->
<div class="space-y-4">
<div class="flex justify-between items-center pb-4 border-b border-gray-200">
<div class="flex items-center space-x-3">
<div class="w-10 h-10 rounded-full bg-navy-100 flex items-center justify-center">
<i data-lucide="layout-dashboard" class="w-5 h-5 text-navy-800"></i>
</div>
<div>
<div class="font-semibold text-navy-900">Operations Overview</div>
<div class="text-xs text-navy-800/60">Real-time metrics</div>
</div>
</div>
<div class="flex space-x-2">
<div class="w-3 h-3 rounded-full bg-coral-400"></div>
<div class="w-3 h-3 rounded-full bg-navy-400"></div>
<div class="w-3 h-3 rounded-full bg-green-400"></div>
</div>
</div>
<div class="grid grid-cols-2 gap-4">
<div class="bg-gray-50 rounded-xl p-4 border border-gray-100">
<div class="text-2xl font-bold text-navy-900">24.5k</div>
<div class="text-sm text-navy-800/60">Active Contracts</div>
<div class="mt-2 h-2 bg-gray-200 rounded-full overflow-hidden">
<div class="h-full bg-coral-600 w-3/4 rounded-full"></div>
</div>
</div>
<div class="bg-gray-50 rounded-xl p-4 border border-gray-100">
<div class="text-2xl font-bold text-navy-900">98.2%</div>
<div class="text-sm text-navy-800/60">Collection Rate</div>
<div class="mt-2 h-2 bg-gray-200 rounded-full overflow-hidden">
<div class="h-full bg-green-500 w-[98%] rounded-full"></div>
</div>
</div>
</div>
<div class="bg-gray-50 rounded-xl p-4 space-y-3 border border-gray-100">
<div class="flex justify-between text-sm font-medium text-navy-900">
<span>Recent Payments</span>
<span class="text-coral-600 cursor-pointer hover:underline">View All</span>
</div>
<div class="space-y-2">
<div class="flex justify-between items-center bg-white p-3 rounded-lg shadow-sm border border-gray-100">
<div class="flex items-center space-x-3">
<div class="w-8 h-8 rounded-full bg-green-100 flex items-center justify-center">
<i data-lucide="check" class="w-4 h-4 text-green-600"></i>
</div>
<span class="text-sm font-medium text-navy-900">John D.</span>
</div>
<span class="text-sm font-bold text-navy-900">$45.00</span>
</div>
<div class="flex justify-between items-center bg-white p-3 rounded-lg shadow-sm border border-gray-100">
<div class="flex items-center space-x-3">
<div class="w-8 h-8 rounded-full bg-green-100 flex items-center justify-center">
<i data-lucide="check" class="w-4 h-4 text-green-600"></i>
</div>
<span class="text-sm font-medium text-navy-900">Sarah M.</span>
</div>
<span class="text-sm font-bold text-navy-900">$32.50</span>
</div>
</div>
</div>
</div>
</div>
<!-- Floating Elements -->
<div class="absolute -bottom-6 -left-6 bg-white rounded-2xl shadow-xl p-4 border border-gray-200 animate-float">
<div class="flex items-center space-x-3">
<div class="w-12 h-12 bg-green-100 rounded-full flex items-center justify-center">
<i data-lucide="trending-up" class="w-6 h-6 text-green-600"></i>
</div>
<div>
<div class="text-sm text-navy-800/60">Revenue Growth</div>
<div class="text-xl font-bold text-green-600">+127%</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="py-20 bg-white relative overflow-hidden border-y border-gray-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
<div class="stat-card bg-navy-50 rounded-2xl p-6 text-center border border-navy-100">
<div class="text-4xl font-display font-bold text-coral-600 mb-2 counter" data-target="10">0</div>
<div class="text-navy-800 font-medium">Years Experience</div>
</div>
<div class="stat-card bg-navy-50 rounded-2xl p-6 text-center border border-navy-100">
<div class="text-4xl font-display font-bold text-coral-600 mb-2 counter" data-target="6">0</div>
<div class="text-navy-800 font-medium">Million People Impacted</div>
</div>
<div class="stat-card bg-navy-50 rounded-2xl p-6 text-center border border-navy-100">
<div class="text-4xl font-display font-bold text-coral-600 mb-2 counter" data-target="40">0</div>
<div class="text-navy-800 font-medium">Countries Served</div>
</div>
<div class="stat-card bg-navy-50 rounded-2xl p-6 text-center border border-navy-100">
<div class="text-4xl font-display font-bold text-coral-600 mb-2">1M+</div>
<div class="text-navy-800 font-medium">Transactions/Hour</div>
</div>
</div>
</div>
</section>
<!-- Microservices Section -->
<section id="microservices" class="py-24 relative">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center max-w-3xl mx-auto mb-16 reveal">
<h2 class="font-display text-4xl font-bold text-navy-900 mb-4">Modular Microservices</h2>
<p class="text-xl text-navy-800/70">Build your perfect operational toolkit. Select from our range of interoperable microservices, each designed to streamline specific aspects of your field operations.</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Leads -->
<div class="service-card bg-white rounded-2xl p-8 shadow-lg border border-gray-200 hover:shadow-2xl hover:border-coral-200 reveal">
<div class="icon-wrapper w-14 h-14 bg-navy-50 rounded-xl flex items-center justify-center mb-6 transition-all duration-300">
<i data-lucide="users" class="w-7 h-7 text-navy-800"></i>
</div>
<h3 class="font-display text-xl font-bold text-navy-900 mb-3">Leads Management</h3>
<p class="text-navy-800/70 mb-4">Maximize sales potential with customizable KYC forms, prospect management, and sales pipeline analytics.</p>
<div class="flex items-center justify-between pt-4 border-t border-gray-200">
<span class="text-sm font-medium text-coral-600">From $0.05/month</span>
<button class="text-navy-800 hover:text-coral-600 font-medium text-sm flex items-center space-x-1 group transition-colors">
<span>Learn more</span>
<i data-lucide="arrow-right" class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i>
</button>
</div>
</div>
<!-- Credit & Subscription -->
<div class="service-card bg-white rounded-2xl p-8 shadow-lg border border-gray-200 hover:shadow-2xl hover:border-coral-200 reveal">
<div class="icon-wrapper w-14 h-14 bg-navy-50 rounded-xl flex items-center justify-center mb-6 transition-all duration-300">
<i data-lucide="credit-card" class="w-7 h-7 text-navy-800"></i>
</div>
<h3 class="font-display text-xl font-bold text-navy-900 mb-3">Credit & Subscription</h3>
<p class="text-navy-800/70 mb-4">Seamless control over loan and usage-based contracts with advanced CRM and credit scoring capabilities.</p>
<div class="flex items-center justify-between pt-4 border-t border-gray-200">
<span class="text-sm font-medium text-coral-600">From $0.10/month</span>
<button class="text-navy-800 hover:text-coral-600 font-medium text-sm flex items-center space-x-1 group transition-colors">
<span>Learn more</span>
<i data-lucide="arrow-right" class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i>
</button>
</div>
</div>
<!-- One-Off Payments -->
<div class="service-card bg-white rounded-2xl p-8 shadow-lg border border-gray-200 hover:shadow-2xl hover:border-coral-200 reveal">
<div class="icon-wrapper w-14 h-14 bg-navy-50 rounded-xl flex items-center justify-center mb-6 transition-all duration-300">
<i data-lucide="banknote" class="w-7 h-7 text-navy-800"></i>
</div>
<h3 class="font-display text-xl font-bold text-navy-900 mb-3">One-Off Payments</h3>
<p class="text-navy-800/70 mb-4">Streamline cash contracts and retail sales management with thorough client information and reconciliation.</p>
<div class="flex items-center justify-between pt-4 border-t border-gray-200">
<span class="text-sm font-medium text-coral-600">From $0.05/month</span>
<button class="text-navy-800 hover:text-coral-600 font-medium text-sm flex items-center space-x-1 group transition-colors">
<span>Learn more</span>
<i data-lucide="arrow-right" class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i>
</button>
</div>
</div>
<!-- Ticketing -->
<div class="service-card bg-white rounded-2xl p-8 shadow-lg border border-gray-200 hover:shadow-2xl hover:border-coral-200 reveal">
<div class="icon-wrapper w-14 h-14 bg-navy-50 rounded-xl flex items-center justify-center mb-6 transition-all duration-300">
<i data-lucide="ticket" class="w-7 h-7 text-navy-800"></i>
</div>
<h3 class="font-display text-xl font-bold text-navy-900 mb-3">Ticketing System</h3>
<p class="text-navy-800/70 mb-4">Elevate after-sales support with custom reports, task assignment, and comprehensive analytics.</p>
<div class="flex items-center justify-between pt-4 border-t border-gray-200">
<span class="text-sm font-medium text-coral-600">From $0.05/month</span>
<button class="text-navy-800 hover:text-coral-600 font-medium text-sm flex items-center space-x-1 group transition-colors">
<span>Learn more</span>
<i data-lucide="arrow-right" class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i>
</button>
</div>
</div>
<!-- Inventory -->
<div class="service-card bg-white rounded-2xl p-8 shadow-lg border border-gray-200 hover:shadow-2xl hover:border-coral-200 reveal">
<div class="icon-wrapper w-14 h-14 bg-navy-50 rounded-xl flex items-center justify-center mb-6 transition-all duration-300">
<i data-lucide="package" class="w-7 h-7 text-navy-800"></i>
</div>
<h3 class="font-display text-xl font-bold text-navy-900 mb-3">Inventory Control</h3>
<p class="text-navy-800/70 mb-4">Complete stock management with serial number tracking, ownership details, and movement history.</p>
<div class="flex items-center justify-between pt-4 border-t border-gray-200">
<span class="text-sm font-medium text-coral-600">From $0.10/month</span>
<button class="text-navy-800 hover:text-coral-600 font-medium text-sm flex items-center space-x-1 group transition-colors">
<span>Learn more</span>
<i data-lucide="arrow-right" class="w-4 h-4 group-hover:translate-x-1 transition-transform"></i>
</button>
</div>
</div>
<!-- Agent App -->
<div class="service-card navy-gradient rounded-2xl p-8 shadow-lg text-white reveal border border-navy-800">
<div class="w-14 h-14 bg-white/20 rounded-xl flex items-center justify-center mb-6">
<i data-lucide="smartphone" class="w-7 h-7 text-white"></i>
</div>
<h3 class="font-display text-xl font-bold mb-3">Agent Mobile App</h3>
<p class="text-white/80 mb-4">Empower field agents with offline functionality for sales, registration, and customer service.</p>
<div class="flex items-center justify-between pt-4 border-t border-white/20">
<span class="text-sm font-medium text-white/70">From $0.02/month</span>
<button class="text-white font-medium text-sm flex items-center space-x-1 group">
<span>Download</span>
<i data-lucide="download" class="w-4 h-4 group-hover:translate-y-1 transition-transform"></i>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Extra Features -->
<section id="features" class="py-24 bg-navy-50 border-y border-navy-100">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-2 gap-16 items-center">
<div class="reveal">
<h2 class="font-display text-4xl font-bold text-navy-900 mb-6">Extra Features & Integrations</h2>
<p class="text-lg text-navy-800/70 mb-8">Enhance your microservices with advanced capabilities designed for scale.</p>
<div class="space-y-6">
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-coral-100 rounded-lg flex items-center justify-center flex-shrink-0">
<i data-lucide="message-square" class="w-6 h-6 text-coral-600"></i>
</div>
<div>
<h4 class="font-semibold text-navy-900 text-lg">SMS Communications</h4>
<p class="text-navy-800/70">Automated campaigns for onboarding, payments, and token activation.</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-coral-100 rounded-lg flex items-center justify-center flex-shrink-0">
<i data-lucide="key" class="w-6 h-6 text-coral-600"></i>
</div>
<div>
<h4 class="font-semibold text-navy-900 text-lg">PAYG Token Activation</h4>
<p class="text-navy-800/70">Seamless device activation via SMS tokens or GSM functionality.</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-coral-100 rounded-lg flex items-center justify-center flex-shrink-0">
<i data-lucide="bar-chart-3" class="w-6 h-6 text-coral-600"></i>
</div>
<div>
<h4 class="font-semibold text-navy-900 text-lg">Advanced Analytics</h4>
<p class="text-navy-800/70">Custom dashboards for desktop and mobile with real-time insights.</p>
</div>
</div>
<div class="flex items-start space-x-4">
<div class="w-12 h-12 bg-coral-100 rounded-lg flex items-center justify-center flex-shrink-0">
<i data-lucide="plug" class="w-6 h-6 text-coral-600"></i>
</div>
<div>
<h4 class="font-semibold text-navy-900 text-lg">API & Integrations</h4>
<p class="text-navy-800/70">Connect with 100+ apps including Mobile Money, TelCo, and custom workflows.</p>
</div>
</div>
</div>
</div>
<div class="relative reveal">
<div class="absolute inset-0 bg-gradient-to-r from-coral-500 to-coral-600 rounded-3xl transform rotate-3 opacity-20"></div>
<div class="relative bg-white rounded-3xl shadow-2xl p-8 border border-gray-200">
<div class="flex items-center justify-between mb-6">
<h3 class="font-display text-xl font-bold text-navy-900">Integration Ecosystem</h3>
<span class="bg-coral-100 text-coral-700 px-3 py-1 rounded-full text-sm font-medium">100+ Apps</span>
</div>
<div class="grid grid-cols-4 gap-4 mb-6">
<div class="aspect-square bg-navy-50 rounded-xl flex items-center justify-center hover:bg-navy-100 transition-colors cursor-pointer border border-navy-100">
<i data-lucide="message-circle" class="w-8 h-8 text-navy-400"></i>
</div>
<div class="aspect-square bg-navy-50 rounded-xl flex items-center justify-center hover:bg-navy-100 transition-colors cursor-pointer border border-navy-100">
<i data-lucide="phone" class="w-8 h-8 text-navy-400"></i>
</div>
<div class="aspect-square bg-navy-50 rounded-xl flex items-center justify-center hover:bg-navy-100 transition-colors cursor-pointer border border-navy-100">
<i data-lucide="wallet" class="w-8 h-8 text-navy-400"></i>
</div>
<div class="aspect-square bg-navy-50 rounded-xl flex items-center justify-center hover:bg-navy-100 transition-colors cursor-pointer border border-navy-100">
<i data-lucide="cloud" class="w-8 h-8 text-navy-400"></i>
</div>
<div class="aspect-square bg-navy-50 rounded-xl flex items-center justify-center hover:bg-navy-100 transition-colors cursor-pointer border border-navy-100">
<i data-lucide="database" class="w-8 h-8 text-navy-400"></i>
</div>
<div class="aspect-square bg-navy-50 rounded-xl flex items-center justify-center hover:bg-navy-100 transition-colors cursor-pointer border border-navy-100">
<i data-lucide="shield" class="w-8 h-8 text-navy-400"></i>
</div>
<div class="aspect-square bg-navy-50 rounded-xl flex items-center justify-center hover:bg-navy-100 transition-colors cursor-pointer border border-navy-100">
<i data-lucide="globe" class="w-8 h-8 text-navy-400"></i>
</div>
<div class="aspect-square bg-coral-50 rounded-xl flex items-center justify-center border-2 border-coral-200 border-dashed cursor-pointer hover:bg-coral-100 transition-colors">
<i data-lucide="plus" class="w-8 h-8 text-coral-600"></i>
</div>
</div>
<div class="bg-navy-50 rounded-xl p-4 border border-navy-100">
<div class="flex items-center space-x-3 mb-3">
<div class="w-2 h-2 bg-coral-500 rounded-full animate-pulse"></div>
<span class="text-sm font-medium text-navy-900">Live Connection</span>
</div>
<div class="space-y-2">
<div class="flex justify-between text-sm">
<span class="text-navy-800/70">Mobile Money API</span>
<span class="text-green-600 font-medium">Active</span>
</div>
<div class="flex justify-between text-sm">
<span class="text-navy-800/70">SMS Gateway</span>
<span class="text-green-600 font-medium">Active</span>
</div>
<div class="flex justify-between text-sm">
<span class="text-navy-800/70">CRM Sync</span>
<span class="text-green-600 font-medium">Active</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Compatibility Section -->
<section class="py-20 bg-white overflow-hidden border-b border-gray-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 mb-12">
<div class="text-center reveal">
<h2 class="font-display text-3xl font-bold text-navy-900 mb-4">Compatible with 45+ Device Brands</h2>
<p class="text-navy-800/70">Seamlessly integrate with your existing hardware ecosystem</p>
</div>
</div>
<div class="relative">
<div class="absolute left-0 top-0 bottom-0 w-32 bg-gradient-to-r from-white to-transparent z-10"></div>
<div class="absolute right-0 top-0 bottom-0 w-32 bg-gradient-to-l from-white to-transparent z-10"></div>
<div class="flex space-x-12 animate-marquee whitespace-nowrap">
<div class="flex space-x-12 items-center opacity-60 grayscale hover:grayscale-0 transition-all">
<span class="text-2xl font-bold text-navy-800">Azuri</span>
<span class="text-2xl font-bold text-navy-800">Solarly</span>
<span class="text-2xl font-bold text-navy-800">Dynamiss</span>
<span class="text-2xl font-bold text-navy-800">OAF</span>
<span class="text-2xl font-bold text-navy-800">BrightLife</span>
<span class="text-2xl font-bold text-navy-800">Ennos</span>
<span class="text-2xl font-bold text-navy-800">BioLite</span>
<span class="text-2xl font-bold text-navy-800">SunKing</span>
</div>
<div class="flex space-x-12 items-center opacity-60 grayscale hover:grayscale-0 transition-all">
<span class="text-2xl font-bold text-navy-800">Azuri</span>
<span class="text-2xl font-bold text-navy-800">Solarly</span>
<span class="text-2xl font-bold text-navy-800">Dynamiss</span>
<span class="text-2xl font-bold text-navy-800">OAF</span>
<span class="text-2xl font-bold text-navy-800">BrightLife</span>
<span class="text-2xl font-bold text-navy-800">Ennos</span>
<span class="text-2xl font-bold text-navy-800">BioLite</span>
<span class="text-2xl font-bold text-navy-800">SunKing</span>
</div>
</div>
</div>
</section>
<!-- Testimonial Section -->
<section class="py-24 navy-gradient text-white relative overflow-hidden">
<div class="absolute inset-0 opacity-10">
<div class="absolute top-0 left-0 w-96 h-96 bg-white rounded-full filter blur-3xl"></div>
<div class="absolute bottom-0 right-0 w-96 h-96 bg-coral-500 rounded-full filter blur-3xl"></div>
</div>
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center reveal">
<i data-lucide="quote" class="w-16 h-16 text-coral-400 mx-auto mb-8 opacity-50"></i>
<blockquote class="text-3xl md:text-4xl font-display font-medium leading-tight mb-8">
"Where we identified features that weren't available or didn't work in a way that matched our processes, PaygOps was always quick to respond and find solutions. Overall, we are delighted with the success of the project!"
</blockquote>
<div class="flex items-center justify-center space-x-4">
<div class="w-16 h-16 bg-white/20 rounded-full flex items-center justify-center text-2xl font-bold border-2 border-coral-400">
NP
</div>
<div class="text-left">
<div class="font-semibold text-xl">Nigel Preston</div>
<div class="text-coral-200">Co-Founder and VP of Product Development at Azuri Technologies</div>
</div>
</div>
</div>
</div>
</section>
<!-- Open Source Section -->
<section class="py-24 bg-navy-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div class="order-2 lg:order-1 reveal">
<div class="bg-white rounded-3xl shadow-xl p-8 border border-navy-200">
<div class="flex items-center space-x-3 mb-6">
<i data-lucide="github" class="w-8 h-8 text-navy-900"></i>
<span class="font-display text-2xl font-bold text-navy-900">OpenPAYGO™</span>
</div>
<p class="text-navy-800/70 mb-6">Free and secure open-source technology to help accelerate access to life-changing amenities.</p>
<div class="space-y-3">
<div class="flex items-center space-x-3 text-sm text-navy-800">
<i data-lucide="check-circle" class="w-5 h-5 text-coral-600"></i>
<span>Token generation algorithms</span>
</div>
<div class="flex items-center space-x-3 text-sm text-navy-800">
<i data-lucide="check-circle" class="w-5 h-5 text-coral-600"></i>
<span>Secure device activation</span>
</div>
<div class="flex items-center space-x-3 text-sm text-navy-800">
<i data-lucide="check-circle" class="w-5 h-5 text-coral-600"></i>
<span>Community driven development</span>
</div>
</div>
<button class="mt-8 w-full navy-gradient hover:bg-navy-800 text-white py-3 rounded-xl font-medium transition-colors flex items-center justify-center space-x-2 border border-navy-800">
<span>View on GitHub</span>
<i data-lucide="external-link" class="w-4 h-4"></i>
</button>
</div>
</div>
<div class="order-1 lg:order-2 reveal">
<h2 class="font-display text-4xl font-bold text-navy-900 mb-6">Committed to Open Source</h2>
<p class="text-lg text-navy-800/70 mb-6">We believe in democratizing access to essential technology. Our OpenPAYGO™ Suite offers free, secure, open-source tools to accelerate access to life-changing amenities worldwide.</p>
<ul class="space-y-4 mb-8">
<li class="flex items-start space-x-3">
<i data-lucide="unlock" class="w-6 h-6 text-coral-600 flex-shrink-0 mt-1"></i>
<span class="text-navy-800">Free forever for social impact organizations</span>
</li>
<li class="flex items-start space-x-3">
<i data-lucide="shield-check" class="w-6 h-6 text-coral-600 flex-shrink-0 mt-1"></i>
<span class="text-navy-800">Bank-grade security standards</span>
</li>
<li class="flex items-start space-x-3">
<i data-lucide="users" class="w-6 h-6 text-coral-600 flex-shrink-0 mt-1"></i>
<span class="text-navy-800">Supported by global developer community</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Investors Section -->
<section class="py-20 bg-white border-b border-gray-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<p class="text-sm font-semibold text-navy-800/50 uppercase tracking-wider mb-8 reveal">Supported by major social impact investors</p>
<div class="flex flex-wrap justify-center items-center gap-12 opacity-60 reveal">
<div class="h-12 w-32 bg-navy-100 rounded-lg"></div>
<div class="h-12 w-32 bg-navy-100 rounded-lg"></div>
<div class="h-12 w-32 bg-navy-100 rounded-lg"></div>
<div class="h-12 w-32 bg-navy-100 rounded-lg"></div>
<div class="h-12 w-32 bg-navy-100 rounded-lg"></div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-24 relative overflow-hidden">
<div class="absolute inset-0 navy-gradient"></div>
<div class="absolute inset-0 opacity-20">
<div class="absolute top-0 left-0 w-96 h-96 bg-white rounded-full filter blur-3xl transform -translate-x-1/2 -translate-y-1/2"></div>
<div class="absolute bottom-0 right-0 w-96 h-96 bg-coral-500 rounded-full filter blur-3xl transform translate-x-1/2 translate-y-1/2"></div>
</div>
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10 text-center">
<h2 class="font-display text-4xl md:text-5xl font-bold text-white mb-6 reveal">Ready to Digitalise Your Operations?</h2>
<p class="text-xl text-white/80 mb-10 reveal">Join 500+ distributors already using PaygOps to scale their impact. Start your free trial today.</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center reveal">
<button class="bg-coral-600 hover:bg-coral-700 text-white px-8 py-4 rounded-full font-bold text-lg transition-all transform hover:scale-105 shadow-xl hover:shadow-coral-500/50">
Get Started Free
</button>
<button class="bg-transparent border-2 border-white text-white hover:bg-white/10 px-8 py-4 rounded-full font-bold text-lg transition-all hover:border-coral-400 hover:text-coral-400">
Contact Sales
</button>
</div>
<p class="mt-6 text-white/60 text-sm reveal">No credit card required • 14-day free trial • Cancel anytime</p>
</div>
</section>
<!-- Footer -->
<footer class="bg-navy-950 text-gray-300 py-16 border-t border-navy-900">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-8 mb-12">
<div class="col-span-2">
<div class="flex items-center space-x-2 mb-4">
<div class="w-8 h-8 bg-coral-600 rounded-lg flex items-center justify-center text-white font-bold">P</div>
<span class="font-display font-bold text-xl text-white">Payg<span class="text-coral-500">Ops</span></span>
</div>
<p class="text-gray-400 mb-6 max-w-sm">Empowering suppliers of essential products with flexible IT solutions to serve the unbanked worldwide.</p>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-navy-900 rounded-full flex items-center justify-center hover:bg-coral-600 transition-colors border border-navy-800">
<i data-lucide="twitter" class="w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 bg-navy-900 rounded-full flex items-center justify-center hover:bg-coral-600 transition-colors border border-navy-800">
<i data-lucide="linkedin" class="w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 bg-navy-900 rounded-full flex items-center justify-center hover:bg-coral-600 transition-colors border border-navy-800">
<i data-lucide="github" class="w-5 h-5"></i>
</a>
</div>
</div>
<div>
<h4 class="text-white font-semibold mb-4">Product</h4>
<ul class="space-y-2">
<li><a href="#" class="hover:text-coral-400 transition-colors">Microservices</a></li>
<li><a href="#" class="hover:text-coral-400 transition-colors">Pricing</a></li>
<li><a href="#" class="hover:text-coral-400 transition-colors">Integrations</a></li>
<li><a href="#" class="hover:text-coral-400 transition-colors">API Docs</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-semibold mb-4">Company</h4>
<ul class="space-y-2">
<li><a href="#" class="hover:text-coral-400 transition-colors">About Us</a></li>
<li><a href="#" class="hover:text-coral-400 transition-colors">Careers</a></li>
<li><a href="#" class="hover:text-coral-400 transition-colors">Blog</a></li>
<li><a href="#" class="hover:text-coral-400 transition-colors">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-white font-semibold mb-4">Resources</h4>
<ul class="space-y-2">
<li><a href="#" class="hover:text-coral-400 transition-colors">Help Center</a></li>
<li><a href="#" class="hover:text-coral-400 transition-colors">Community</a></li>
<li><a href="#" class="hover:text-coral-400 transition-colors">Open Source</a></li>
<li><a href="#" class="hover:text-coral-400 transition-colors">Status</a></li>
</ul>
</div>
</div>
<div class="border-t border-navy-900 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-sm text-gray-500">© 2026 PaygOps. All rights reserved.</p>
<div class="flex space-x-6 mt-4 md:mt-0 text-sm text-gray-500">
<a href="#" class="hover:text-white transition-colors">Privacy Policy</a>
<a href="#" class="hover:text-white transition-colors">Terms of Service</a>
<a href="#" class="hover:text-white transition-colors">Cookie Settings</a>
</div>
</div>
</div>
</footer>
<script>
// Initialize Lucide Icons
lucide.createIcons();
// Mobile Menu Toggle
function toggleMobileMenu() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
}
// Navbar Scroll Effect
window.addEventListener('scroll', () => {
const navbar = document.getElementById('navbar');
if (window.scrollY > 50) {
navbar.classList.add('shadow-md');
} else {
navbar.classList.remove('shadow-md');
}
});
// GSAP Animations
gsap.registerPlugin(ScrollTrigger);
// Counter Animation
const counters = document.querySelectorAll('.counter');
counters.forEach(counter => {
const target = parseInt(counter.getAttribute('data-target'));
gsap.to(counter, {
innerHTML: target,
duration: 2,
snap: { innerHTML: 1 },
scrollTrigger: {
trigger: counter,
start: "top 80%",
once: true
}
});
});
// Reveal Animations
const reveals = document.querySelectorAll('.reveal');
reveals.forEach((element, index) => {
gsap.fromTo(element,
{
opacity: 0,
y: 30
},
{
opacity: 1,
y: 0,
duration: 0.8,
delay: index * 0.1,
scrollTrigger: {
trigger: element,
start: "top 85%",
toggleActions: "play none none reverse"
}
}
);
});
// Service Cards Stagger
gsap.from(".service-card", {
opacity: 0,
y: 50,
duration: 0.8,
stagger: 0.1,
scrollTrigger: {
trigger: "#microservices",
start: "top 70%"
}
});
// Smooth Scroll for Anchor Links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
// Close mobile menu if open
document.getElementById('mobile-menu').classList.add('hidden');
}
});
});
</script>
</body>
</html>