JSFiddle - React, Tailwind, and code Playground

by batcave

JavaScript

const data = {
  1: {
    title: 'Allt inför hösten',
    useOverlay: false,
    useGraphic: false,
    image: {
      src: 'https://source.unsplash.com/FV3GConVSss/1600x518'
    }
  },
  2: {
    title: 'Allt inför vintern',
    contentPlacement: 'center-left-content',
    image: {
      src: 'https://source.unsplash.com/Pj19lME4KVo/1600x518',
      altText: '3'
    }
  }
}

console.log(data[1])