Section & Variations › Client

Available Parameters
Parameter Type Description
variation Text
required
Default : client-variation-1
Set variation for Client section.
List of available variations :
  • client-variation-1
  • client-variation-2
  • client-variation-3
title Text Set title for Client section.
images Array of Filename
required
Set list of Client logo.
The value is array of image filename in the src/assets/images/ folder.
Available Variations
Starter Kit Codes
{# include sections/client  #}
{% include "sections/client.twig", with {
    	"variation"	: "client-variation-1",

	"title"		: "Trusted by industry leaders",
	"images"	: [
		"client-image-40-1.svg",
		"client-image-40-2.svg",
		"client-image-40-3.svg",
		"client-image-40-4.svg",
		"client-image-40-5.svg",
	]
  } %}
Section Preview Client Variation 1
Starter Kit Codes
{# include sections/client  #}
{% include "sections/client.twig", with {
    	"variation"	: "client-variation-2",

	"images"	: [
		"client-image-140-1.svg",
		"client-image-140-2.svg",
		"client-image-140-3.svg",
		"client-image-140-4.svg",
		"client-image-140-5.svg",
	]
  } %}
Section Preview Client Variation 2
Starter Kit Codes
{# include sections/client  #}
{% include "sections/client.twig", with {
    	"variation"	: "client-variation-3",

	"title"		: "Trusted by 1200+ popular companies",
	"images"	: [
		"client-image-140-1.svg",
		"client-image-140-6.svg",
		"client-image-140-3.svg",
		"client-image-140-4.svg",
		"client-image-140-7.svg",
		"client-image-140-8.svg",
		"client-image-140-2.svg",
		"client-image-140-9.svg",
		"client-image-140-10.svg",
		"client-image-140-5.svg",
	]
  } %}
Section Preview Client Variation 3