{# ========================================================================== #}
{# :: Imports #}
{# ========================================================================== #}
{% import "general/components/usp-list/usp-list-macros.njk" as uspList %}

{# ========================================================================== #}
{# :: Partial #}
{# ========================================================================== #}
{{uspList.default("l-section--background-pink", {
	curve: true,
	items: [
		{
			icon: "sparkles",
			title: "Ik ben bescheiden",
			text: "In slechts enkele stappen helpt Lot jou met het opzetten
			van jouw nieuwe hypotheek",
			button: { text: "ons process" }
		},
		{
			icon: "coins",
			title: "Ik ben eerlijk",
			text: "Bereken  eenvoudig en snel jouw maximale hypotheek bij
			Lot voor 2019.",
			button: { text: "onze rentes" }
		},
		{
			icon: "leaf",
			title: "Ik ben milieubewust",
			text: "Ontdek de lot verduurzaam hypotheek en ontdek onze
			energiebesparende maatregelen.",
			button: { text: "duurzaamheid" }
		}
	]
})}}
