-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
678 lines (596 loc) · 21.3 KB
/
Copy pathindex.html
File metadata and controls
678 lines (596 loc) · 21.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Two Day Club - The Walking Accountability Club</title>
<meta name="description" content="Never miss two days in a row. Walk your goal every day, connect Apple Health or Android Health Connect, and join the club for $4.99/week. Earn 100% of your fee back when you stay consistent.">
<meta property="og:title" content="Two Day Club - Never Miss Two Days in a Row">
<meta property="og:description" content="Join the club for $4.99/week and earn 100% of your fee back when you stay consistent. The simplest walking accountability club that literally pays you to get healthier.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://twodayclub.com">
<meta property="og:image" content="https://twodayclub.com/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="Two Day Club">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Two Day Club - Never Miss Two Days in a Row">
<meta name="twitter:description" content="Join for $4.99/week. Never miss two days in a row, earn 100% of your fee back when you stay consistent.">
<meta name="twitter:image" content="https://twodayclub.com/og-image.png">
<link rel="canonical" href="https://twodayclub.com">
<link rel="apple-touch-icon" href="icon.png">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', sans-serif;
background: #000;
color: #fff;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
/* ── Hero ── */
.hero {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 60px 24px;
text-align: center;
position: relative;
}
.hero::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 200px;
background: linear-gradient(transparent, #000);
z-index: 1;
}
.hero-badge {
font-size: 13px;
font-weight: 600;
color: #CCFF00;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
}
.hero h1 {
font-size: clamp(48px, 10vw, 80px);
font-weight: 800;
letter-spacing: -2px;
line-height: 1.05;
margin-bottom: 20px;
max-width: 700px;
}
.hero h1 span {
color: #CCFF00;
}
.hero-sub {
font-size: clamp(18px, 3vw, 22px);
color: #AEAEB2;
line-height: 1.5;
max-width: 560px;
margin-bottom: 40px;
}
.hero-cta {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}
.app-store-btn {
display: inline-block;
transition: opacity 0.2s;
}
.app-store-btn:hover { opacity: 0.8; }
.app-store-btn img {
height: 54px;
}
.platform-note {
font-size: 14px;
color: #636366;
}
.platform-note span {
color: #AEAEB2;
}
/* ── Icon row ── */
.icon-section {
padding: 80px 24px 40px;
display: flex;
flex-direction: column;
align-items: center;
}
.app-icon {
width: 120px;
height: 120px;
border-radius: 28px;
margin-bottom: 16px;
border: 1px solid #2C2C2E;
}
.icon-name {
font-size: 15px;
color: #AEAEB2;
font-weight: 500;
}
/* ── Feature sections ── */
.feature-section {
padding: 80px 24px;
max-width: 900px;
margin: 0 auto;
}
.feature-section.centered {
text-align: center;
}
.feature-label {
font-size: 13px;
font-weight: 600;
color: #CCFF00;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 12px;
}
.feature-title {
font-size: clamp(32px, 6vw, 48px);
font-weight: 700;
letter-spacing: -1px;
line-height: 1.15;
margin-bottom: 16px;
}
.feature-desc {
font-size: 17px;
color: #AEAEB2;
line-height: 1.65;
max-width: 560px;
}
.feature-section.centered .feature-desc {
margin: 0 auto;
}
/* ── Stats ── */
.stats {
display: flex;
gap: 40px;
justify-content: center;
padding: 60px 24px;
flex-wrap: wrap;
max-width: 900px;
margin: 0 auto;
}
.stat {
text-align: center;
flex: 1;
min-width: 200px;
}
.stat-number {
font-size: 56px;
font-weight: 800;
color: #CCFF00;
letter-spacing: -2px;
}
.stat-label {
font-size: 15px;
color: #AEAEB2;
margin-top: 8px;
line-height: 1.4;
}
/* ── How it works ── */
.steps-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 24px;
margin-top: 40px;
}
.step-card {
background: #1C1C1E;
border-radius: 16px;
padding: 28px 24px;
}
.step-num {
font-size: 14px;
font-weight: 700;
color: #CCFF00;
margin-bottom: 12px;
}
.step-card h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 8px;
}
.step-card p {
font-size: 15px;
color: #AEAEB2;
line-height: 1.5;
}
/* ── Feature cards (2-col) ── */
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 24px;
margin-top: 40px;
}
.feature-card {
background: #1C1C1E;
border-radius: 16px;
padding: 32px 28px;
}
.feature-card-icon {
margin-bottom: 20px;
}
.feature-card-icon svg {
width: 40px;
height: 40px;
stroke: #CCFF00;
stroke-width: 1.5;
fill: none;
}
.feature-card h3 {
font-size: 20px;
font-weight: 600;
margin-bottom: 8px;
}
.feature-card p {
font-size: 15px;
color: #AEAEB2;
line-height: 1.55;
}
/* ── Partner section ── */
.partner-highlight {
background: #1C1C1E;
border-radius: 20px;
padding: 48px 32px;
margin-top: 40px;
text-align: center;
}
.partner-highlight .partner-visual {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-bottom: 24px;
}
.partner-circle {
width: 72px;
height: 72px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.partner-circle.you {
border: 3px solid #30D158;
}
.partner-circle.them {
border: 3px solid #5E5CE6;
}
.partner-circle svg {
width: 32px;
height: 32px;
stroke-width: 1.5;
fill: none;
}
.partner-circle.you svg { stroke: #30D158; }
.partner-circle.them svg { stroke: #5E5CE6; }
.partner-link-icon svg {
width: 28px;
height: 28px;
stroke: #fff;
stroke-width: 1.5;
fill: none;
}
.partner-highlight h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 8px;
}
.partner-highlight p {
font-size: 16px;
color: #AEAEB2;
line-height: 1.5;
max-width: 440px;
margin: 0 auto;
}
.partner-stat {
display: inline-block;
background: rgba(204, 255, 0, 0.1);
border: 1px solid rgba(204, 255, 0, 0.2);
border-radius: 100px;
padding: 8px 20px;
margin-top: 20px;
font-size: 14px;
font-weight: 600;
color: #CCFF00;
}
/* ── Safety section ── */
.safety-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
margin-top: 48px;
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.safety-item {
text-align: center;
padding: 32px 20px;
}
.safety-icon {
margin-bottom: 16px;
}
.safety-icon svg {
width: 40px;
height: 40px;
stroke: #AEAEB2;
stroke-width: 1.5;
fill: none;
}
.safety-item h4 {
font-size: 17px;
font-weight: 600;
margin-bottom: 8px;
}
.safety-item p {
font-size: 15px;
color: #636366;
line-height: 1.5;
}
@media (max-width: 600px) {
.safety-grid {
grid-template-columns: 1fr;
gap: 8px;
margin-top: 32px;
}
.safety-item {
padding: 24px 8px;
}
.safety-item p {
max-width: 480px;
margin-left: auto;
margin-right: auto;
}
}
/* ── Bottom CTA ── */
.bottom-cta {
text-align: center;
padding: 80px 24px 40px;
}
.bottom-cta h2 {
font-size: clamp(32px, 6vw, 48px);
font-weight: 700;
margin-bottom: 12px;
letter-spacing: -1px;
}
.bottom-cta .bottom-sub {
font-size: 18px;
color: #AEAEB2;
margin-bottom: 32px;
}
/* ── Footer ── */
footer {
text-align: center;
padding: 40px 24px;
border-top: 1px solid #1C1C1E;
}
footer p {
font-size: 13px;
color: #636366;
margin-bottom: 8px;
}
footer a {
color: #AEAEB2;
text-decoration: none;
}
footer a:hover { color: #fff; }
/* ── Divider ── */
.divider {
width: 100%;
max-width: 900px;
margin: 0 auto;
height: 1px;
background: #1C1C1E;
}
</style>
</head>
<body>
<!-- Hero -->
<section class="hero">
<p class="hero-badge">The walking accountability club</p>
<h1>Never miss<br><span>two days</span> in a row.</h1>
<p class="hero-sub">
Walk your goal every day. Connect Apple Health or Android Health Connect.
Join the club for $4.99/week and earn 100% of your fee back when you stay consistent.
</p>
<div class="hero-cta">
<a class="app-store-btn" href="https://apps.apple.com/app/twodayrule" aria-label="Download on the App Store">
<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store">
</a>
<p class="platform-note">
<span>Free to download.</span> Android coming soon.
</p>
</div>
</section>
<!-- App icon -->
<section class="icon-section">
<img class="app-icon" src="icon.png" alt="Two Day Club app icon">
<p class="icon-name">Two Day Club</p>
</section>
<div class="divider"></div>
<!-- The rule -->
<section class="feature-section centered">
<p class="feature-label">The Rule</p>
<h2 class="feature-title">One missed day is human.<br>Two missed days never happen here.</h2>
<p class="feature-desc">
Miss a day. Life happens. Just don't miss two in a row.
Stay consistent through the week and you pay nothing. That's the only rule.
</p>
</section>
<div class="divider"></div>
<!-- How it works -->
<section class="feature-section">
<p class="feature-label">How It Works</p>
<h2 class="feature-title">Set up in under a minute.</h2>
<div class="steps-grid">
<div class="step-card">
<p class="step-num">01</p>
<h3>Pick your step goal</h3>
<p>Choose 5K, 7.5K, 10K, or set your own. Steps sync automatically from Apple Health or Android Health Connect.</p>
</div>
<div class="step-card">
<p class="step-num">02</p>
<h3>Join the club</h3>
<p>$4.99/week. We save your card on file. Nothing is charged today.</p>
</div>
<div class="step-card">
<p class="step-num">03</p>
<h3>Walk your goal every day</h3>
<p>Stay consistent through the week and your fee is waived. Miss two days in a row and you're charged $4.99 at your weekly anniversary.</p>
</div>
</div>
</section>
<div class="divider"></div>
<!-- Stats -->
<section class="stats">
<div class="stat">
<div class="stat-number">95%</div>
<div class="stat-label">more likely to reach goals<br>with accountability</div>
</div>
<div class="stat">
<div class="stat-number">7,500</div>
<div class="stat-label">steps per day is the<br>science-backed sweet spot</div>
</div>
<div class="stat">
<div class="stat-number">15%</div>
<div class="stat-label">lower mortality per<br>1,000 additional daily steps</div>
</div>
</section>
<div class="divider"></div>
<!-- Crew -->
<section class="feature-section centered">
<p class="feature-label">Your crew</p>
<h2 class="feature-title">Better with people you trust.</h2>
<p class="feature-desc">
Follow the friends who'll keep you honest. See their progress, cheer their streaks,
and they do the same for you.
</p>
<div class="partner-highlight">
<div class="partner-visual">
<div class="partner-circle you"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="5"/><path d="M20 21a8 8 0 0 0-16 0"/></svg></div>
<div class="partner-circle them"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="5"/><path d="M20 21a8 8 0 0 0-16 0"/></svg></div>
<div class="partner-circle them"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="8" r="5"/><path d="M20 21a8 8 0 0 0-16 0"/></svg></div>
</div>
<h3>Show up for each other</h3>
<p>
Track progress side by side. People with an accountability crew stick with goals far longer,
and you'll all keep showing up.
</p>
<div class="partner-stat">Follow anyone. Build your crew in seconds.</div>
</div>
</section>
<div class="divider"></div>
<!-- Features -->
<section class="feature-section">
<p class="feature-label">Features</p>
<h2 class="feature-title">Everything you need. Nothing you don't.</h2>
<div class="feature-grid">
<div class="feature-card">
<div class="feature-card-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"/></svg></div>
<h3>Streak tracking</h3>
<p>Watch your streak grow day by day. Hit milestones at 7, 14, 30, 60, 100, and 365 days. See your full history on a 30-day heatmap.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"/></svg></div>
<h3>Health sync</h3>
<p>Steps are pulled straight from Apple Health or Android Health Connect. No manual logging. Real-time updates while the app is open.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"/><path d="M2 12h20"/></svg></div>
<h3>Works worldwide</h3>
<p>Available in 22 countries with localized pricing in 15 currencies and 4 languages so it feels fair everywhere.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"/></svg></div>
<h3>Smart nudges</h3>
<p>Send your partner a nudge when they're falling behind. Choose from quick messages or write your own encouragement.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><path d="m12 3-1.9 5.8a2 2 0 0 1-1.287 1.288L3 12l5.8 1.9a2 2 0 0 1 1.288 1.287L12 21l1.9-5.8a2 2 0 0 1 1.287-1.288L21 12l-5.8-1.9a2 2 0 0 1-1.288-1.287Z"/></svg></div>
<h3>Celebrations</h3>
<p>Confetti, haptics, and milestone badges when you hit your goal. The little things that make consistency feel rewarding.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"/></svg></div>
<h3>Smart status cards</h3>
<p>Context-aware guidance throughout the day. Know exactly how many steps you need and how long it'll take to walk or run them.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="4" width="20" height="16" rx="3"/><path d="M6 8h4"/><path d="M6 12h3"/><path d="M6 16h2"/><circle cx="16" cy="12" r="3"/></svg></div>
<h3>Home Screen widgets</h3>
<p>Glance at your steps and streak without opening the app. Small and medium widgets keep your progress front and center all day.</p>
</div>
<div class="feature-card">
<div class="feature-card-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="m9 12 2 2 4-4"/></svg></div>
<h3>Anti-cheat protection</h3>
<p>Manually entered steps don't count. Days with too few recorded steps are treated as data failures and never count against you.</p>
</div>
</div>
</section>
<div class="divider"></div>
<!-- Built fair -->
<section class="feature-section centered">
<p class="feature-label">Built Fair</p>
<h2 class="feature-title">Tough love, not a trap.</h2>
<p class="feature-desc">
Two Day Club is designed to motivate you, not punish you.
Every safeguard is built in from day one.
</p>
<div class="safety-grid">
<div class="safety-item">
<div class="safety-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="m9 12 2 2 4-4"/></svg></div>
<h4>No surprise charges</h4>
<p>One fixed price. Billed only at your weekly anniversary, only when you missed two in a row. Never mid-week.</p>
</div>
<div class="safety-item">
<div class="safety-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><rect width="14" height="20" x="5" y="2" rx="2" ry="2"/><path d="M12 18h.01"/></svg></div>
<h4>Data failure protection</h4>
<p>If your phone can't track steps, you get the benefit of the doubt. No penalty.</p>
</div>
<div class="safety-item">
<div class="safety-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M12 8v4"/><path d="M12 16h.01"/></svg></div>
<h4>Disputes welcome</h4>
<p>If your steps weren't recorded due to a device or app issue, file a dispute from Settings. Resolved within 7 business days.</p>
</div>
<div class="safety-item">
<div class="safety-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg></div>
<h4>Cancel anytime</h4>
<p>Cancel from Settings whenever. No lock-in, no claw-backs. Walk away whenever you want.</p>
</div>
</div>
</section>
<div class="divider"></div>
<!-- Bottom CTA -->
<section class="bottom-cta">
<h2>Start walking.<br>Join the club.</h2>
<p class="bottom-sub">$4.99/week. Earn 100% of it back when you stay consistent.</p>
<div class="hero-cta">
<a class="app-store-btn" href="https://apps.apple.com/app/twodayrule" aria-label="Download on the App Store">
<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Download on the App Store">
</a>
<p class="platform-note">
<span>Available on iOS.</span> Android coming soon.
</p>
</div>
</section>
<!-- Footer -->
<footer>
<p>
<a href="privacy.html">Privacy Policy</a> ·
<a href="terms.html">Terms of Service</a> ·
<a href="mailto:hello@twodayclub.com">Contact</a>
</p>
<p>© 2026 <a href="https://www.linkedin.com/in/michaelrihani/">Michael Rihani</a>. All rights reserved.</p>
</footer>
</body>
</html>