/* global React */ const { useState: useStateH, useEffect: useEffectH, useRef: useRefH } = React; // ============ HOMEPAGE ============ function HomePage({ setPage, tweaks }) { return (
); } // ============ HERO ============ function Hero({ setPage, tweaks }) { const headlines = { a: { line1: "Stop guessing.", line2: "Start shipping." }, b: { line1: "From ambition", line2: "to execution." }, c: { line1: "Move faster.", line2: "Look sharper." }, }; const h = headlines[tweaks.headline] || headlines.a; const [t, setT] = useStateH(0); useEffectH(() => { let raf; const start = performance.now(); const tick = (now) => { setT((now - start) / 1000); raf = requestAnimationFrame(tick); }; raf = requestAnimationFrame(tick); return () => cancelAnimationFrame(raf); }, []); return (
{/* Top meta line */}
Vol. 04 — A growth & execution platform for serious operators
EST. {new Date().getFullYear()} / {timeLabel(t)}
{/* Headline + visual layered */}

{h.line1}
{h.line2}

A growth & execution layer for founders who already have the ideas — websites, content systems, automation, and strategy under one calm operating cadence.

{/* Powered-by strip */}
); } function timeLabel(t) { const now = new Date(); const h = String(now.getHours()).padStart(2,"0"); const m = String(now.getMinutes()).padStart(2,"0"); const s = String(Math.floor(t) % 60).padStart(2,"0"); return `${h}:${m}:${s} EST`; } function MetaCell({ n, label, value, tone }) { return (
{n}
{label}
{value}
); } // ============ HERO VISUAL — layered editorial composite ============ function HeroVisual({ t }) { const float = Math.sin(t * 0.7) * 4; const float2 = Math.sin(t * 0.5 + 1) * 6; return (
{/* Backdrop block with dots */}
{/* Photo placeholder block */}
EDITORIAL / 01
35MM
N° 0142 — Operator at desk, golden hour
{/* Faux UI overlay */}
NOW SHIPPING
Brand launch / wk 03
{[1,1,1,0.4,0.2].map((v,i)=>(
))}
{/* UI panel mockup */}
{/* Small floating tile */}
SYS / RUN
{(127 + Math.sin(t * 0.3) * 4).toFixed(0)}%
publishing velocity, qtr
); } function DashMockup() { return (
USEUS.PRO / OPS
{[0,1,2].map(i =>
)}
Q2 content engine — 47 deliverables in flight
{/* Workflow rows */}
{[ { l:"Reels — week 14", s:"Approved", p: 100 }, { l:"Long-form — site copy", s:"In review", p: 78 }, { l:"Brand launch / Aurora", s:"Production", p: 54 }, { l:"Automation — intake v2", s:"Build", p: 32 }, { l:"Quarterly report", s:"Drafting", p: 18 }, ].map((r,i) => (
{r.l}
{r.s}
))}
{["INTAKE","BUILD","PUBLISH"].map((s,i) => (
{s}
{[12, 9, 26][i]}
))}
); } // ============ MARQUEE ============ function Marquee() { const items = [ "WEBSITES THAT SHIP IN WEEKS, NOT QUARTERS", "CONTENT ENGINES THAT DON'T STALL", "AUTOMATION THAT REPLACES THE DRAG", "STRATEGY THAT TRANSLATES INTO LINE ITEMS", "ONE OPERATING CADENCE", ]; return (
{[...items, ...items, ...items].map((it, i) => (
{it}
))}
); } // ============ EXECUTION GAP ============ function ExecutionGap() { const before = ["Inconsistent content", "Weak website clarity", "Manual approvals", "Stalled launches", "No reporting cadence", "Patchy follow-through"]; const after = ["Calendar that runs itself", "A site that converts", "Approvals in one thread", "Launches on the day", "Quarterly proof", "Compounding momentum"]; return (
01 / The premise

You don't have an
idea problem.

You have an execution problem. The brief is fine. The thinking is fine. What's missing is the operating layer that turns intent into shipped work — week after week, without you holding it together.

BEFORE — THE FRICTION
    {before.map(b => (
  • {b}
  • ))}
AFTER — THE SYSTEM
    {after.map((a, i) => (
  • {String(i+1).padStart(2,"0")}
    {a}
  • ))}
); } // ============ PILLARS — Bento ============ function Pillars({ setPage }) { return (
02 / The four systems

Four systems.
One operating cadence.

We work in four interlocking layers. Most engagements start with one and compound into the others as the system takes hold.

} setPage={setPage} /> } setPage={setPage} /> } setPage={setPage} /> } setPage={setPage} />
); } function PillarCard({ n, title, kicker, body, big, visual, setPage }) { return (
e.currentTarget.style.borderColor = "var(--ink-3)"} onMouseLeave={e => e.currentTarget.style.borderColor = "var(--line)"} >
—— {n}

{title}

{kicker}
{visual &&
{visual}
}

{body}

); } function BrandVisual() { return (
SITE / HERO
Aurora Studio
—— LAUNCH WK 21
MOBILE
); } function ContentVisual() { const cells = Array.from({ length: 28 }).map((_, i) => i); return (
{cells.map(i => { const v = (i * 13) % 7; const isPub = [2,5,8,12,15,18,22,25].includes(i); return (
24 ? 0.3 : 1, }}/> ); })}
); } function AutoVisual() { return ( {[ { x: 20, y: 50, l: "Intake" }, { x: 90, y: 30, l: "Triage" }, { x: 90, y: 70, l: "Build" }, { x: 160, y: 50, l: "Approve" }, { x: 220, y: 50, l: "Ship" }, ].map((n, i) => ( {n.l} ))} ); } function StratVisual() { return (
{[ { q:"Q1", t:"Reposition the offer", w: 90 }, { q:"Q2", t:"Channel mix + content arc", w: 60 }, { q:"Q3", t:"Scale infrastructure", w: 30 }, ].map(r => (
{r.q} {r.t}
))}
); } // ============ PROCESS SNAPSHOT ============ function ProcessSnapshot({ setPage }) { const steps = [ { n:"01", t: "Diagnose the gap", body: "An audit of brand, content, systems, and growth — surfacing the bottleneck that's actually slowing you down." }, { n:"02", t: "Build the foundation", body: "Site structure, messaging spine, content plan, workflow design — the operating layer is laid down." }, { n:"03", t: "Produce and deploy", body: "USEus.pro produces and ships the assets — websites, content, automations — at the cadence we agreed to." }, { n:"04", t: "Review and improve", body: "Quarterly review, performance reporting, and a new arc planned. The system compounds." }, ]; return (
03 / The cadence

A four-step
operating loop.

Not a sprint. Not a one-off. A sustainable cadence that turns ambition into a quarterly drumbeat — diagnose, build, ship, review.

{steps.map((s, i) => (
STEP {s.n}

{s.t}

{s.body}

))}

Note — Most clients see compounding gains by the end of the second loop. The first loop is about removing friction; the second is about ratcheting velocity.

); } // ============ ENGINE SNAPSHOT ============ function EngineSnapshot({ setPage }) { return (
04 / Powered by

The engine sits
quietly behind everything.

USEus.pro is the production layer that keeps the work shipping — AI-assisted content production, deployment support, automation, approvals, reporting. You see the brand. They run the system.

{[ ["Content production", "AI-assisted, brand-anchored"], ["Site & page deployment", "Always-on hosting layer"], ["Workflow & automation", "Approvals, scheduling, intake"], ["Reporting & optimization", "Quarterly cadence"], ].map(([h, sub], i) => (
{h}
{sub}
))}
); } function ArchitectureDiagram({ dark }) { const txt = dark ? "oklch(from var(--bg) l c h / 0.85)" : "var(--ink)"; const muted = dark ? "oklch(from var(--bg) l c h / 0.5)" : "var(--ink-3)"; const line = dark ? "oklch(from var(--bg) l c h / 0.22)" : "var(--line)"; const card = dark ? "oklch(from var(--bg) l c h / 0.06)" : "var(--bg-elev)"; return (
SYSTEM / ARCHITECTURE
); } function ArchRow({ tone, label, name, sub, badge, txt, muted, line, muted: m2 }) { return (
{badge}
{name}
{label} — {sub}
{tone === "bold" ? "← visible" : "→ behind"}
); } // ============ PROOF SNAPSHOT ============ function ProofSnapshot({ setPage }) { const cases = [ { tag: "BRAND LAUNCH", co: "Aurora Studio", line: "Reframed positioning, shipped in 18 days", k1: "+62%", k1l: "lead form rate", k2: "21d", k2l: "to launch" }, { tag: "CONTENT ENGINE", co: "Northbound Co.", line: "From sporadic to 14 posts/wk on cadence", k1: "5.2×", k1l: "publishing velocity", k2: "92%", k2l: "on-time rate" }, { tag: "AUTOMATION", co: "Halcyon Health", line: "Intake-to-approval cut from days to hours", k1: "-78%", k1l: "approval lag", k2: "0", k2l: "missed launches" }, ]; return (
05 / The receipts

Selected work,
honestly measured.

We curate. A handful of representative engagements with the numbers that mattered to those operators — not vanity metrics, not a 200-thumbnail wall.

{cases.map((c, i) => (
e.currentTarget.style.background = "var(--bg-elev)"} onMouseLeave={e => e.currentTarget.style.background = "var(--bg)"} onClick={() => setPage("proof")} className="proof-row" >
0{i+1}
{c.tag}
{c.co}
{c.line}
))}
); } function KPI({ v, l }) { return (
{v}
{l}
); } // ============ FINAL CTA ============ function FinalCta({ setPage }) { return (
06 / Next move
Better execution
starts with
a real system.

Most replies under 12 hours. No discovery-call theater — bring the actual brief.

); } Object.assign(window, { HomePage, ArchitectureDiagram });