<div class="p-home__intro">
  {{hero.default("m-hero--inverted js-m-hero", {
    title: "Samen recycleren, <br/> beter voor de natuur",
    image: "/assets/images/header/header.png"
  })}}

  {{doormat.default("l-container", {
    title: "Wat wil je doen?",
    items: [
      {
        title: "Ik wil mijn batterijen recycleren",
        titleLink: "/",
        links: [
          {
            classes: "icon-arrow-right",
            text: "Zakjes aanvragen",
            url: "/"
          },
          {
            classes: "icon-location",
            text: "Vind een inzamelpunt in jouw buurt",
            url: "/"
          }
        ]
      },
      {
        title: "Ik zamel batterijen in",
        titleLink: "/",
        links: [
          {
            classes: "icon-arrow-right",
            text: "Scholenprogramma",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Inzamelpunt zoeken",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Ophaling aanvragen",
            url: "/"
          }
        ]
      },
      {
        title: "Ik verkoop of produceer batterijen",
        titleLink: "/",
        links: [
          {
            classes: "icon-arrow-right",
            text: "Deelnemer worden",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Aangifte doen",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Deelnemer opzoeken",
            url: "/"
          }
        ]
      },
      {
        title: "Ik wil meer weten over batterijen",
        titleLink: "/",
        links: [
          {
            classes: "icon-arrow-right",
            text: "Lesmateriaal voor scholen",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Recyclageproces",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Bezoek aan Villa Pila",
            url: "/"
          }
        ]
      }
    ]
  })}}
</div>
