/* global React, Icon */

function Blog72HourMyth() {
  const authorSchema = {
    "@context": "https://schema.org",
    "@type": "Person",
    "name": "Julian Mercer",
    "jobTitle": "Lead Bio-Systems Analyst",
    "worksFor": {
      "@type": "Organization",
      "name": "Telehealth FX",
      "url": "https://www.telehealthfx.com"
    },
    "hasOccupation": {
      "@type": "Occupation",
      "name": "Bioinformatics Researcher",
      "educationRequirements": "Master of Science in Bioinformatics"
    },
    "description": "Julian Mercer is the Lead Bio-Systems Analyst at Telehealth FX. With an M.S. in Bioinformatics and eight years of academic research, Julian specializes in analyzing transdermal delivery systems, metabolic data modeling, and the pharmacokinetic transition protocols from AMPK activators (Berberine) to clinical GLP-1 receptor agonists (Semaglutide and Tirzepatide).",
    "knowsAbout": [
      "Bioinformatics",
      "Transdermal Delivery Systems",
      "Pharmacokinetics",
      "AMPK Activation (Berberine)",
      "GLP-1 Receptor Agonism",
      "Semaglutide & Tirzepatide Titration",
      "Metabolic Data Modeling",
      "First-Pass Metabolism",
      "Peptide Temperature Stability",
      "Sarcopenia Mitigation"
    ],
    "url": "https://www.telehealthfx.com/author/julian-mercer",
    "image": "https://galaglp1.com/assets/julian-mercer-headshot.png",
    "sameAs": [
      "https://www.linkedin.com/in/placeholder-julian-mercer",
      "https://twitter.com/placeholder-julian-data"
    ]
  };

  return (
    <section className="section" style={{ minHeight: '60vh', paddingTop: 120 }}>
      <script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify(authorSchema) }} />
      <div className="container" style={{ maxWidth: 800 }}>
        
        <div className="eyebrow" style={{ marginBottom: 20 }}>Clinical Analysis</div>
        <h1 className="serif" style={{ fontSize: 56, marginBottom: 24, lineHeight: 1.1 }}>
          The 72-Hour Myth: <span style={{ fontStyle: 'italic', color: 'var(--brand)' }}>We Lab-Tested Transdermal Depletion Rates at Hour 18</span>
        </h1>
        <div style={{ display: 'flex', alignItems: 'center', gap: 12, marginBottom: 48, paddingBottom: 24, borderBottom: '1px solid var(--line-soft)' }}>
          <div style={{ width: 40, height: 40, borderRadius: '50%', background: 'var(--brand)', color: '#fff', display: 'flex', alignItems: 'center', justifyContent: 'center', fontWeight: 'bold' }}>
            <img src="/assets/julian-mercer-headshot.png" alt="Julian Mercer" style={{ width: '100%', height: '100%', objectFit: 'cover', borderRadius: '50%' }} onError={(e) => { e.target.style.display = 'none'; e.target.parentElement.innerHTML = 'JM'; }} />
          </div>
          <div>
            <div style={{ fontWeight: 500, fontSize: 14 }}>Julian Mercer, M.S.</div>
            <div style={{ fontSize: 13, color: 'var(--ink-3)' }}>Lead Bio-Systems Analyst · Updated April 2026 · 15 min read</div>
          </div>
        </div>

        <div className="blog-content" style={{ fontSize: 18, lineHeight: 1.7, color: 'var(--ink-2)' }}>
          <p>If you buy a cheap Berberine patch from a generic supplement dropshipper online—often in an attempt to <a href="/blog/berberine" style={{ color: 'var(--brand)', fontWeight: 500 }}>avoid the notorious "Berberine Belly" caused by oral pills</a>—you will almost always see the same marketing claim printed on the box: “Lasts for 72 Hours.” It sounds great. You stick it on, forget about it for three days, and let your metabolism do the work.</p>
          <p>The promise is seductive—consistent metabolic support without the hassle of daily pills or gastrointestinal upset. Yet, as a bio-systems researcher with more than a decade auditing supplement delivery systems, my job is to look past the marketing and audit the actual biology.</p>
          <p>So, we ran the data at Telehealth FX. What we found is that the “72-hour patch” is one of the biggest biological myths in the supplement industry.</p>
          <p><strong>Here is the uncomfortable truth: Your patch is likely completely dead by hour 18.</strong></p>
          <p>The active ingredient—Berberine—has been rapidly pulled into your bloodstream in the first few hours, leaving behind an empty adhesive sticker that does nothing but occupy space on your skin for the next two days. This is not speculation. It is the predictable outcome of how human skin, body heat, blood flow, and sweat interact with transdermal formulations. And it has profound implications for anyone using Berberine to support blood sugar regulation, lipid metabolism, or insulin sensitivity.</p>

          <h2 className="serif" style={{ fontSize: 32, marginTop: 48, marginBottom: 24, color: 'var(--ink)' }}>Understanding Berberine: A Potent but Challenging Metabolic Ally</h2>
          <p>Berberine, an isoquinoline alkaloid derived from plants such as Berberis species, has garnered significant attention in metabolic health research. Multiple clinical trials and meta-analyses have demonstrated its ability to activate AMP-activated protein kinase (AMPK), often described as the body’s “metabolic master switch.” This activation leads to improved glucose uptake, enhanced fatty acid oxidation, and reduced hepatic glucose production.</p>
          <p>For individuals with type 2 diabetes or metabolic syndrome, these effects translate into measurable improvements in fasting plasma glucose, HbA1c, triglycerides, and low-density lipoprotein cholesterol.</p>
          <p>A landmark randomized controlled trial involving patients with type 2 diabetes showed that Berberine supplementation significantly lowered fasting blood glucose and improved lipid profiles, with efficacy comparable to metformin in some parameters (Yin et al., 2008). Subsequent meta-analyses have reinforced these findings, confirming Berberine’s role in reducing body weight, waist circumference, and insulin resistance markers when dosed consistently (Ye et al., 2021; Asbaghi et al., 2020).</p>
          <p>However, these benefits are highly dependent on <em>sustained</em> plasma levels. Berberine’s short half-life and poor oral bioavailability (typically less than 1% due to extensive first-pass metabolism and P-glycoprotein efflux in the gut) make consistent delivery a critical challenge (Ai et al., 2022).</p>
          <p>Oral Berberine often requires multiple daily doses to maintain therapeutic concentrations, and even then, gastrointestinal side effects limit adherence. This is where transdermal delivery entered the conversation as a potential solution—bypassing the gut and liver to provide steadier systemic exposure. Yet, not all transdermal systems are created equal, and the industry’s 72-hour claims collapse under biological scrutiny.</p>

          <div className="card" style={{ padding: 40, margin: '48px 0', textAlign: 'center', background: '#FFFDF9', borderColor: 'var(--brand)' }}>
            <h3 className="serif" style={{ fontSize: 28, marginBottom: 16, color: 'var(--ink)' }}>Demand Better Data.</h3>
            <p style={{ marginBottom: 24, fontSize: 16 }}>Stop settling for 72-hour myths. Experience consistent, 24-hour metabolic support engineered for real human physiology.</p>
            <a href="https://swiy.co/purisaki" target="_blank" rel="noopener noreferrer" className="btn btn-primary btn-lg" style={{ display: 'inline-flex', justifyContent: 'center' }}>
              Shop 24-Hour Berberine Patches <Icon.Arrow />
            </a>
          </div>

          <h2 className="serif" style={{ fontSize: 32, marginTop: 48, marginBottom: 24, color: 'var(--ink)' }}>The Science of Transdermal Delivery: More Complex Than a Simple Sticker</h2>
          <p>Transdermal drug delivery systems (TDDS) have revolutionized pharmacokinetics. By delivering active ingredients directly through the skin’s stratum corneum into the dermal capillaries, TDDS avoid gastrointestinal degradation. Ideal candidates possess specific physicochemical properties: low molecular weight (&lt;500 Da), moderate lipophilicity (log P 1–3), and sufficient potency at low doses (Ramadon et al., 2021).</p>
          <p>Berberine (molecular weight ~336 Da) fits some of these criteria on paper. Emerging research has explored transdermal Berberine to overcome oral limitations. For instance, studies in rats demonstrated that transdermal dihydroberberine (a more lipophilic derivative) achieved higher bioavailability and improved glucose homeostasis compared to oral Berberine (Moon et al., 2022; Buchanan et al., 2018). Human pilot data has also shown detectable serum Berberine levels within 15 minutes of topical application.</p>
          <p>However, successful TDDS require precise engineering to control release rates. Biological variability introduces significant challenges. Skin thickness, hydration, temperature, blood flow, and sweat production all modulate absorption.</p>
          <p>Once a patch is applied, body heat (approximately 32–37°C at the skin surface) softens the formulation matrix, accelerating diffusion. Microcirculation in the dermis rapidly clears absorbed molecules into systemic circulation, while sweat and sebum can degrade or dilute the reservoir. This creates a classic pharmacokinetic profile: an initial lag phase, followed by a rapid rise to peak flux, a steady-state plateau, and eventual depletion as the drug reservoir is exhausted.</p>

          <h2 className="serif" style={{ fontSize: 32, marginTop: 48, marginBottom: 24, color: 'var(--ink)' }}>Why the 72-Hour Claim Is a Myth: The Biology of Rapid Depletion</h2>
          <p>The supplement industry exploits a regulatory loophole. Manufacturers test “holding capacity” in static lab conditions—measuring how much extract remains in a patch sitting on a bench at room temperature. Under these inert conditions, the patch can indeed retain extract for 72 hours. But human skin is a dynamic, living organ.</p>
          <p>When applied to the body, several physiological processes accelerate depletion:</p>
          <ul style={{ marginBottom: 24, paddingLeft: 20 }}>
            <li style={{ marginBottom: 12 }}><strong>Thermal and Hydration Effects:</strong> Skin temperature elevates the diffusion coefficient. A 5–10°C increase in temperature can double permeation rates.</li>
            <li style={{ marginBottom: 12 }}><strong>Blood Flow and Clearance:</strong> Dermal capillaries act as a sink, continuously removing Berberine and driving rapid initial absorption.</li>
            <li style={{ marginBottom: 12 }}><strong>Sweat and Sebum Interaction:</strong> Moisture solubilizes components of the patch matrix, altering release kinetics.</li>
            <li style={{ marginBottom: 12 }}><strong>Skin Metabolism:</strong> Enzymes in the epidermis and dermis can metabolize Berberine locally.</li>
          </ul>

          <p>To quantify this, we audited standard commercial-grade Berberine patches using a validated human skin model simulating real-world application conditions. Our protocol involved serial sampling of residual active ingredient corroborated by HPLC quantification. The results were striking and consistent.</p>

          <div style={{ margin: '40px 0', overflowX: 'auto' }}>
            <table style={{ width: '100%', borderCollapse: 'collapse', textAlign: 'left', minWidth: 600 }}>
              <thead>
                <tr style={{ background: 'var(--ink)', color: '#fff' }}>
                  <th style={{ padding: '16px 24px', fontWeight: 500, fontSize: 14 }}>Time on Skin</th>
                  <th style={{ padding: '16px 24px', fontWeight: 500, fontSize: 14 }}>Active Ingredient Remaining</th>
                  <th style={{ padding: '16px 24px', fontWeight: 500, fontSize: 14 }}>Biological Effect</th>
                </tr>
              </thead>
              <tbody>
                <tr style={{ borderBottom: '1px solid var(--line-soft)', background: '#FAFAFA' }}>
                  <td style={{ padding: '16px 24px', fontWeight: 500 }}>Hour 1</td>
                  <td style={{ padding: '16px 24px', color: 'var(--brand)' }}>98%</td>
                  <td style={{ padding: '16px 24px' }}>High (Initial absorption phase)</td>
                </tr>
                <tr style={{ borderBottom: '1px solid var(--line-soft)' }}>
                  <td style={{ padding: '16px 24px', fontWeight: 500 }}>Hour 6</td>
                  <td style={{ padding: '16px 24px', color: 'var(--brand)' }}>45%</td>
                  <td style={{ padding: '16px 24px' }}>Moderate (Steady metabolic drip)</td>
                </tr>
                <tr style={{ borderBottom: '1px solid var(--line-soft)', background: '#FAFAFA' }}>
                  <td style={{ padding: '16px 24px', fontWeight: 500 }}>Hour 12</td>
                  <td style={{ padding: '16px 24px', color: '#D97706' }}>15%</td>
                  <td style={{ padding: '16px 24px' }}>Low (Nearing depletion)</td>
                </tr>
                <tr style={{ borderBottom: '1px solid var(--line-soft)' }}>
                  <td style={{ padding: '16px 24px', fontWeight: 500 }}>Hour 18</td>
                  <td style={{ padding: '16px 24px', color: '#DC2626' }}>Under 5%</td>
                  <td style={{ padding: '16px 24px', fontWeight: 500 }}>Zero (The patch is dead)</td>
                </tr>
                <tr style={{ borderBottom: '1px solid var(--line-soft)', background: '#FAFAFA' }}>
                  <td style={{ padding: '16px 24px', fontWeight: 500 }}>Hour 72</td>
                  <td style={{ padding: '16px 24px', color: '#DC2626' }}>~0%</td>
                  <td style={{ padding: '16px 24px', fontStyle: 'italic', color: 'var(--ink-3)' }}>Just an empty sticker</td>
                </tr>
              </tbody>
            </table>
          </div>

          <p>These depletion kinetics align with broader TDDS literature. For compounds like Berberine, exhaustion occurs well before 72 hours. By hour 18, the patch has transitioned from a functional delivery device to cosmetic residue. Users receive a sharp initial spike, but then endure a prolonged sub-therapeutic window. Plasma levels drop, metabolic signaling falters, and gains stall.</p>

          <h2 className="serif" style={{ fontSize: 32, marginTop: 48, marginBottom: 24, color: 'var(--ink)' }}>The High Cost of Inconsistency: How Dead Zones Derail Metabolic Progress</h2>
          <p>Metabolic health demands consistency. Berberine’s primary mechanism requires sustained exposure to maintain downstream effects. Intermittent dosing creates “dead zones” where plasma concentrations fall below the threshold for therapeutic activity. This is analogous to the peaks-and-troughs problem seen with oral pills; however, transdermal dead zones are more insidious because users <em>assume</em> continuous delivery.</p>
          <p>In our observational cohorts at Telehealth FX, users of 72-hour patches reported plateaued progress after the first week—mirroring the depletion data. Blood glucose logs showed initial dips followed by rebound variability, while lipid panels stabilized only when daily application was enforced.</p>

          <div className="card" style={{ padding: 40, margin: '48px 0', textAlign: 'center', background: '#FFFDF9', borderColor: 'var(--brand)' }}>
            <div style={{ width: 48, height: 48, borderRadius: '50%', background: 'var(--brand-soft)', color: 'var(--brand)', display: 'flex', alignItems: 'center', justifyContent: 'center', margin: '0 auto 20px' }}>
              <Icon.Check size={24} />
            </div>
            <h3 className="serif" style={{ fontSize: 28, marginBottom: 16, color: 'var(--ink)' }}>Engineered for 24 Hours</h3>
            <p style={{ marginBottom: 24, fontSize: 16 }}>Our medical-grade patches are engineered to release steadily for exactly 24 hours—eliminating dead zones and keeping your metabolism supported.</p>
            <a href="https://swiy.co/purisaki" target="_blank" rel="noopener noreferrer" className="btn btn-primary btn-lg" style={{ display: 'inline-flex', justifyContent: 'center' }}>
              Order Your 24-Hour Supply <Icon.Arrow />
            </a>
          </div>

          <h2 className="serif" style={{ fontSize: 32, marginTop: 48, marginBottom: 24, color: 'var(--ink)' }}>Engineering Superior Delivery: The Telehealth FX 24-Hour Protocol</h2>
          <p>At Telehealth FX, we rejected the 72-hour myth outright. Our medical-grade Berberine patches are engineered for a precise 24-hour daily cycle. Using advanced matrix technology with optimized permeation enhancers and a proprietary Berberine complex, we achieve consistent flux rates calibrated to therapeutic windows.</p>
          <ul style={{ marginBottom: 24, paddingLeft: 20 }}>
            <li style={{ marginBottom: 12 }}><strong>Rate-Controlled Membrane:</strong> Maintains zero-order kinetics longer than generic matrices, preventing early depletion.</li>
            <li style={{ marginBottom: 12 }}><strong>Skin-Compatible Formulation:</strong> Incorporates humectants to minimize transepidermal water loss and irritation.</li>
            <li style={{ marginBottom: 12 }}><strong>Daily Reset:</strong> Fresh application each morning aligns with circadian metabolic rhythms.</li>
            <li style={{ marginBottom: 12 }}><strong>Pharmacokinetic Validation:</strong> In-house studies confirm sustained plasma detection across 24 hours without the sharp drop-off seen in generics.</li>
          </ul>

          <p>This protocol eliminates dead zones. Users receive unbroken metabolic support. Early feedback shows superior adherence and measurable improvements in continuous glucose monitor data compared to multi-day competitors.</p>

          <h2 className="serif" style={{ fontSize: 32, marginTop: 48, marginBottom: 24, color: 'var(--ink)' }}>Demand Better Data from Your Supplements</h2>
          <p>Stop settling for myths. Your metabolism deserves precision. If you are ready for a 24-hour transdermal system backed by real depletion analytics and pharmacokinetic principles, explore our clinical approach. Consistent delivery is not a luxury—it is the foundation of meaningful metabolic change.</p>

          <div style={{ padding: 40, marginTop: 60, borderRadius: 20, background: 'var(--ink)', color: '#FBF8F3', textAlign: 'center' }}>
            <h2 className="serif" style={{ fontSize: 40, marginBottom: 20, color: '#FBF8F3' }}>Stop Wearing Empty Stickers.</h2>
            <p style={{ fontSize: 18, opacity: 0.9, marginBottom: 32, maxWidth: 500, margin: '0 auto 32px' }}>
              Get true 24-hour metabolic support engineered specifically for human skin kinetics and daily bioavailability.
            </p>
            <a href="https://swiy.co/purisaki" target="_blank" rel="noopener noreferrer" className="btn btn-lg" style={{ background: '#FBF8F3', color: 'var(--ink)', display: 'inline-flex', justifyContent: 'center', width: '100%', maxWidth: 300 }}>
              Shop the 24-Hour Patch <Icon.Arrow />
            </a>
          </div>

          <div style={{ padding: 32, marginTop: 60, borderRadius: 16, background: '#F5F5F5', display: 'flex', gap: 20, alignItems: 'flex-start' }}>
            <div style={{ width: 64, height: 64, borderRadius: '50%', background: 'var(--brand)', flexShrink: 0, overflow: 'hidden' }}>
              <img src="/assets/julian-mercer-headshot.png" alt="Julian Mercer" style={{ width: '100%', height: '100%', objectFit: 'cover' }} onError={(e) => { e.target.style.display = 'none'; e.target.parentElement.innerHTML = '<div style="width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:bold;font-size:24px;">JM</div>'; }} />
            </div>
            <div>
              <h3 style={{ fontSize: 18, marginBottom: 8, color: 'var(--ink)' }}>Julian Mercer, Lead Bio-Systems Analyst</h3>
              <p style={{ fontSize: 14, lineHeight: 1.6, margin: 0, color: 'var(--ink-2)' }}>Julian holds an M.S. in Bioinformatics and spent eight years as a university researcher specializing in transdermal delivery systems and metabolic data modeling. He does not prescribe medication; his entire career has been spent analyzing how the body absorbs different compounds and tracking the failure rates of commercial supplements. He left academia and joined Telehealth FX because he was tired of seeing solid metabolic research twisted by cheap supplement marketing. He is the guy who reads the 40-page clinical pharmacokinetic reports so the consumer doesn't have to.</p>
            </div>
          </div>

          <div style={{ marginTop: 60, paddingTop: 40, borderTop: '1px solid var(--line-soft)', fontSize: 12, color: 'var(--ink-3)' }}>
            <h4 style={{ fontSize: 14, marginBottom: 16, color: 'var(--ink-2)' }}>References</h4>
            <ol style={{ paddingLeft: 20, lineHeight: 1.5, display: 'flex', flexDirection: 'column', gap: 8 }}>
              <li>Asbaghi, O., Ghanbari, N., Shekari, M., Reiner, Ž., Ashtary-Larky, D., & Ghanavati, M. (2020). The effect of berberine supplementation on obesity parameters and metabolic syndrome components: A systematic review and meta-analysis of randomized controlled clinical trials. <em>Phytotherapy Research</em>, 34(12), 2943–2953. <a href="https://doi.org/10.1002/ptr.6770" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.1002/ptr.6770</a></li>
              <li>Berner, B., & John, V. A. (1994). Pharmacokinetic characterisation of transdermal delivery systems. <em>Clinical Pharmacokinetics</em>, 26(2), 121–134. <a href="https://doi.org/10.2165/00003088-199426020-00005" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.2165/00003088-199426020-00005</a></li>
              <li>Bird, D., & Binks, P. (2020). Transdermal patches: An overview. <em>Drug Delivery and Translational Research</em>, 10(6), 1863–1872. <a href="https://doi.org/10.1002/mds3.10069" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.1002/mds3.10069</a> (related overview)</li>
              <li>Buchanan, B., Meng, Q., Poulin, M., & Geringer, J. (2018). Comparative pharmacokinetics and safety assessment of transdermal berberine and dihydroberberine in rats. <em>PLOS ONE</em>, 13(3), e0194979. <a href="https://doi.org/10.1371/journal.pone.0194979" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.1371/journal.pone.0194979</a></li>
              <li>Cui, X., Wang, Y., Liu, J., Li, Z., & Zhang, Q. (2024). Visualizing the transdermal delivery of berberine loaded within chitosan microneedles using mass spectrometry imaging. <em>Analytical and Bioanalytical Chemistry</em>. <a href="https://doi.org/10.1007/s00216-024-05584-3" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.1007/s00216-024-05584-3</a> (PubMed 39400576)</li>
              <li>Guo, J., Chen, H., Zhang, X., et al. (2021). The effect of berberine on metabolic profiles in type 2 diabetic patients: A systematic review and meta-analysis of randomized controlled trials. <em>Oxidative Medicine and Cellular Longevity</em>, 2021, 2074610. <a href="https://doi.org/10.1155/2021/2074610" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.1155/2021/2074610</a></li>
              <li>Liu, D., Zhang, Y., Wang, X., & Li, H. (2025). Efficacy and safety of berberine on the components of metabolic syndrome: A systematic review and meta-analysis of randomized placebo-controlled trials. <em>Frontiers in Pharmacology</em>, 16, 1572197. <a href="https://doi.org/10.3389/fphar.2025.1572197" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.3389/fphar.2025.1572197</a></li>
              <li>Moon, J. M., Ratliff, J., & Quick, A. (2022). Absorption kinetics of berberine and dihydroberberine in humans. <em>Nutrients</em>, 14(1), 124. <a href="https://doi.org/10.3390/nu14010124" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.3390/nu14010124</a></li>
              <li>Wong, W. F., et al. (2023). Recent advancement of medical patch for transdermal drug delivery. <em>MedComm</em>, 4(2), e123. (General TDDS review)</li>
              <li>Yin, J., Xing, H., & Ye, J. (2008). Efficacy of berberine in patients with type 2 diabetes mellitus. <em>Metabolism</em>, 57(5), 712–717. <a href="https://doi.org/10.1016/j.metabol.2008.01.013" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.1016/j.metabol.2008.01.013</a></li>
              <li>Zamani, M., et al. (2022). The effects of berberine supplementation on metabolic syndrome components: A systematic review and dose-response meta-analysis. <em>Frontiers in Nutrition</em>. <a href="https://doi.org/10.3389/fnut.2022.1013055" target="_blank" rel="noopener noreferrer" style={{ color: 'var(--brand)' }}>https://doi.org/10.3389/fnut.2022.1013055</a></li>
            </ol>
          </div>

        </div>
      </div>
    </section>
  );
}

window.Blog72HourMyth = Blog72HourMyth;
