// Surroundings — full-bleed band + 4 cards. const Surroundings = ({ t, photoMode }) => (
· {t.surroundings_eyebrow} ·

{t.surroundings_lead}

{t.surroundings_items.map((it, i) => (
{it.d}
{it.t}
{it.s}
))}
); window.Surroundings = Surroundings;