Put the curiosity-video arsenal inside the Circle Method (use with Lesson 3), personalize tools links from training

This commit is contained in:
martbost
2026-08-22 07:57:39 -05:00
parent a7cdc1731b
commit 8f4aa96fa5
2 changed files with 14 additions and 0 deletions
+10
View File
@@ -34,6 +34,16 @@
<div class="video-card" style="max-width:880px;margin:0 auto 26px"><div style="padding:6px 6px 0"><div class="eyebrow" style="color:var(--teal)">Lesson 3 · 3 min</div><h2 style="margin:6px 0 6px">The Conversation — the exact words</h2><p style="color:var(--muted);margin:0 0 12px">Word-for-word openers built on curiosity, why you ask for an opinion instead of a decision, how the <a href="/tools" style="color:var(--teal)">promo tools</a> arrive pre-loaded with your link — and the art of sending it and shutting up.</p></div><video class="video-frame" style="display:block;width:100%;height:auto;aspect-ratio:16/9" controls preload="none" poster="/v/rmc-method-m1l3-poster.jpg" src="/v/rmc-method-m1l3-74eba04d27.mp4"></video></div>
<div class="card" style="max-width:880px;margin:0 auto 26px;border-color:rgba(240,197,109,.45)"><div class="eyebrow" style="color:var(--gold)">Your ammunition — use with Lesson 3</div><h2 style="margin:8px 0 6px">The four videos you'll actually be sending</h2><p style="color:var(--muted);margin:0 0 10px">When the lessons say "share a short video," these are the videos. Pick the angle that fits the person you're texting:</p>
<ul style="color:var(--muted);margin:0 0 12px 20px;line-height:1.8">
<li><strong style="color:var(--text)">"Pocket Change"</strong> · for the friend who says money's tight — the 25-ways-you-waste-it wake-up</li>
<li><strong style="color:var(--text)">"Your Phone"</strong> · for the scroller — everybody's making money on their phone except them</li>
<li><strong style="color:var(--text)">"I Don't Know Anyone"</strong> · for the person who thinks they can't recruit</li>
<li><strong style="color:var(--text)">"The Side Hustle Graveyard"</strong> · for the one who's tried everything — DoorDash, dropshipping, surveys</li>
</ul>
<a class="btn btn-primary" href="/tools" style="display:block;text-align:center;padding:13px 18px;font-weight:800">🎯 Get the videos + ready-made messages — pre-loaded with YOUR link →</a>
<p class="micro" style="text-align:center;margin:8px 0 0">Open from your dashboard and every message arrives with your personal invite link already in it.</p></div>
<div class="video-card" style="max-width:880px;margin:0 auto 26px"><div style="padding:6px 6px 0"><div class="eyebrow" style="color:var(--teal)">Lesson 4 · 3.5 min</div><h2 style="margin:6px 0 6px">Objections — Without Flinching</h2><p style="color:var(--muted);margin:0 0 12px">Calm, honest answers to the big three: "isn't this a pyramid?", "I don't have the money," and "I don't know crypto." The goal is never to win — it's to answer honestly and let them decide.</p></div><video class="video-frame" style="display:block;width:100%;height:auto;aspect-ratio:16/9" controls preload="none" poster="/v/rmc-method-m1l4-poster.jpg" src="/v/rmc-method-m1l4-b2b01ce42c.mp4"></video></div>
<div class="card" style="max-width:880px;margin:0 auto 26px;border-style:dashed;opacity:.9"><div class="eyebrow" style="color:var(--gold)">Coming next</div><h2 style="margin:8px 0 6px">Module 2 — Help Your Two</h2><p style="color:var(--muted);margin:0 0 12px">Getting your two is half the Method. Module 2 teaches the half nobody else does — turning you into their coach:</p>
+4
View File
@@ -12,3 +12,7 @@ fetch('/api/public/config').then(function(r){return r.json()}).then(function(c){
var el=document.getElementById('fundUsdNote');
if(el&&c.polUsd>0){var pol=(c.premiumEntryPol||362)+23;el.textContent=' — about $'+Math.round(pol*c.polUsd)+' at today’s price';}
}).catch(function(){});
// carry the member's saved id onto tools links so promo assets arrive personalized
try{var tid=localStorage.getItem('rmc.toolsId')||localStorage.getItem('ctb.myId');
if(tid&&/^\d+$/.test(tid))document.querySelectorAll('a[href="/tools"]').forEach(function(a){a.href='/tools?id='+tid;});}catch(e){}