Your AI Double
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Your AI Double — show up online, even on the days you don't want to film.</title>
<meta name="description" content="Build an AI double of yourself and post content daily without filming. A focused one-day course taught entirely by Natalie's English-speaking AI double — the living proof it works." />
<!-- ============================================================
YOUR AI DOUBLE — Global EN landing page
Hosted on Whop. Replace https://whop.com/twin-in-a-day/twin-in-a-day-67/ everywhere with the
real Whop checkout link before going live.
Edit window.SPOTS_LEFT below to set remaining founder spots.
============================================================ -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<style>
:root {
--black: #0B0A09;
--black-soft: #141210;
--black-card: #1A1714;
--copper: #C9986B;
--copper-bright: #D9AE82;
--cream: #F5F0E8;
--cream-dim: #C7BEB1;
--line: rgba(201, 152, 107, 0.22);
--serif: 'Cormorant Garamond', Georgia, serif;
--sans: 'Inter', system-ui, -apple-system, sans-serif;
--maxw: 1080px;
--radius: 16px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
background: var(--black);
color: var(--cream);
font-family: var(--sans);
font-weight: 400;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
h1, h2, h3, .serif { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { position: relative; }
.eyebrow {
font-family: var(--sans);
font-size: 12px;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--copper);
margin-bottom: 20px;
}
/* ---------- Buttons ---------- */
.btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--copper);
color: #1A1003;
font-family: var(--sans);
font-weight: 600;
font-size: 17px;
letter-spacing: 0.01em;
padding: 17px 32px;
border-radius: 999px;
border: none;
cursor: pointer;
transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
box-shadow: 0 10px 30px -10px rgba(201,152,107,0.5);
}
.btn:hover { background: var(--copper-bright); transform: translateY(-2px); box-shadow: 0 16px 40px -12px rgba(201,152,107,0.6); }
.btn-ghost {
background: transparent;
color: var(--cream);
border: 1px solid var(--line);
box-shadow: none;
}
.btn-ghost:hover { background: rgba(201,152,107,0.08); border-color: var(--copper); }
.price-anchor { color: var(--cream-dim); text-decoration: line-through; font-size: 15px; margin-left: 4px; opacity: 0.7; }
/* ---------- Hero ---------- */
.hero {
background:
radial-gradient(1200px 600px at 75% -10%, rgba(201,152,107,0.16), transparent 60%),
radial-gradient(800px 500px at 10% 110%, rgba(201,152,107,0.08), transparent 60%),
var(--black);
padding: 120px 0 90px;
overflow: hidden;
}
.hero-grid {
display: grid;
grid-template-columns: 1.05fr 0.95fr;
gap: 56px;
align-items: center;
}
.hero-badge {
display: inline-flex; align-items: center; gap: 8px;
border: 1px solid var(--line);
border-radius: 999px;
padding: 7px 15px;
font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase;
color: var(--copper); font-weight: 600;
margin-bottom: 26px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 10px var(--copper); }
.hero h1 { font-size: clamp(44px, 6vw, 76px); margin-bottom: 22px; }
.hero h1 .accent { color: var(--copper); font-style: italic; font-weight: 500; }
.hero p.sub { font-size: 19px; color: var(--cream-dim); max-width: 520px; margin-bottom: 30px; }
.hero-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 22px; }
.proof-line {
display: flex; align-items: flex-start; gap: 10px;
font-size: 15px; color: var(--cream);
border-left: 2px solid var(--copper);
padding-left: 14px; max-width: 460px;
}
.proof-line .badge-live {
color: var(--copper); font-weight: 600; letter-spacing: 0.04em;
}
/* hero visual */
.hero-visual { position: relative; }
.twin-stack { position: relative; aspect-ratio: 3/4; }
.img-placeholder {
background:
linear-gradient(135deg, #221C16, #15110D);
border: 1px solid var(--line);
border-radius: var(--radius);
display: flex; align-items: center; justify-content: center;
color: var(--cream-dim);
font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase;
text-align: center; padding: 18px;
position: relative; overflow: hidden;
}
.img-placeholder::after {
content: ""; position: absolute; inset: 0;
background: radial-gradient(circle at 30% 20%, rgba(201,152,107,0.14), transparent 55%);
}
.twin-main { position: absolute; inset: 0; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.8); }
.twin-float {
position: absolute; width: 42%; aspect-ratio: 3/4;
bottom: -28px; left: -34px;
box-shadow: 0 30px 60px -25px rgba(0,0,0,0.9);
z-index: 3;
}
.play-pill {
position: absolute; top: 18px; right: 18px; z-index: 4;
background: rgba(11,10,9,0.7); backdrop-filter: blur(6px);
border: 1px solid var(--line);
border-radius: 999px; padding: 7px 14px;
font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase;
color: var(--copper); font-weight: 600;
display: flex; align-items: center; gap: 8px;
}
.play-pill .tri { width: 0; height: 0; border-left: 8px solid var(--copper); border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
/* ---------- Generic section spacing ---------- */
.pad { padding: 96px 0; }
.pad-sm { padding: 72px 0; }
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(34px, 4.5vw, 52px); margin-bottom: 18px; }
.section-head p { font-size: 18px; color: var(--cream-dim); }
.bg-soft { background: var(--black-soft); }
.bg-cream { background: var(--cream); color: var(--black); }
.bg-cream .eyebrow { color: #A8763F; }
.bg-cream .section-head p { color: #5C534A; }
/* ---------- Problem ---------- */
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.problem-card {
background: var(--black-card);
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 30px 26px;
}
.problem-card .num { font-family: var(--serif); font-size: 34px; color: var(--copper); font-style: italic; margin-bottom: 12px; display: block; }
.problem-card h3 { font-size: 23px; margin-bottom: 10px; }
.problem-card p { font-size: 15px; color: var(--cream-dim); }
.problem-close { text-align: center; margin-top: 48px; font-family: var(--serif); font-size: clamp(24px, 3.2vw, 34px); font-style: italic; color: var(--cream); }
.problem-close span { color: var(--copper); }
/* ---------- Story ---------- */
.story-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.story-stats { display: flex; gap: 34px; margin: 28px 0 26px; flex-wrap: wrap; }
.stat .n { font-family: var(--serif); font-size: 42px; color: var(--copper); line-height: 1; }
.stat .l { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream-dim); margin-top: 6px; }
.story-body p { font-size: 17px; color: var(--cream); margin-bottom: 18px; }
.story-body p.lead { font-family: var(--serif); font-size: 24px; font-style: italic; color: var(--copper-bright); }
.story-img { aspect-ratio: 4/5; }
/* ---------- 3-step ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step {
background: var(--black-card);
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 0; overflow: hidden;
display: flex; flex-direction: column;
}
.step .step-img { aspect-ratio: 4/3; border: none; border-radius: 0; border-bottom: 1px solid var(--line); }
.step .step-text { padding: 26px 24px 30px; }
.step .step-n {
display: inline-flex; align-items: center; justify-content: center;
width: 34px; height: 34px; border-radius: 50%;
background: rgba(201,152,107,0.14); color: var(--copper);
font-weight: 700; font-size: 15px; margin-bottom: 14px;
border: 1px solid var(--line);
}
.step h3 { font-size: 24px; margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--cream-dim); }
/* ---------- What's inside ---------- */
.inside-top { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 44px; }
.pill-stat {
flex: 1; min-width: 150px;
border: 1px solid #E3D9C9; background: #FBF8F2;
border-radius: var(--radius); padding: 22px 24px;
}
.bg-cream .pill-stat .n { font-family: var(--serif); font-size: 36px; color: #A8763F; line-height: 1; }
.bg-cream .pill-stat .l { font-size: 13px; color: #6B6157; margin-top: 6px; letter-spacing: 0.04em; }
.modules { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 44px; }
.module {
border: 1px solid #E3D9C9; background: #FFFFFF;
border-radius: var(--radius); padding: 26px 26px;
}
.module .m-tag { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #A8763F; font-weight: 600; }
.module h3 { font-size: 25px; color: var(--black); margin: 8px 0 12px; }
.module p { font-size: 15px; color: #5C534A; }
.module .m-meta { font-size: 13px; color: #8A8076; margin-top: 14px; font-weight: 500; }
.bonuses { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.bonus {
display: flex; gap: 14px; align-items: flex-start;
border: 1px solid #E3D9C9; background: #FBF8F2;
border-radius: 12px; padding: 20px 22px;
}
.bonus .check {
flex: 0 0 26px; height: 26px; border-radius: 50%;
background: var(--copper); color: #1A1003;
display: flex; align-items: center; justify-content: center;
font-weight: 700; font-size: 14px; margin-top: 2px;
}
.bonus h4 { font-family: var(--sans); font-size: 16px; font-weight: 600; color: var(--black); margin-bottom: 3px; }
.bonus p { font-size: 14px; color: #5C534A; }
/* ---------- For / Not for ---------- */
.ff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ff-col {
border: 1px solid var(--line); border-radius: var(--radius);
padding: 34px 32px; background: var(--black-card);
}
.ff-col.no { background: transparent; border-style: dashed; opacity: 0.92; }
.ff-col h3 { font-size: 26px; margin-bottom: 22px; display: flex; align-items: center; gap: 10px; }
.ff-col.yes h3 { color: var(--copper-bright); }
.ff-col ul { list-style: none; }
.ff-col li { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid rgba(201,152,107,0.1); font-size: 15.5px; color: var(--cream); }
.ff-col li:last-child { border-bottom: none; }
.ff-col .mark { flex: 0 0 22px; font-weight: 700; }
.ff-col.yes .mark { color: var(--copper); }
.ff-col.no .mark { color: #7A7166; }
.ff-col.no li { color: var(--cream-dim); }
/* ---------- Pricing ---------- */
.pricing { background: radial-gradient(1000px 500px at 50% -20%, rgba(201,152,107,0.14), transparent 60%), var(--black); }
.price-card {
max-width: 540px; margin: 0 auto;
background: linear-gradient(180deg, #1C1813, #131009);
border: 1px solid var(--copper);
border-radius: 22px;
padding: 44px 40px;
text-align: center;
box-shadow: 0 40px 90px -40px rgba(201,152,107,0.5);
position: relative;
}
.price-tier-tag {
position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
background: var(--copper); color: #1A1003;
font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
padding: 7px 18px; border-radius: 999px;
}
.price-card h3 { font-size: 30px; margin: 8px 0 6px; }
.price-card .priceline { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin: 18px 0 6px; }
.price-card .amount { font-family: var(--serif); font-size: 72px; color: var(--copper); line-height: 1; }
.price-card .was { font-size: 24px; color: var(--cream-dim); text-decoration: line-through; }
.price-card .once { font-size: 14px; color: var(--cream-dim); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 24px; }
.price-incl { text-align: left; max-width: 360px; margin: 0 auto 28px; }
.price-incl li { display: flex; gap: 11px; padding: 8px 0; font-size: 15px; color: var(--cream); }
.price-incl .c { color: var(--copper); font-weight: 700; }
.price-card .btn { width: 100%; justify-content: center; font-size: 18px; padding: 19px; }
.spots {
margin-top: 20px;
font-size: 14px; color: var(--cream-dim);
}
.spots b { color: var(--copper); font-size: 16px; }
.spots-bar { height: 6px; border-radius: 999px; background: rgba(201,152,107,0.18); margin: 12px auto 10px; max-width: 360px; overflow: hidden; }
.spots-bar > i { display: block; height: 100%; background: var(--copper); border-radius: 999px; transition: width .8s ease; }
.tiers {
display: flex; justify-content: center; gap: 10px; flex-wrap: wrap;
margin-top: 34px; font-size: 14px; color: var(--cream-dim);
}
.tiers .t { border: 1px solid var(--line); border-radius: 10px; padding: 10px 16px; }
.tiers .t b { color: var(--cream); }
.tiers .t.active { border-color: var(--copper); background: rgba(201,152,107,0.1); }
.tiers .t.active b { color: var(--copper); }
.guarantee { text-align: center; margin-top: 28px; font-size: 14px; color: var(--cream-dim); }
/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
width: 100%; background: none; border: none; cursor: pointer;
display: flex; justify-content: space-between; align-items: center; gap: 20px;
padding: 24px 4px; text-align: left;
font-family: var(--serif); font-size: 23px; color: var(--cream); font-weight: 500;
}
.faq-q .ico { flex: 0 0 26px; height: 26px; position: relative; transition: transform .3s ease; color: var(--copper); }
.faq-q .ico::before, .faq-q .ico::after { content: ""; position: absolute; background: var(--copper); border-radius: 2px; }
.faq-q .ico::before { top: 12px; left: 4px; right: 4px; height: 2px; }
.faq-q .ico::after { left: 12px; top: 4px; bottom: 4px; width: 2px; transition: opacity .3s ease; }
.faq-item.open .faq-q .ico::after { opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 4px 24px; font-size: 16px; color: var(--cream-dim); max-width: 660px; }
/* ---------- Final CTA ---------- */
.final { text-align: center; }
.final h2 { font-size: clamp(38px, 5.5vw, 64px); margin-bottom: 20px; }
.final h2 .accent { color: var(--copper); font-style: italic; font-weight: 500; }
.final p.sub { font-size: 19px; color: var(--cream-dim); max-width: 560px; margin: 0 auto 34px; }
.note {
max-width: 580px; margin: 56px auto 0;
border: 1px solid var(--line); border-radius: var(--radius);
background: var(--black-card); padding: 30px 32px; text-align: left;
}
.note p { font-size: 16px; color: var(--cream); font-style: italic; font-family: var(--serif); line-height: 1.6; margin-bottom: 14px; }
.note .sign { font-family: var(--sans); font-style: normal; font-size: 15px; color: var(--copper); font-weight: 600; }
footer { padding: 50px 0 130px; text-align: center; color: var(--cream-dim); font-size: 13px; }
footer a { color: var(--copper); }
/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
display: none;
background: rgba(11,10,9,0.92); backdrop-filter: blur(12px);
border-top: 1px solid var(--line);
padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
align-items: center; justify-content: space-between; gap: 12px;
}
.sticky-cta .pl { font-size: 13px; color: var(--cream-dim); line-height: 1.3; }
.sticky-cta .pl b { color: var(--cream); font-size: 16px; font-family: var(--serif); }
.sticky-cta .pl s { color: var(--cream-dim); opacity: .6; margin-left: 4px; }
.sticky-cta .btn { padding: 13px 22px; font-size: 15px; white-space: nowrap; }
/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
.reveal { opacity: 1; transform: none; transition: none; }
html { scroll-behavior: auto; }
}
/* ---------- Responsive ---------- */
@media (max-width: 920px) {
.hero-grid, .story-grid { grid-template-columns: 1fr; gap: 44px; }
.hero { padding: 92px 0 70px; }
.hero-visual { max-width: 420px; margin: 0 auto; width: 100%; }
.problem-grid, .steps-grid { grid-template-columns: 1fr; }
.modules, .bonuses, .ff-grid, .inside-top { grid-template-columns: 1fr; }
.pad { padding: 72px 0; }
}
@media (max-width: 600px) {
.wrap { padding: 0 18px; }
.hero h1 { font-size: 42px; }
.hero-cta { gap: 12px; }
.btn { width: 100%; justify-content: center; }
.price-card { padding: 38px 24px; }
.sticky-cta { display: flex; }
.story-stats { gap: 24px; }
}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;max-width:900px;margin:0 auto;}
.phone{position:relative;aspect-ratio:9/19;background:#0c0a09;border:7px solid #16130f;border-radius:30px;overflow:hidden;box-shadow:0 40px 70px -30px rgba(0,0,0,.85);}
.phone::before{content:"";position:absolute;top:7px;left:50%;transform:translateX(-50%);width:38%;height:15px;background:#16130f;border-radius:0 0 12px 12px;z-index:3;}
.phone .tagpill{position:absolute;bottom:10px;left:10px;z-index:2;background:rgba(11,10,9,.72);border:1px solid var(--line);color:var(--copper);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;padding:4px 9px;border-radius:999px;font-weight:600;}
@media(max-width:920px){.gallery-grid{grid-template-columns:repeat(2,1fr);max-width:460px;}}
.reveal{opacity:1 !important;transform:none !important;}
#yad-root{direction:ltr !important;}
#yad-root p,#yad-root h1,#yad-root h2,#yad-root h3,#yad-root h4,#yad-root li,#yad-root .tag,#yad-root .sub,#yad-root .eyebrow,#yad-root .step-text,#yad-root .m-tag,#yad-root .proof-line{text-align:left !important;}
#yad-root .section-head.center,#yad-root .section-head.center h2,#yad-root .section-head.center p,#yad-root .section-head.center .eyebrow,#yad-root .price-card,#yad-root .price-card h3,#yad-root .price-card p,#yad-root .final,#yad-root .final h2,#yad-root .final p,#yad-root .final .eyebrow,#yad-root .problem-close,#yad-root .guarantee,#yad-root .spots,#yad-root .tiers{text-align:center !important;}
#yad-root .step-n{margin-right:auto !important;margin-left:0 !important;}
</style>
<div id="yad-root" dir="ltr" style="direction:ltr;text-align:left;">
<!-- =================== HERO =================== -->
<section class="hero">
<div class="wrap">
<div class="hero-grid">
<div class="hero-copy reveal">
<span class="hero-badge"><span class="dot"></span> Taught by an AI double</span>
<h1>Build your <span class="accent">AI double.</span><br />Show up — even when you don't want to film.</h1>
<p class="sub">Train a version of yourself once — so you can post scroll-stopping images and talking videos on the days you have no time or energy for the camera. It doesn't replace you. It buys back your time.</p>
<div class="hero-cta">
<!-- Replace https://whop.com/twin-in-a-day/twin-in-a-day-67/ with your real Whop checkout link -->
<a class="btn" href="https://whop.com/twin-in-a-day/twin-in-a-day-67/">Join for $37 <span aria-hidden="true">→</span></a>
<span class="price-anchor">$97</span>
</div>
<p class="proof-line">
<span><span class="badge-live">Every lesson below is taught by my English-speaking AI double.</span> That's the proof.</span>
</p>
</div>
<div class="hero-visual reveal">
<div class="twin-stack">
<img class="twin-main" alt="AI double" style="width:100%;height:100%;object-fit:cover;display:block;border-radius:18px;" src="https://d2ol7oe51mr4n9.cloudfront.net/user_36C7PTfGY8Ewxn7AAOOrWlCdZ3p/8e87907f-7112-495d-8209-48fc6eefc996.png">
<span class="play-pill"><span class="tri"></span> 100% AI</span>
</div>
</div>
</div>
</div>
</section>
<!-- =================== PROBLEM =================== -->
<section class="pad bg-soft">
<div class="wrap">
<div class="section-head center reveal">
<span class="eyebrow">The honest truth</span>
<h2>The camera was never the hard part. Doing it every single day is.</h2>
<p>You know consistency wins. But showing up on camera daily — hair done, lighting right, energy up — while running a business and a life? That's the part nobody can sustain.</p>
</div>
<div class="problem-grid">
<div class="problem-card reveal">
<span class="num">01</span>
<h3>Content burnout</h3>
<p>Filming, re-filming, editing, posting. The treadmill never stops, and "just one more reel" quietly eats your whole evening.</p>
</div>
<div class="problem-card reveal">
<span class="num">02</span>
<h3>The algorithm is hungry</h3>
<p>Daily posting is rewarded — but it demands a volume of footage no normal human can produce while doing everything else.</p>
</div>
<div class="problem-card reveal">
<span class="num">03</span>
<h3>You have no time</h3>
<p>Founder, parent, both. The days you most need to show up are exactly the days you have zero hours to get camera-ready.</p>
</div>
</div>
<p class="problem-close reveal">What if you could stay visible every day — <span>without being in front of a camera every day?</span></p>
</div>
</section>
<!-- =================== STORY =================== -->
<section class="pad">
<div class="wrap">
<div class="story-grid">
<div class="reveal">
<!-- DOUBLE IMAGE 3 — Natalie real photo (4:5) -->
<img class="story-img" alt="Natalie" style="width:100%;height:100%;object-fit:cover;display:block;border-radius:16px;object-position:center top;" src="https://d2ol7oe51mr4n9.cloudfront.net/user_36C7PTfGY8Ewxn7AAOOrWlCdZ3p/353672a7-5e27-4cf4-b9f1-a34fbadab4a6.png">
</div>
<div class="story-body reveal">
<span class="eyebrow">My story</span>
<h2 style="font-size:clamp(32px,4vw,46px); margin-bottom:18px;">I built an audience, a brand, and then — a version of myself.</h2>
<div class="story-stats">
<div class="stat"><div class="n">70K</div><div class="l">Followers</div></div>
<div class="stat"><div class="n">500+</div><div class="l">Posts</div></div>
<div class="stat"><div class="n">1</div><div class="l">Hair brand built</div></div>
</div>
<p class="lead">For years I filmed everything myself. Then I stopped — and my feed didn't.</p>
<p>I'm Natalie. I grew an Instagram community of 70,000, founded my own hair brand, and lived the daily-content grind in real life. Two kids, a company, and a feed that needed me on camera constantly. Something had to give.</p>
<p>So I trained an AI double of myself — my face, my look, my voice. Now I stay consistent even on the days I don't want to film, and protect my time. The lessons in this course? They're literally taught by that double. You're watching the result before you even buy.</p>
</div>
</div>
</div>
</section>
<!-- GALLERY -->
<section class="pad">
<div class="wrap">
<div class="section-head center">
<span class="eyebrow">The gallery</span>
<h2>They're all AI. <span style="font-style:italic;color:var(--copper);">Not one was filmed.</span></h2>
<p>Every face below was generated in Higgsfield — different ages, looks, and styles. No camera, no studio. This is the kind of result you'll learn to create of yourself.</p>
</div>
<div class="gallery-grid">
<div class="phone"><img alt="AI portrait 1" style="width:100%;height:100%;object-fit:cover;display:block;" src="https://d8j0ntlcm91z4.cloudfront.net/user_36C7PTfGY8Ewxn7AAOOrWlCdZ3p/hf_20260520_083853_b64cfdda-fc2b-4b83-bdd2-7d66737eb701.png"><span class="tagpill">100% AI</span></div>
<div class="phone"><img alt="AI portrait 2" style="width:100%;height:100%;object-fit:cover;display:block;" src="https://d8j0ntlcm91z4.cloudfront.net/user_36C7PTfGY8Ewxn7AAOOrWlCdZ3p/hf_20260520_083853_36303b79-aa1f-4012-804d-cf687995a521.png"><span class="tagpill">100% AI</span></div>
<div class="phone"><img alt="AI portrait 3" style="width:100%;height:100%;object-fit:cover;display:block;" src="https://d8j0ntlcm91z4.cloudfront.net/user_36C7PTfGY8Ewxn7AAOOrWlCdZ3p/hf_20260520_083854_d61aeca1-7475-4118-906d-746acaf59647.png"><span class="tagpill">100% AI</span></div>
<div class="phone"><img alt="AI portrait 4" style="width:100%;height:100%;object-fit:cover;display:block;" src="https://d8j0ntlcm91z4.cloudfront.net/user_36C7PTfGY8Ewxn7AAOOrWlCdZ3p/hf_20260520_083859_98ecf239-8283-49e2-9f3d-fc070578096a.png"><span class="tagpill">100% AI</span></div>
</div>
</div>
</section>
<!-- =================== 3-STEP SYSTEM =================== -->
<section class="pad bg-soft">
<div class="wrap">
<div class="section-head center reveal">
<span class="eyebrow">The system</span>
<h2>Three steps. One day. A double that works whenever you need it.</h2>
<p>No studio, no agency, no editing skills. Just photos you already have and a phone.</p>
</div>
<div class="steps-grid">
<div class="step reveal">
<!-- STEP IMAGE 1 — uploading photos / training screen -->
<img class="step-img" alt="step" style="width:100%;height:100%;object-fit:cover;display:block;border-radius:0;object-position:center top;" src="https://d2ol7oe51mr4n9.cloudfront.net/user_36C7PTfGY8Ewxn7AAOOrWlCdZ3p/525a24c6-dd36-45e8-9829-2427b9b17da4.png">
<div class="step-text">
<span class="step-n">1</span>
<h3>Build your double</h3>
<p>Train an AI character of yourself from photos you already have on your phone. One setup, done in an afternoon.</p>
</div>
</div>
<div class="step reveal">
<!-- STEP IMAGE 2 — generated image grid -->
<img class="step-img" alt="step" style="width:100%;height:100%;object-fit:cover;display:block;border-radius:0;object-position:center center;" src="https://d2ol7oe51mr4n9.cloudfront.net/user_36C7PTfGY8Ewxn7AAOOrWlCdZ3p/b0b3518c-3a3a-4656-bc13-40123c1d973c.png">
<div class="step-text">
<span class="step-n">2</span>
<h3>Generate the images</h3>
<p>Create scroll-stopping photos of yourself in any outfit, setting, or mood — that look unmistakably like you.</p>
</div>
</div>
<div class="step reveal">
<!-- STEP IMAGE 3 — talking video preview -->
<img class="step-img" alt="step" style="width:100%;height:100%;object-fit:cover;display:block;border-radius:0;object-position:center top;" src="https://d2ol7oe51mr4n9.cloudfront.net/user_36C7PTfGY8Ewxn7AAOOrWlCdZ3p/141dd53d-f3b3-41f3-b94b-cef96db2148a.png">
<div class="step-text">
<span class="step-n">3</span>
<h3>Turn them into talking videos</h3>
<p>Bring your images to life as natural talking videos that move, speak, and feel like the real you on camera.</p>
</div>
</div>
</div>
</div>
</section>
<!-- =================== WHAT'S INSIDE =================== -->
<section class="pad bg-cream">
<div class="wrap">
<div class="section-head center reveal">
<span class="eyebrow">What's inside</span>
<h2>Everything you need to build your double in one focused day.</h2>
<p>9 lessons · about 95 minutes of clear, do-it-with-me video — taught by my AI double from start to finish.</p>
</div>
<div class="inside-top">
<div class="pill-stat reveal"><div class="n">9</div><div class="l">Lessons</div></div>
<div class="pill-stat reveal"><div class="n">~95</div><div class="l">Minutes</div></div>
<div class="pill-stat reveal"><div class="n">98%</div><div class="l">Likeness recipe</div></div>
<div class="pill-stat reveal"><div class="n">1</div><div class="l">Focused day</div></div>
</div>
<div class="modules">
<div class="module reveal">
<span class="m-tag">Lessons 1–3</span>
<h3>Foundations & the right photos</h3>
<p>Understand how an AI double actually works, what makes it believable, and pick the right photos so yours starts strong.</p>
<div class="m-meta">3 lessons</div>
</div>
<div class="module reveal">
<span class="m-tag">Lessons 4–5</span>
<h3>Build your double</h3>
<p>Tour Higgsfield, then train your double step by step until it locks onto your real face — consistent and believable.</p>
<div class="m-meta">2 lessons</div>
</div>
<div class="module reveal">
<span class="m-tag">Lesson 6</span>
<h3>Generate scroll-stopping images</h3>
<p>Prompting, outfits, settings and lighting — create your first batch of photos that look like a real shoot.</p>
<div class="m-meta">1 lesson</div>
</div>
<div class="module reveal">
<span class="m-tag">Lessons 7–9</span>
<h3>Make it move & wrap up</h3>
<p>Turn images into talking videos that move just like you — then a closing lesson on your repeatable workflow.</p>
<div class="m-meta">3 lessons</div>
</div>
</div>
<div class="bonuses">
<div class="bonus reveal">
<span class="check">✓</span>
<div><h4>The Winning Recipe</h4><p>My exact prompt formula for 98% likeness — the difference between "kind of like me" and "that's literally me."</p></div>
</div>
<div class="bonus reveal">
<span class="check">✓</span>
<div><h4>Prompt Library — 25 prompts</h4><p>Copy-paste prompts for outfits, scenes and moods so you're never staring at a blank box.</p></div>
</div>
<div class="bonus reveal">
<span class="check">✓</span>
<div><h4>Private community</h4><p>A members-only space to share your double, get feedback, and learn from others doing the same thing.</p></div>
</div>
<div class="bonus reveal">
<span class="check">✓</span>
<div><h4>Lifetime access + updates</h4><p>The AI world moves fast. You get every future model update and new lesson, free, forever.</p></div>
</div>
</div>
</div>
</section>
<!-- =================== FOR / NOT FOR =================== -->
<section class="pad">
<div class="wrap">
<div class="section-head center reveal">
<span class="eyebrow">Honest fit check</span>
<h2>Who this is for — and who it isn't.</h2>
</div>
<div class="ff-grid">
<div class="ff-col yes reveal">
<h3>This is for you if…</h3>
<ul>
<li><span class="mark">✓</span> You're a creator, founder or coach who needs to post consistently.</li>
<li><span class="mark">✓</span> You're tired of filming yourself every single day.</li>
<li><span class="mark">✓</span> You're a busy parent with no time to get camera-ready.</li>
<li><span class="mark">✓</span> You want a presence online without living in front of a lens.</li>
<li><span class="mark">✓</span> You're open to AI tools and want a clear, done-with-you path.</li>
</ul>
</div>
<div class="ff-col no reveal">
<h3>This is not for you if…</h3>
<ul>
<li><span class="mark">✕</span> You love filming yourself daily and it never drains you.</li>
<li><span class="mark">✕</span> You want a magic "go viral" button with zero effort.</li>
<li><span class="mark">✕</span> You're not willing to set aside one focused day to build it.</li>
<li><span class="mark">✕</span> You want to impersonate someone who isn't you.</li>
<li><span class="mark">✕</span> You expect results without using your own real photos.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- =================== PRICING =================== -->
<section class="pad pricing" id="pricing">
<div class="wrap">
<div class="section-head center reveal">
<span class="eyebrow">Founders pricing</span>
<h2>Join the first 100 — at the lowest price it will ever be.</h2>
<p>One payment. Lifetime access. Every future update included.</p>
</div>
<div class="price-card reveal">
<span class="price-tier-tag">Founders · First 100</span>
<h3>Your AI Double</h3>
<div class="priceline">
<span class="amount">$37</span>
<span class="was">$97</span>
</div>
<div class="once">One-time payment · lifetime access</div>
<ul class="price-incl">
<li><span class="c">✓</span> 9 lessons (~95 min)</li>
<li><span class="c">✓</span> The Winning Recipe (98% likeness formula)</li>
<li><span class="c">✓</span> Prompt Library — 25 ready prompts</li>
<li><span class="c">✓</span> Private members community</li>
<li><span class="c">✓</span> Lifetime access + all future model updates</li>
</ul>
<!-- Replace https://whop.com/twin-in-a-day/twin-in-a-day-67/ with your real Whop checkout link -->
<a class="btn" href="https://whop.com/twin-in-a-day/twin-in-a-day-67/">Join for $37 <span aria-hidden="true">→</span></a>
<div class="spots">
<div class="spots-bar"><i id="spotsBar"></i></div>
Only <b id="spotsLeft">100</b> founder spots left at this price.
</div>
<div class="tiers">
<div class="t active"><b>Founders</b><br />$37 · first 100</div>
<div class="t"><b>Early bird</b><br />$67 · next</div>
<div class="t"><b>Standard</b><br />$97</div>
</div>
</div>
<p class="guarantee reveal">Price only goes up as spots fill. Lock in founders pricing now.</p>
</div>
</section>
<!-- =================== FAQ =================== -->
<section class="pad bg-soft">
<div class="wrap">
<div class="section-head center reveal">
<span class="eyebrow">Questions</span>
<h2>Everything you might be wondering.</h2>
</div>
<div class="faq-list reveal">
<div class="faq-item">
<button class="faq-q">Do I need any tech or design skills?<span class="ico"></span></button>
<div class="faq-a"><p>None. If you can use Instagram and your phone, you can do this. Every lesson is a do-it-with-me walkthrough — you follow along and copy exactly what I do, step by step.</p></div>
</div>
<div class="faq-item">
<button class="faq-q">Will it actually look like me?<span class="ico"></span></button>
<div class="faq-a"><p>Yes. You're looking at the proof — this whole course is taught by my AI double. I share my exact "Winning Recipe" that gets up to 98% likeness, so your double reads as you, not as a generic AI face.</p></div>
</div>
<div class="faq-item">
<button class="faq-q">What tools do I need?<span class="ico"></span></button>
<div class="faq-a"><p>Just Higgsfield AI (around $16/month) and your phone. That's it. No camera gear, no editing software, no studio. I walk you through setting everything up inside the course.</p></div>
</div>
<div class="faq-item">
<button class="faq-q">Is this ethical?<span class="ico"></span></button>
<div class="faq-a"><p>Completely. This is your face and your voice — your double. The course is about representing yourself, never impersonating other people. It's the same you, just freed from filming every day.</p></div>
</div>
<div class="faq-item">
<button class="faq-q">How long does it take?<span class="ico"></span></button>
<div class="faq-a"><p>One focused day. The lessons total about 95 minutes, and by the time you finish you'll have a working double and your first batch of content ready to post. After that, a week of content takes a fraction of the time.</p></div>
</div>
<div class="faq-item">
<button class="faq-q">What if I'm brand new to all of this?<span class="ico"></span></button>
<div class="faq-a"><p>Perfect — it's built for exactly that. We start from zero: choosing photos, setting up the tools, training your double, and generating your first images and videos. Lifetime access means you can rewatch anytime.</p></div>
</div>
</div>
</div>
</section>
<!-- =================== FINAL CTA =================== -->
<section class="pad final">
<div class="wrap">
<div class="reveal">
<span class="eyebrow">Your turn</span>
<h2>Stop filming. <span class="accent">Start posting.</span></h2>
<p class="sub">Build your double today and reclaim your time — while staying more visible than ever.</p>
<!-- Replace https://whop.com/twin-in-a-day/twin-in-a-day-67/ with your real Whop checkout link -->
<a class="btn" href="https://whop.com/twin-in-a-day/twin-in-a-day-67/">Join for $37 <span aria-hidden="true">→</span></a>
<span class="price-anchor" style="display:inline-block;margin-top:12px;">$97</span>
<div class="note">
<p>"I made this because I lived the burnout. Building my double gave me my evenings back — and a feed that never stops. If you're done choosing between showing up and having a life, this is for you. Come build yours."</p>
<span class="sign">— Natalie, @natalie_levi_aharon</span>
</div>
</div>
</div>
</section>
<footer>
<div class="wrap">
Your AI Double · Taught entirely by an AI double · <a href="https://whop.com/twin-in-a-day/twin-in-a-day-67/">Join now</a><br />
© <span id="yr"></span> Natalie Levi Aharon. Use your own face and voice, always.
</div>
</footer>
<!-- =================== STICKY MOBILE CTA =================== -->
<div class="sticky-cta">
<div class="pl"><b>$37</b><s>$97</s><br />Founders · first 100</div>
<!-- Replace https://whop.com/twin-in-a-day/twin-in-a-day-67/ with your real Whop checkout link -->
<a class="btn" href="https://whop.com/twin-in-a-day/twin-in-a-day-67/">Join now →</a>
</div>
<script>
/* ====== EDIT ME: remaining founder spots (out of 100) ====== */
window.SPOTS_LEFT = 100;
(function () {
var total = 100;
var left = Math.max(0, Math.min(total, window.SPOTS_LEFT || total));
var elNum = document.getElementById('spotsLeft');
var elBar = document.getElementById('spotsBar');
if (elNum) elNum.textContent = left;
if (elBar) elBar.style.width = ((total - left) / total * 100) + '%';
// Year
var yr = document.getElementById('yr');
if (yr) yr.textContent = new Date().getFullYear();
// FAQ accordion
document.querySelectorAll('.faq-q').forEach(function (btn) {
btn.addEventListener('click', function () {
var item = btn.closest('.faq-item');
var ans = item.querySelector('.faq-a');
var isOpen = item.classList.contains('open');
document.querySelectorAll('.faq-item.open').forEach(function (o) {
o.classList.remove('open');
o.querySelector('.faq-a').style.maxHeight = null;
});
if (!isOpen) {
item.classList.add('open');
ans.style.maxHeight = ans.scrollHeight + 'px';
}
});
});
// Reveal on scroll
var reveals = document.querySelectorAll('.reveal');
if ('IntersectionObserver' in window) {
var io = new IntersectionObserver(function (entries) {
entries.forEach(function (e) {
if (e.isIntersecting) { e.target.classList.add('in'); io.unobserve(e.target); }
});
}, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' });
reveals.forEach(function (r) { io.observe(r); });
} else {
reveals.forEach(function (r) { r.classList.add('in'); });
}
})();
</script>
</div>
Founders · first 100