From 5d0d226bd5858e33384082b6102bfc81df534987 Mon Sep 17 00:00:00 2001 From: Marty Bostick Date: Fri, 10 Jul 2026 18:42:54 +0000 Subject: [PATCH] add 3x L7 endgame earnings to plan phase list --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 4859d53..9ba166a 100644 --- a/index.html +++ b/index.html @@ -1194,6 +1194,7 @@ ${phases.filter(k => k !== '3xL7').map(k => { const p = HYBRIDS[k]; return `• ${p.label} → $${p.payout.toFixed(2)}/cycle (net $${p.profit.toFixed(2)})`; }).join('\n')} +• 3× L7 Endgame → $9,720.00/cycle (net $3,960.00/month passive) ${selfCost > 0 ? `**Your total self-fund: $${selfCost}**${selfCost > giftCost ? ` (you cover $${(selfCost - giftCost).toLocaleString()} after sponsor's gift)` : ''}\n\n` : ''}Once you've earned enough from one phase, use those profits to unlock the next level up. Rinse and repeat until you're running 3× L7 campaigns.