function Lifestyle() { const items = window.SITE_DATA.lifestyle; const cards = items.map((it) => ({ imgUrl: it.img, alt: it.label })); return (
/ BEHIND THE SCENES

); } window.Lifestyle = Lifestyle;