Section & Variations › Testimonials

Available Parameters
Parameter Type Description
variation Text
required
Default : testimonials-variation-1
Selected variations for Testimonials section.
List of available variations :
  • testimonials-variation-1
  • testimonials-variation-2
  • testimonials-variation-3
idPrefix Unique Text
required
Set unique idPrefix for FAQ section.
title Text Set title for Testimonials section.
items Array of Testimonial Item
required
Set list of Testimonial item.
Example:
[
    {
        "quote"     : "“Our team has been using Entrada for the past year and we couldn't be happier with the results. It has transformed the way we work and has significantly improved our productivity.”",
        "author"    : {
            "name"     : "Sam Michale Gray",
            "position" : "Marketing Manager at D&G",
            "photo"    : "testimonial-photo-1.png"
        },
    }
]
Available Variations
Testimonials Variation 1 Starter Kit Codes
{# include sections/testimonials  #}
{% include "../resources/sections/testimonials.twig", with {
    	'variation'	: 'testimonials-variation-1',
	'idPrefix'	: 'homepage-1-testimonials-1',
	'title'	: 'What our travelers say',
	'items'	: [
		{
			'quote'	: '"The perfect getaway for our honeymoon. The resort was beautiful, and the romantic touches made our stay unforgettable."',
			'author'	: {
				'name'	: 'Emily & James, Indonesia',
				'photo'	: 'testimonial-photo-1.png'
			}
		},
		{
			'quote'	: '“We were struggling to keep track of our customer data and effectively manage our sales pipeline before we started using Vendora. Now, everything is organized and accessible in one place”',
			'author'	: {
				'name'	: 'Jayden Willis, Aussie',
				'photo'	: 'testimonial-photo-2.png'
			}
		},
		{
			'quote'	: '“Our team has been using Vendora for the past year and we couldn't be happier with the results. It has transformed the way we work and has significantly improved our productivity.”',
			'author'	: {
				'name'	: 'Martin Maller, Canada',
				'photo'	: 'testimonial-photo-3.png'
			}
		}
	]
  } %}
Testimonials Variation 2 Starter Kit Codes
{# include sections/testimonials  #}
{% include "../resources/sections/testimonials.twig", with {
    	'variation'	: 'testimonials-variation-2',
	'idPrefix'	: 'homepage-2-testimonials-1',
	'items'	: [
		{
			'quote'	: '“We were struggling to keep track of our customer data and effectively manage our sales pipeline before we started using Vendora.',
			'author'	: {
				'name'	: 'Cornelia Carter',
				'photo'	: 'testimonial-photo-entrada.svg',
				'photoAlt'	: 'testimonial-photo-entrada-alt.svg'
			}
		},
		{
			'quote'	: 'I am so very very happy with my purchases. I highly recommend Vendora based on quality, fit, fabric , customer service, etc',
			'author'	: {
				'name'	: 'Emily Rollerdoor',
				'photo'	: 'testimonial-photo-chroma.svg',
				'photoAlt'	: 'testimonial-photo-chroma-alt.svg'
			}
		},
		{
			'quote'	: 'Our team has been using Vendora for the past year and we couldn't be happier with the results.',
			'author'	: {
				'name'	: 'Jayden Willis',
				'photo'	: 'testimonial-photo-whimsy.svg',
				'photoAlt'	: 'testimonial-photo-whimsy-alt.svg'
			}
		},
		{
			'quote'	: 'I am so very very happy with my purchases. I highly recommend Vendora based on quality, fit, fabric , customer service, etc',
			'author'	: {
				'name'	: 'Martin Maller',
				'photo'	: 'testimonial-photo-eclipse.svg',
				'photoAlt'	: 'testimonial-photo-eclipse-alt.svg'
			}
		}
	]
  } %}
Testimonials Variation 3 Starter Kit Codes
{# include sections/testimonials  #}
{% include "../resources/sections/testimonials.twig", with {
    	'variation'	: 'testimonials-variation-3',
	'title'	: 'Our customers testimonials',
	'items'	: [
		{
			'quote'	: '5',
			'author'	: {
				'name'	: '@erena_ena',
				'photo'	: 'testimonial-photo-video-1.png'
			}
		},
		{
			'quote'	: '5',
			'author'	: {
				'name'	: '@margot_rena',
				'photo'	: 'testimonial-photo-video-2.png'
			}
		},
		{
			'quote'	: '5',
			'author'	: {
				'name'	: '@virginia',
				'photo'	: 'testimonial-photo-video-3.png'
			}
		},
		{
			'quote'	: '5',
			'author'	: {
				'name'	: '@nelanender',
				'photo'	: 'testimonial-photo-video-4.png'
			}
		}
	]
  } %}
Testimonials Variation 4 Starter Kit Codes
{# include sections/testimonials  #}
{% include "../resources/sections/testimonials.twig", with {
    	'variation'	: 'testimonials-variation-4',
	'idPrefix'	: 'homepage-2-testimonials-1',
	'items'	: [
		{
			'quote'	: '“Vendora Glow created the best daily skincare ever to exist”',
			'author'	: {
				'name'	: 'In The Press',
				'photo'	: 'testimonial-photo-forbes.svg'
			}
		},
		{
			'quote'	: '“Vendora Glow created the best daily skincare ever to exist”',
			'author'	: {
				'name'	: 'In The Press',
				'photo'	: 'testimonial-photo-forbes.svg'
			}
		},
		{
			'quote'	: '“Vendora Glow created the best daily skincare ever to exist”',
			'author'	: {
				'name'	: 'In The Press',
				'photo'	: 'testimonial-photo-forbes.svg'
			}
		}
	]
  } %}