Section & Variations › Client
Available Parameters
| Parameter | Type | Description |
|---|---|---|
variation
|
Text
required Default : client-variation-1
|
Set variation for Client section. List of available variations :
|
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' : 'Leading companies use Vanguard as their treasury management system',
'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
Starter Kit Codes
{# include sections/client #}
{% include "sections/client.twig", with {
'variation' : 'client-variation-2',
'title' : '3500+ companies already trust us',
'images' : [
'client-image-116-1.svg',
'client-image-116-2.svg',
'client-image-116-3.svg',
'client-image-116-4.svg',
'client-image-116-5.svg',
]
} %}
Section Preview