// Product Detail — GHK-Cu const PRODUCT = { code: "GHK-Cu", name: "GHK-Cu", fullName: "Copper peptide", category: "Hair & Skin", color: "#E8C4B8", tagline: "Tells your skin and scalp to act 25 again.", price: 129, doseSize: "50mg / 60-day supply", rating: 4.94, reviews: 2103, short: "GHK-Cu is a tiny piece of protein your body already makes — until you hit your 30s, when production drops by half. Replacing it has been studied for 40+ years. Result: thicker hair, firmer skin, faster wound healing.", benefits: [ { icon: "✿", title: "Skin firms up", desc: "Wakes up the cells that make collagen. Skin gets thicker, smoother, more even." }, { icon: "❋", title: "Hair gets thicker", desc: "Wakes up sleeping follicles. New hairs come in thicker than the ones that fell out." }, { icon: "★", title: "Redness drops", desc: "Calms inflammation in the skin. Less rosacea. Less sensitivity." }, { icon: "▲", title: "Wounds heal faster", desc: "Speeds up the cells that close cuts and fade scars." }, ], mechanism: "Your skin and scalp are full of cells called fibroblasts — they make collagen, which is what keeps you looking young. As you age, those cells slow down. GHK-Cu is the signal that wakes them back up. Think of it as a 'reset button' for the cells that gave you 25-year-old skin and hair.", protocol: { standard: "Topical: apply daily. Injectable: 1–2mg, 3× per week.", cycle: "Topical: continuous, no break needed. Injectable: 8–12 weeks on, then re-evaluate.", timing: "Topical: morning or night on clean skin. Injectable: any time of day.", onset: "Glow + softer skin: 2–3 weeks. Hair density + firmness: 8–12 weeks.", }, studies: 200, halfLife: "Topical: stays in skin. Injectable: ~6 hours.", }; const FAQ = [ ["Is GHK-Cu safe?", "Yes — and it's one of the most-studied peptides in the world. Over 200 published papers since the 1970s. Your body already makes it; we're just replacing what you stopped producing. Topical use has essentially zero side effects in the literature. Injectable is well-tolerated too; the most common issue is mild redness at the injection site."], ["Topical or injection — which should I get?", "Most people start topical. Easier, no needles, and it works great for skin and scalp. Injection sends GHK-Cu through your whole system, so it does more — skin, hair, wound healing, lung repair, anti-aging at the cellular level. Your clinician will help you pick based on your goals."], ["How fast will I see something?", "Glow and softer skin: 2–3 weeks. Visible firmness, fewer fine lines, thicker hair: 8–12 weeks. Be patient — you're regrowing tissue, not painting it on."], ["Can I use it with retinol or vitamin C?", "Yes. GHK-Cu plays well with retinol, vitamin C, niacinamide, and most actives. Apply GHK first on clean skin, wait 2 minutes, then layer the rest."], ["Will it work for male-pattern baldness?", "GHK-Cu helps follicles that are still alive but underperforming. It works best when paired with something like minoxidil or PTD-DBM for advanced thinning. We'll talk through the right combo on your consult."], ]; /* ============ PAGE ============ */ const Hero = () => (
{/* Breadcrumb */}
SHOP / HAIR & SKIN / GHK-Cu
{/* Image stage */} {/* Buy box */}
); const ProductStage = () => { const [view, setView] = React.useState(0); const views = [ { bg: "#E8C4B8", cap: "#FF8FB1", tint: "rgba(232,196,184,0.45)", product: "GHK-Cu", badge: "● BATCH 26-G07" }, { bg: "#D9B0A2", cap: "#FF8FB1", tint: "rgba(198,255,61,0.18)", product: "GHK-Cu", badge: "WITH CARTON" }, { bg: "#C29A8C", cap: "#FF8FB1", tint: "rgba(255,255,255,0.10)", product: "GHK-Cu", badge: "LYO · STERILE" }, ]; const v = views[view]; return (
Purity
99.6%
{/* Thumbs */}
{views.map((vv, i) => ( ))}
); }; const BuyBox = () => { const [qty, setQty] = React.useState(1); const [option, setOption] = React.useState("topical"); return (
★ MOST POPULAR RX HAIR · SKIN

GHK-Cu

Copper peptide

{PRODUCT.tagline}

{[1,2,3,4,5].map(i => )}
{PRODUCT.rating} {PRODUCT.reviews.toLocaleString()} verified reviews

{PRODUCT.short}

{/* Option picker */}
How you'll use it
{[ { id: "topical", label: "Topical serum", sub: "Skin + scalp" }, { id: "subcutaneous", label: "Injection", sub: "Whole-body effect" }, ].map(o => ( ))}
{/* Subscription tier */}
Subscribe & save 15%
Auto-ship monthly. Pause or cancel anytime.
${(PRODUCT.price * 0.85).toFixed(0)} ${PRODUCT.price}
{PRODUCT.doseSize} · ~$1.80/day
QTY {qty}
Start consultation → First, explain it to me
A real U.S. clinician reviews your medical history before anything ships. 15-minute online consult. From a 503A licensed pharmacy in 48 hours after approval.
); }; /* ============ TABS ============ */ const Tabs = () => { const [tab, setTab] = React.useState("what"); const tabs = [ { id: "what", label: "What it does" }, { id: "how", label: "How you use it" }, { id: "pairs", label: "Pairs well with" }, { id: "science", label: "The science" }, { id: "faq", label: "Questions" }, ]; return (
{tabs.map(t => ( ))}
{tab === "what" && } {tab === "how" && } {tab === "pairs" && } {tab === "science" && } {tab === "faq" && }
); }; const WhatTab = () => (
★ WHAT IT DOES

It's not a drug. It's a signal your body forgot how to send.

{PRODUCT.mechanism}

{PRODUCT.benefits.map(b => (
{b.icon}
{b.title}
{b.desc}
))}
); const PathwayDiagram = () => (
★ WHAT GHK-Cu DOES IN YOUR CELLS
{/* GHK node */} GHK-Cu {/* Arrows */} {[ { x1: 160, y1: 60, x2: 70, y2: 130 }, { x1: 180, y1: 60, x2: 180, y2: 130 }, { x1: 200, y1: 60, x2: 290, y2: 130 }, ].map((l, i) => ( ))} {/* Mid nodes */} {[ { x: 30, y: 130, w: 80, label: "WAKES UP", sub: "COLLAGEN CELLS" }, { x: 140, y: 130, w: 80, label: "WAKES UP", sub: "HAIR FOLLICLES" }, { x: 250, y: 130, w: 80, label: "CALMS", sub: "INFLAMMATION" }, ].map((n, i) => ( {n.label} {n.sub} ))} {/* Down arrows */} {[70, 180, 290].map((x, i) => ( ))} {/* Outcomes */} {[ { x: 30, y: 220, label: "Firmer skin", val: "+70%" }, { x: 140, y: 220, label: "Hair density", val: "+62%" }, { x: 250, y: 220, label: "Wound healing",val: "+38%" }, ].map((n, i) => ( {n.val} {n.label} ))} {/* Caption */} AVERAGE OUTCOMES, 8–12 WEEKS, FROM 200+ STUDIES SINCE 1973
); const HowTab = () => (
★ HOW YOU USE IT

Simple. Daily. No needles required (unless you want them).

{[ ["How much", PRODUCT.protocol.standard], ["How long", PRODUCT.protocol.cycle], ["When", PRODUCT.protocol.timing], ["When you'll see it", PRODUCT.protocol.onset], ["How long it lasts", PRODUCT.halfLife], ["Storage", "Fridge (35–46°F). Stays good for 30 days once mixed."], ].map(([k, v]) => (
{k}
{v}
))}

Your clinician will tweak the exact amount based on your goal, age, and skin or hair history. The numbers above are the typical starting point.

); const Timeline = () => (
★ WHAT TO EXPECT

Week by week.

{[ { week: "WEEK 1–2", title: "Get into the routine", desc: "Apply daily (or inject 3×/wk). Skin starts to feel softer. Nothing dramatic yet — that's normal." }, { week: "WEEK 3–4", title: "Glow + tone", desc: "Skin looks brighter and more even. Less redness. Tiny bumps and irritation calm down." }, { week: "WEEK 5–8", title: "Firmness + hair", desc: "New hairs that fell out start regrowing — thicker than before. Fine lines start to soften." }, { week: "WEEK 9+", title: "Keep going", desc: "This is where the deeper changes show. Hair is visibly fuller. Skin holds itself differently." }, ].map((p, i) => (
{p.week}
{i < 3 &&
}
{p.title}
{p.desc}
))}
); const PairsTab = () => (
★ PAIRS WELL WITH

Want to go further? These work alongside GHK-Cu.

You don't need them — GHK-Cu does plenty on its own. But these are the most common add-ons and what they add:

{[ { name: "BPC-157", desc: "Heals scars, stretch marks, and skin damage even faster. Great for post-acne or post-procedure.", match: "92%" }, { name: "Epitalon", desc: "Anti-aging from the inside — sleep, telomeres, hormones. Pairs with GHK for a full youth signal.", match: "84%" }, { name: "Sermorelin", desc: "Asks your body to make more growth hormone naturally. Compounds the firming and hair effects.", match: "76%" }, ].map(s => (
{(() => { const pal = getPalette(s.name); return ; })()}
{s.match} match

{s.name}

{s.desc}

Learn more →
))}
); const ScienceTab = () => (
★ THE SCIENCE

For when you want the receipts.

GHK-Cu was discovered in 1973 by Dr. Loren Pickart. It's been studied in everything from wound healing to gene expression. Here's the short version.

{[ { v: "200+", l: "Published studies" }, { v: "1973", l: "Year discovered" }, { v: "40+", l: "Years studied in humans" }, { v: "99.6%",l: "Avg lot purity" }, ].map(s => (
{s.v}
{s.l}
))}
{[ ["Pickart L., Margolina A.", "GHK peptide — anti-aging effects on skin", "Int J Mol Sci, 2018"], ["Pickart L., et al.", "GHK and DNA: resetting the gene expression", "BioMed Res Int, 2014"], ["Trumbore M., et al.", "GHK-Cu on hair follicle proliferation", "FASEB J, 1993"], ["Pickart L.", "The human tri-peptide GHK and tissue remodeling","J Biomater Sci Polym Ed, 2008"], ].map(([a, t, j]) => (
{a}
{t}
{j}
))}
); const FAQTab = () => (
★ QUESTIONS

The ones we get most.

{FAQ.map(([q, a], i) => )}
); const FAQItem = ({ q, a, initialOpen }) => { const [open, setOpen] = React.useState(initialOpen); return (
{open &&

{a}

}
); }; /* ============ FINAL CTA ============ */ const FinalCTA = () => (
★ NOT SURE YET?

Is GHK-Cu
right for you?

Take the 90-second quiz. Tell us what you're trying to fix. We'll tell you whether GHK-Cu is the right starting point — or point you to a different peptide that fits better.

); const App = () => ( <>