From 3b8c2893f5597d66237f7c0ce6727266e2c0d936 Mon Sep 17 00:00:00 2001 From: Marty Bostick Date: Fri, 10 Jul 2026 19:41:32 +0000 Subject: [PATCH] show pocket vs accelerate mode at each phase so they can choose --- index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7ede2fd..723bd75 100644 --- a/index.html +++ b/index.html @@ -1207,10 +1207,15 @@ Your full roadmap to $3,960/month: ${phases.filter(k => k !== '3xL7').map((k, i) => { const p = HYBRIDS[k]; + const pocketTotal = (p.profit * p.cycles).toFixed(2); return `**Phase ${i+1}: ${p.label}** -Run for ${p.cycles} cycles (${p.months} months) -Payout: $${p.payout.toFixed(2)}/cycle → you pocket ~$${p.profit.toFixed(2)} each cycle -By the end of this phase, you'll have saved enough to unlock the next level — and you keep what you've already pocketed along the way`; +${p.cycles} cycles, ~${p.months} months — $${p.payout.toFixed(2)}/cycle payout + +You can play this phase two ways: + +🔹 **Pocket mode** — take the ~$${p.profit.toFixed(2)} profit each cycle as spending money. After ${p.cycles} cycles you have enough saved to unlock the next level, plus ~$${pocketTotal} pocketed along the way. Total time: ~${p.months} months. + +🔸 **Accelerate mode** — reinvest every penny instead of pocketing it. You reach the next level faster because nothing comes off the top. Total time is shorter, but you pocket nothing along the way.`; }).join('\n\n')} **Phase ${phases.filter(k => k !== '3xL7').length+1}: 3× L7 Endgame** 🎯 @@ -1218,7 +1223,7 @@ All three L7 campaigns running at once $9,720.00/cycle payout → ~$3,960.00/month passive This is the finish line -${selfCost > 0 ? `**Your total self-fund: $${selfCost}**${selfCost > giftCost ? ` (you cover $${(selfCost - giftCost).toLocaleString()} after sponsor's gift)` : ''}\n\n` : ''}Each phase funds the next — no new money needed after the start. Just run the cycles, stack the profits, and level up. +${selfCost > 0 ? `**Your total self-fund: $${selfCost}**${selfCost > giftCost ? ` (you cover $${(selfCost - giftCost).toLocaleString()} after sponsor's gift)` : ''}\n\n` : ''}The choice is yours — pocket spending money along the way, or reinvest everything to get to the endgame faster. Either way, no new money needed after the start. Just run the cycles, stack the profits, and level up. As a side note — I also earn 10% of everything you get paid through this system, so eventually I'll get my gift back. But that's not why I'm doing this. I genuinely just want to pay it forward and help you get started. You win, I win — we both win together.