Look at the camera, talk about what you want to fix. We pick up your heart rate, your skin, and what you said — and the AI builds the right stack for you.
✓ Nothing leaves your browser except numbers
✓ Skip it if you don't want to
✓ Works on any phone or laptop
);
};
/* How the AI works — 3 cards */
const HowAIWorks = () => (
★ HOW THIS WORKS
Not another quiz.
You answer a few honest questions. AI reads your face, voice, and answers. A real US doctor reviews everything. You get the right peptides — for what you actually want to fix.
01
You tell us what you want fixed.
Hair. Skin. Weight. Muscle. Sleep. Energy. Drive. Pick what you want to upgrade and tell us how you actually feel.
02
The AI reads everything together.
Your goals, your bioscan, your voice — all of it goes into one analysis. It picks the peptides that fit you, not the average.
03
A real doctor checks it.
Every order is reviewed by a licensed US doctor. They make sure it's safe for you. Then it ships from a US pharmacy.
);
/* Sample reveal preview — what you get */
const SampleReveal = () => (
★ A SNEAK PEEK
What you get at the end.
A real read on you. The exact peptides we'd recommend. And a week-by-week look at what'll change.
YOUR READ
Sleep deeper. Recover faster.
You said you train hard but recovery is the wall. The AI picked peptides that fix exactly that — better sleep, less soreness, real strength gains.
3peptides
94%fit
12wkplan
96% fit
BPC-157
Heal + recover
Speeds up healing of tendons, joints, and gut. You said recovery is the wall — this hits it directly.
12-WEEK CHANGE
WK 01Better sleep
WK 02Less soreness
WK 04Real energy
WK 08Visible changes
WK 12A new normal
);
/* Social proof — testimonials + stat strip */
const SocialProof = () => (
12,400
People upgraded
4.9★
2,800 reviews
100%
Doctor approved
48h
Ships to you
{[
{ q: "Took it on a Thursday. By Monday I had peptides actually built for what I wanted to fix — not whatever the influencer was selling.", n: "Maya, 34", role: "Pilates instructor" },
{ q: "I've tried every supplement on TikTok. This is the first thing that asked the right questions and got me what actually works.", n: "Jordan, 29", role: "Tech founder" },
{ q: "It tells you exactly why each one was picked for you. Way smarter than guessing or copying someone else's protocol.", n: "Devi, 41", role: "Physician" },
].map((t, i) => (
"{t.q}"
— {t.n}, {t.role}
))}
);
/* FAQ */
const FAQ = () => {
const items = [
{ q: "Is this medical advice?", a: "No — but a real US doctor reviews every order before anything ships. They're the prescriber, not the AI. The AI just finds your fit." },
{ q: "Do I have to do the face scan?", a: "Nope. Skip it. The AI still works off your goals and answers. The scan just makes it a little more accurate." },
{ q: "Are peptides legal?", a: "Yes — when prescribed by a licensed doctor for your personal use. We use US doctors and FDA-registered pharmacies." },
{ q: "How fast will I feel something?", a: "Most people notice better sleep and faster recovery in week one. Energy and body changes show up around weeks 4–8. Real new normal by week 12." },
{ q: "Can I cancel?", a: "Anytime. No auto-renewal lock. We check in before each refill so you decide whether to continue, switch, or stop." },
];
const [open, setOpen] = React.useState(0);
return (