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

{# ========================================================================== #}
{# :: Partial #}
{# ========================================================================== #}
{{chat.default("", {
	title: "Welkom! Laten we samen op zoek gaan naar de perfecte hypotheek
	voor jou.",
	button: { text: "inloggen" },
	items: [
		{
			text: "… een hypotheek <strong>zonder zorgen</strong>. Ik heb
			al genoeg aan mij hoofd.",
			image: "/assets/images/general/chat/chat-01.jpg",
			background: "pink"
		},
		{
			text: "… een <strong>voordelige rentevoet</strong>, zodat ik ook
			nog eens kan gaan shoppen.",
			image: "/assets/images/general/chat/chat-02.jpg",
			background: "blue"
		},
		{
			text: "… tips voor <strong>geslaagde housewarming</strong>, jij
			regelt de rest wel hé.",
			image: "/assets/images/general/chat/chat-03.jpg",
			background: "pink"
		}
	]
})}}
