/* V2 — How It Works, Journal, About, Contact */ function PageHeroV2({ eyebrow, title, italic, intro }) { return (
{eyebrow}

{title} {italic && {italic}}

{intro &&

{intro}

}
); } /* ================= HOW IT WORKS ================= */ function HowV2({ onNav }) { const steps = [ { n: '01', ic: 'compass', t: 'Choose your focus', d: 'Pick a goal — glow, sleep, recovery, focus, long-term health. Not sure? Our AI guide will ask you a few questions and suggest a starter kit.' }, { n: '02', ic: 'package', t: 'We keep it clear', d: 'Every order arrives with clear labeling, simple next steps and no confusion. A start-here card walks you through step one.' }, { n: '03', ic: 'heart-pulse', t: 'Feel the shift', d: 'We\'ll check in with tips along the way, and our team is one message away for anything you\'re unsure about.' }, { n: '04', ic: 'refresh-ccw', t: 'Refine as you go', d: 'Wellness isn\'t a single order. Log what feels good, tweak the routine, come back for what worked. We\'re in this for the long game.' }, ]; const quality = [ { ic: 'shield-check', t: 'Independently tested', d: 'Every batch is tested for purity and identity by independent partners before release.' }, { ic: 'package', t: 'Clear labeling', d: 'Products arrive with straightforward labels and simple next steps.' }, { ic: 'leaf', t: 'Clean formulas', d: 'No fillers, no theater. Just the compound, the standard preservative where needed, and clear labeling.' }, { ic: 'file-text', t: 'CoA on request', d: 'Certificates of analysis are available on request, matched to the lot.' }, ]; const faqs = [ ['Do I need a doctor?', 'For general wellness use, no — but if you have a health condition, are pregnant, or take medication, please talk to your provider before adding anything new.'], ['What if it doesn\'t work for me?', 'Reach out. Wellness is personal — we\'ll help you troubleshoot, swap products, or step you off if it isn\'t the right fit. We\'d rather have a happy customer than a stuck one.'], ['Is this legal?', 'Yes, for research and wellness use. My Vital Cell products are not intended to diagnose, treat, cure, or prevent any disease.'], ['How do I store what I get?', 'Refrigerate lyophilized (freeze-dried) peptides. Once reconstituted, store them as directed on the card. It\'s simpler than it sounds.'], ['Can I return something?', 'If any products arrive damaged or broken, they can be returned for a replacement product. No other returns are offered. Contact us within 2 business days of delivery with your order number and photos, and we\'ll take care of it.'], ]; return (
{/* Steps */}
{steps.map((s) => (
{s.n}

{s.t}

{s.d}

))}
A few quick questions, a personalized plan — free, no pressure.
{/* Watch: reconstitution demo */}
Watch · 90 sec

How to reconstitute, step by step.

A short walkthrough of mixing your peptide with bacteriostatic water — the exact motions, the vial angle, and how to store it after. If a picture is worth a thousand words, a two-minute video saves you a dozen searches.

  • • Prep, angle and inject solvent along the vial wall
  • • Swirl gently — never shake
  • • Refrigerate 2–8 °C and use within the window on your card
{/* Quality moved to the Learn page */} {/* FAQ */}
Common questions

The stuff people ask.

{faqs.map(([q, a]) => (
{q} +

{a}

))}
); } /* ================= LEARN (Science + Quality + Journal) ================= */ function InsightsV2({ onNav }) { const posts = window.VC_JOURNAL || []; const [feature, ...rest] = posts; const softenTitle = (t) => t .replace(/for researchers/gi, 'in plain words') .replace(/research is heading/gi, 'science is going') .replace(/certificate of analysis/gi, 'a certificate of analysis'); const softenExcerpt = (t) => t .replace(/researchers?/gi, 'you') .replace(/protocols?/gi, 'routines') .replace(/research tools?/gi, 'wellness tools'); const standards = [ { ic: 'shield-check', t: 'Independently tested', d: 'Every batch is tested for purity and identity by independent partners before release.' }, { ic: 'package', t: 'Clear labeling', d: 'Products arrive with straightforward labels and simple next steps.' }, { ic: 'leaf', t: 'Clean formulas', d: 'No fillers, no theater. Just the compound, the standard preservative where needed, and clear labeling.' }, { ic: 'file-text', t: 'CoA on request', d: 'Certificates of analysis are available on request, matched to the lot.' }, ]; const pillars = [ { ic: 'atom', t: 'The science, simplified', d: 'Peptides are short chains of amino acids — the same building blocks your body already uses to tell cells what to do. We stick to compounds with a real research trail.' }, { ic: 'microscope', t: 'How we vet a compound', d: 'Peer-reviewed studies first, human-relevant data second, marketing language never. If the evidence is thin, we say so — or we don’t carry it.' }, { ic: 'book-open', t: 'What the label shows', d: 'Purity, mass, batch and lot — the details that help you compare products clearly.' }, ]; return (
{/* Standards / Quality */}
Our standards

What premium actually means here.

We don’t use the word lightly. Here’s what’s behind every bottle.

{standards.map((q) => (
{q.t}

{q.d}

))}
{/* Science pillars */}
The science

Real research, plainly explained.

{pillars.map((p) => (
{p.t}

{p.d}

))}
{/* Journal — featured */} {feature && (
The journal

Short reads, honest science.

onNav('compounds')}>
{feature.title}
Featured

{softenTitle(feature.title)}

{softenExcerpt(feature.excerpt)}

)}
{rest.map((post) => (
{post.title}
{post.kicker}

{softenTitle(post.title)}

{softenExcerpt(post.excerpt)}

))}
); } /* ================= ABOUT ================= */ function AboutV2({ onNav }) { const values = [ { ic: 'heart', t: 'Care', d: 'We treat every customer like a friend — because we\'d rather build a company we\'d want to buy from.' }, { ic: 'target', t: 'Honesty', d: 'No hype, no health promises we can\'t keep. We tell you what we know, and where the questions still are.' }, { ic: 'sparkles', t: 'Craft', d: 'Every batch, every card, every email — we sweat the details so wellness feels effortless on your end.' }, ]; return (
{/* Split story */}
Our story

Built for researchers of health at its deepest level.

Peptides — the small molecules that tell your cells what to do — have been quietly shaping the frontier of wellness for a decade. Until recently, using them meant navigating a maze of clinics, gatekeepers, and confusing jargon.

We started My Vital Cell to change that. Fewer promises. Cleaner formulas. A team that answers when you write. Everything you need to try something new — and nothing you don’t.

We're based in Phoenix, Arizona — that's our HQ and where every order ships from, usually the next business day. We accept Zelle at (602) 471-2152.

My Vital Cell lifestyle
{/* Values */}
What we hold to

Three things, always.

{values.map((v) => (

{v.t}

{v.d}

))}
{/* Quote */}
"We want you to feel great in your body — and to understand what you’re putting in it. That’s the whole thing."
— The My Vital Cell team
); } /* ================= CONTACT ================= */ function ContactV2({ onNav }) { return (
Reach out

We’re around.

Fastest response is through the AI guide at the bottom-right of the site — it handles most questions in seconds, and hands off to a human when you’d rather chat with one.

myvitalcell@gmail.com
Live chat · 7 days a week · 9–7 PT
Phoenix, AZ — our HQ and shipping origin
Zelle accepted · (602) 471-2152
Shipping questions? Include your order number.
Vials
e.preventDefault()} style={{ background: '#fff', border: '1px solid var(--v2-line)', borderRadius: 22, padding: 'clamp(28px,4vw,44px)' }}>