forked from HapoTV/HapoPay
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwhy-hapopay.html
More file actions
384 lines (348 loc) · 19.1 KB
/
why-hapopay.html
File metadata and controls
384 lines (348 loc) · 19.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Why HapoPay - The Smart Choice for Schools & Families</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="why-hapopay-styles.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
</head>
<body>
<!-- Navigation Header -->
<nav class="nav-header-new">
<div class="nav-container-new">
<div class="nav-brand-new">
<img src="Uploads/Logo..png" alt="Hapo Logo" class="logo-new">
<div class="brand-text">
<span class="brand-name-new">Hapo<strong>Pay</strong></span>
<span class="brand-tagline-new">Your Money, Your Growth, The Hapo Way!</span>
</div>
</div>
<div class="nav-links">
<a href="index.html" class="nav-link">HOME</a>
<a href="about.html" class="nav-link">ABOUT US</a>
<a href="index.html#features" class="nav-link">FEATURES</a>
<a href="why-hapopay.html" class="nav-link active">WHY HAPO PAY?</a>
</div>
<div class="nav-actions-new">
<button class="icon-btn menu-btn" onclick="toggleMobileMenu()">
<i class="fas fa-bars"></i>
</button>
<button class="student-login-btn-new" onclick="window.location.href='studentLogin.html'">Student Login</button>
<button class="parent-signup-btn-new" onclick="window.location.href='signup.html'">Parent Sign Up</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="why-hero">
<div class="why-hero-content">
<h1>Why Choose HapoPay?</h1>
<p>The ultimate financial platform designed specifically for schools, students, and parents. Experience seamless control, enhanced security, and peace of mind.</p>
</div>
</section>
<!-- Problem & Solution -->
<section class="section-container">
<h2 class="section-title">The Challenge Parents & Schools Face Today</h2>
<p class="section-subtitle">Traditional methods are outdated and risky. HapoPay solves these problems with modern technology.</p>
<div class="problem-solution">
<div class="problem-card">
<h3><i class="fas fa-exclamation-triangle"></i> The Problems</h3>
<ul class="problem-list">
<li>Students carrying cash—risk of loss or theft</li>
<li>No visibility into what children are buying</li>
<li>No control over spending limits</li>
<li>Emergency funds take time to reach students</li>
<li>Difficult to track expenses</li>
<li>Schools struggle with cash management</li>
<li>Parents worry about unauthorized purchases</li>
<li>No way to reward good behavior</li>
</ul>
</div>
<div class="solution-card">
<h3><i class="fas fa-check-circle"></i> HapoPay Solutions</h3>
<ul class="solution-list">
<li>100% cashless payments via QR codes</li>
<li>Real-time transaction notifications</li>
<li>Customizable spending limits</li>
<li>Instant fund transfers</li>
<li>Comprehensive spending analytics</li>
<li>Secure digital payment ecosystem</li>
<li>Complete parental control</li>
<li>Built-in reward system</li>
</ul>
</div>
</div>
</section>
<!-- Benefits -->
<section class="section-container" id="benefits">
<h2 class="section-title">How HapoPay Makes Life Easier</h2>
<p class="section-subtitle">Designed for parents, students, and schools—everyone benefits.</p>
<div class="benefits-grid">
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-user-shield"></i></div>
<h3>Complete Control</h3>
<p>Set daily, weekly, or monthly spending limits. Control what your child can buy and where. Adjust limits instantly from your phone.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-bell"></i></div>
<h3>Real-Time Alerts</h3>
<p>Receive instant notifications for every transaction. Know exactly what your child bought, where, and when.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-bolt"></i></div>
<h3>Instant Transfers</h3>
<p>Send emergency funds instantly. No need to rush to school or worry about them running out of money.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-chart-pie"></i></div>
<h3>Smart Analytics</h3>
<p>Track spending patterns and understand where money goes. Make informed decisions with detailed insights.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-mobile-alt"></i></div>
<h3>Manage Anywhere</h3>
<p>Access from any device. Manage multiple children from one convenient account.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-graduation-cap"></i></div>
<h3>Teach Responsibility</h3>
<p>Help children learn financial literacy. Reward good behavior and encourage smart spending.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-qrcode"></i></div>
<h3>Easy Payments</h3>
<p>Students scan a QR code to pay—no cash, no cards. Quick, simple, and secure.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-shield-alt"></i></div>
<h3>Safe & Secure</h3>
<p>No risk of losing cash. Bank-level security protects every transaction.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-star"></i></div>
<h3>Earn Rewards</h3>
<p>Students earn points for responsible spending and staying within budgets.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-school"></i></div>
<h3>Cashless Campus</h3>
<p>Schools eliminate cash handling risks and streamline payment processes.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-clipboard-check"></i></div>
<h3>Easy Integration</h3>
<p>Simple setup with existing school systems. Vendors start accepting payments immediately.</p>
</div>
<div class="benefit-card">
<div class="benefit-icon"><i class="fas fa-file-invoice-dollar"></i></div>
<h3>Automated Reports</h3>
<p>Schools get detailed transaction reports, making accounting easier and accurate.</p>
</div>
</div>
</section>
<!-- Comparison -->
<section class="comparison-section">
<div class="section-container" style="padding: 0;">
<h2 class="section-title">HapoPay vs Traditional Methods</h2>
<p class="section-subtitle">See why thousands of families are switching to HapoPay.</p>
<div class="comparison-table">
<div class="comparison-header">
<div>Feature</div>
<div style="text-align: center;">HapoPay</div>
<div style="text-align: center;">Cash/Cards</div>
</div>
<div class="comparison-row">
<div class="feature-name">Real-time notifications</div>
<div class="check-icon"><i class="fas fa-check-circle"></i></div>
<div class="cross-icon"><i class="fas fa-times-circle"></i></div>
</div>
<div class="comparison-row">
<div class="feature-name">Spending limits & controls</div>
<div class="check-icon"><i class="fas fa-check-circle"></i></div>
<div class="cross-icon"><i class="fas fa-times-circle"></i></div>
</div>
<div class="comparison-row">
<div class="feature-name">Category restrictions</div>
<div class="check-icon"><i class="fas fa-check-circle"></i></div>
<div class="cross-icon"><i class="fas fa-times-circle"></i></div>
</div>
<div class="comparison-row">
<div class="feature-name">Instant emergency funds</div>
<div class="check-icon"><i class="fas fa-check-circle"></i></div>
<div class="cross-icon"><i class="fas fa-times-circle"></i></div>
</div>
<div class="comparison-row">
<div class="feature-name">No risk of loss or theft</div>
<div class="check-icon"><i class="fas fa-check-circle"></i></div>
<div class="cross-icon"><i class="fas fa-times-circle"></i></div>
</div>
<div class="comparison-row">
<div class="feature-name">Detailed analytics</div>
<div class="check-icon"><i class="fas fa-check-circle"></i></div>
<div class="cross-icon"><i class="fas fa-times-circle"></i></div>
</div>
<div class="comparison-row">
<div class="feature-name">Reward system</div>
<div class="check-icon"><i class="fas fa-check-circle"></i></div>
<div class="cross-icon"><i class="fas fa-times-circle"></i></div>
</div>
<div class="comparison-row">
<div class="feature-name">Multi-child management</div>
<div class="check-icon"><i class="fas fa-check-circle"></i></div>
<div class="cross-icon"><i class="fas fa-times-circle"></i></div>
</div>
</div>
</div>
</section>
<!-- Use Cases -->
<section class="section-container">
<h2 class="section-title">Real-World Scenarios Where HapoPay Helps</h2>
<p class="section-subtitle">See how HapoPay solves everyday challenges.</p>
<div class="use-cases">
<div class="use-case-card">
<div class="use-case-header">
<div class="use-case-icon"><i class="fas fa-utensils"></i></div>
<h3>Lunch Time Control</h3>
</div>
<ul>
<li>Set daily lunch budget (e.g., R50/day)</li>
<li>Restrict to healthy food categories</li>
<li>Get notified of junk food attempts</li>
<li>Ensure proper nutrition at school</li>
</ul>
</div>
<div class="use-case-card">
<div class="use-case-header">
<div class="use-case-icon"><i class="fas fa-exclamation-circle"></i></div>
<h3>Emergency Situations</h3>
</div>
<ul>
<li>Forgot lunch money? Send instantly</li>
<li>Unexpected trip? Transfer immediately</li>
<li>Medical emergency? Funds available</li>
<li>No need to leave work or rush</li>
</ul>
</div>
<div class="use-case-card">
<div class="use-case-header">
<div class="use-case-icon"><i class="fas fa-book"></i></div>
<h3>School Supplies</h3>
</div>
<ul>
<li>Allow bookstore purchases only</li>
<li>Set limits for stationery</li>
<li>Prevent overspending</li>
<li>Track supply purchases</li>
</ul>
</div>
<div class="use-case-card">
<div class="use-case-header">
<div class="use-case-icon"><i class="fas fa-calendar-week"></i></div>
<h3>Weekly Allowances</h3>
</div>
<ul>
<li>Set automatic weekly allowances</li>
<li>Teach budgeting skills</li>
<li>Reward good grades with bonuses</li>
<li>Build financial responsibility</li>
</ul>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="testimonial-section">
<div class="section-container" style="padding: 0;">
<h2 class="section-title" style="color: white;">What Parents & Schools Say</h2>
<div class="testimonial-grid">
<div class="testimonial-card">
<div class="quote-icon">"</div>
<p class="testimonial-text">"HapoPay has completely transformed how I manage my daughter's school spending. I finally have peace of mind knowing exactly where her money goes."</p>
<div class="testimonial-author">
<div class="author-avatar">TM</div>
<div class="author-info">
<h4>Thandi Mabaso</h4>
<p>Parent, Johannesburg</p>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="quote-icon">"</div>
<p class="testimonial-text">"As a school principal, HapoPay has eliminated our cash handling problems. It's safer for students and easier for our staff."</p>
<div class="testimonial-author">
<div class="author-avatar">JN</div>
<div class="author-info">
<h4>John Ndlovu</h4>
<p>Principal, Cape Town</p>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="quote-icon">"</div>
<p class="testimonial-text">"My son is learning to budget and manage money responsibly. The reward system motivates him to make smart choices!"</p>
<div class="testimonial-author">
<div class="author-avatar">SM</div>
<div class="author-info">
<h4>Sarah Mokoena</h4>
<p>Parent, Pretoria</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="final-cta">
<h2>Ready to Experience the HapoPay Difference?</h2>
<p>Join thousands of families and schools who trust HapoPay for safe, controlled, and educational student spending management.</p>
<div class="hero-cta-buttons">
<button class="cta-primary" onclick="window.location.href='signup.html'">Start Free Today</button>
<button class="cta-secondary" onclick="window.location.href='about.html'">Learn More</button>
</div>
</section>
<!-- Footer -->
<footer style="background: #1e293b; color: white; padding: 60px 20px 30px;">
<div style="max-width: 1200px; margin: 0 auto;">
<div style="display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; margin-bottom: 50px;">
<div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 20px;">
<img src="src/lib/images/logo.jpg" alt="Hapo Logo" style="width: 50px; height: 50px; border-radius: 8px;">
<span style="font-size: 24px; font-weight: 700;">Hapo Technology</span>
</div>
<p style="color: #94a3b8; line-height: 1.6;">Empowering Student Spending. Shaping Financial Futures.</p>
</div>
<div>
<h4 style="font-size: 16px; font-weight: 600; margin-bottom: 20px;">Quick Links</h4>
<ul style="list-style: none; padding: 0; margin: 0;">
<li style="margin-bottom: 12px;"><a href="index.html" style="color: #94a3b8; text-decoration: none;">Home</a></li>
<li style="margin-bottom: 12px;"><a href="about.html" style="color: #94a3b8; text-decoration: none;">About Us</a></li>
<li style="margin-bottom: 12px;"><a href="why-hapopay.html" style="color: #94a3b8; text-decoration: none;">Why HapoPay</a></li>
<li style="margin-bottom: 12px;"><a href="studentLogin.html" style="color: #94a3b8; text-decoration: none;">Student Login</a></li>
</ul>
</div>
<div>
<h4 style="font-size: 16px; font-weight: 600; margin-bottom: 20px;">Resources</h4>
<ul style="list-style: none; padding: 0; margin: 0;">
<li style="margin-bottom: 12px;"><a href="#" style="color: #94a3b8; text-decoration: none;">Blog</a></li>
<li style="margin-bottom: 12px;"><a href="#" style="color: #94a3b8; text-decoration: none;">Help Center</a></li>
<li style="margin-bottom: 12px;"><a href="#" style="color: #94a3b8; text-decoration: none;">FAQs</a></li>
<li style="margin-bottom: 12px;"><a href="#" style="color: #94a3b8; text-decoration: none;">Support</a></li>
</ul>
</div>
<div>
<h4 style="font-size: 16px; font-weight: 600; margin-bottom: 20px;">Contact</h4>
<ul style="list-style: none; padding: 0; margin: 0;">
<li style="margin-bottom: 16px;"><i class="fas fa-envelope" style="color: #e11d48;"></i> [email protected]</li>
<li style="margin-bottom: 16px;"><i class="fas fa-phone" style="color: #e11d48;"></i> (+27) 123-4567</li>
<li><i class="fas fa-map-marker-alt" style="color: #e11d48;"></i> Cape Town, South Africa</li>
</ul>
</div>
</div>
<div style="border-top: 1px solid #334155; padding-top: 30px; text-align: center;">
<p style="color: #94a3b8; margin: 0;">© 2025 Hapo Technology. All rights reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>