Section & Variations › More Contact

Available Parameters
Parameter Type Description
title Text
required
Set title for More Contact section.
items Array of Contact Item
required
Set list of Contact item.
Example:
[
    {
        "icon"          : "ic-mail white",
        "iconTheme"     : "primary-2",
        "title"         : "Send us an email",
        "contact"       : "hello@designspace.io",
        "link"          : "mailto:hello@designspace.io"
    }
]
Available Variations
Starter Kit Codes
{# include sections/more-contact  #}
{% include "sections/more-contact.twig", with {
    	"title"	: "Need more assistance?",
	"items"	: [
		{
			"icon"		: "ic-mail white",
			"iconTheme"	: "primary-2",
			"title"		: "Send us an email",
			
			"contact"	: "hello@designspace.io",
			"link"		: "mailto:hello@designspace.io"
		},
		{
			"icon"		: "ic-phone white",
			"iconTheme"	: "primary-3",
			"title"		: "Give us a call",
			
			"contact"	: "+123 456 789 ",
			"link"		: "tel:+123 456 789 "
		}
	]
  } %}
Section Preview More Contacts