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

{# ========================================================================== #}
{# :: Settings #}
{# ========================================================================== #}
{% set params = {
	isFullWidth: false,
	styleVendors: [],
	scriptVendors: ["https://kit.fontawesome.com/74199cd914.js"],
	order: 1,
	scope: "s-bp-usp"
} %}

{# ========================================================================== #}
{# :: Info #}
{# ========================================================================== #}
{# {% set info %}

{% endset %} #}

{# ========================================================================== #}
{# :: Preview #}
{# ========================================================================== #}
{% set preview %}

	{{usp.default("", {
		icon: "leaf",
		title: "Ik ben bescheiden",
		text: "In slechts enkele stappen helpt Lot jou met het opzetten van jouw
		nieuwe hypotheek",
		button: { text: "ons process" }
	})}}

{% endset %}

{# ========================================================================== #}
{# :: Code #}
{# ========================================================================== #}
{# {% set code %}

{% endset %} #}
