Experiment Log

Recent experiments rendered as a clean editorial log.

---
import ExperimentLog from "@page-sections/eferns/experiment-log/ExperimentLog.astro";
---

<ExperimentLog
experimentSlugs={
  [
    "humidity-tray-baseline",
    "mulch-vs-bare-soil",
    "daily-misting-failure"
  ]
} eyebrow="Experiment archive" heading="Logged tests, not just recommendations" subtext="Entries pull from the experiments collection and preserve failed outcomes."
/>
---
blocks:
  _component: page-sections/eferns/experiment-log
  eyebrow: Experiment archive
  heading: Logged tests, not just recommendations
  subtext: Entries pull from the experiments collection and preserve failed outcomes.
  experimentSlugs:
    - humidity-tray-baseline
    - mulch-vs-bare-soil
    - daily-misting-failure
---

Overview

A collection-backed teaser section for measured tests. Useful on methodology or landing pages where editors want visible evidence chains instead of generic credibility copy.

Properties

eyebrow string | default: Experiment log

heading string | default: Measured interventions, including bad ideas that stayed bad

subtext string | default: Broken relationships collapse silently, so the section survives content churn.

experimentSlugs string | default: array

limit string | default: 4

backgroundColor string | default: surface

Examples

Primary

---
import ExperimentLog from "@page-sections/eferns/experiment-log/ExperimentLog.astro";
---

<ExperimentLog
experimentSlugs={
  [
    "humidity-tray-baseline",
    "mulch-vs-bare-soil",
    "daily-misting-failure"
  ]
} eyebrow="Experiment archive" heading="Logged tests, not just recommendations" subtext="Entries pull from the experiments collection and preserve failed outcomes."
/>
---
blocks:
  _component: page-sections/eferns/experiment-log
  eyebrow: Experiment archive
  heading: Logged tests, not just recommendations
  subtext: Entries pull from the experiments collection and preserve failed outcomes.
  experimentSlugs:
    - humidity-tray-baseline
    - mulch-vs-bare-soil
    - daily-misting-failure
---