/* /protocols/ — index page listing every pre-built protocol. */ const PROTOCOL_LIST = Object.values(window.PROTOCOL_DB); function ProtocolsIndex() { return (
★ PRE-BUILT PROTOCOLS

Pick a goal.
We built the stack.

Six pre-built protocols designed by our medical team. Each one combines 2–3 peptides for a specific outcome. Click any to read the long version — what it's for, how it works, and what to expect.

{PROTOCOL_LIST.map(p => ( { e.currentTarget.style.borderColor = "var(--ink)"; e.currentTarget.style.transform = "translateY(-3px)"; }} onMouseLeave={e => { e.currentTarget.style.borderColor = "var(--paper-3)"; e.currentTarget.style.transform = "translateY(0)"; }}>
{p.duration}

{p.name}

{p.tagline}

{p.short_for}
STACK · {p.stack.join(" + ")}
${p.price}/mo READ →
))}

Not sure which?

Run the BioScan — it'll match you →
All protocols MD-reviewed. 30-day money-back. Not FDA-approved for these indications.
); } ReactDOM.createRoot(document.getElementById("root")).render();