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 Testimonials section.
tag Text Set tag value for Testimonials section.
title Text Set title for Testimonials section.
items Array of Testimonial Item
required
Set list of Testimonial item.
Example:
[
    {
        'quote'     : '"Easily the best project management software on the market, right now. We became 2x faster and more efficient after adopting Projectile. Love the automated reports and alerts."',
        
        'author'    : {
            'name'        : 'Jayden Willis',
            'position'    : 'VP of Marketing',
            'photo'       : 'testimonial-photo-1.png',
        },
    }
]
Available Variations
Starter Kit Codes
{# include sections/testimonials  #}
{% include "sections/testimonials.twig", with {
    	'variation'	: 'testimonials-variation-1',

	'idPrefix'	: 'homepage-1-testimonials-1',

	'tag'		: 'Testimonials',
	'title'		: 'Customer Reviews',

	'items' : [
		{
			'quote'		: '"Easily the best project management software on the market, right now. We became 2x faster and more efficient after adopting Projectile. Love the automated reports and alerts."',
			
			'author'	: {
				'name'		: 'Jayden Willis',
				'position'	: 'VP of Marketing',
				'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 Vanguard. Now, everything is organized and accessible in one place”',
			
			'author'	: {
				'name'		: 'Cornelia Carter',
				'position'	: 'Senior Marketing Manager',
				'photo'		: 'testimonial-photo-2.png',
			},
		},
		{
			'quote'		: '“Our team has been using Vanguard 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',
				'position'	: 'Web Designer at Socialbag',
				'photo'		: 'testimonial-photo-3.png',
			},
		},
		{
			'quote'		: '"Easily the best project management software on the market, right now. We became 2x faster and more efficient after adopting Projectile. Love the automated reports and alerts."',
			
			'author'	: {
				'name'		: 'Cornelia Carter',
				'position'	: 'Senior Marketing Manager',
				'photo'		: 'testimonial-photo-2.png',
			},
		},
		{
			'quote'		: '“We were struggling to keep track of our customer data and effectively manage our sales pipeline before we started using Vanguard. Now, everything is organized and accessible in one place”',
			
			'author'	: {
				'name'		: 'Jayden Willis',
				'position'	: 'VP of Marketing',
				'photo'		: 'testimonial-photo-1.png',
			},
		},
		{
			'quote'		: '“Our team has been using Vanguard 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',
				'position'	: 'Web Designer at Socialbag',
				'photo'		: 'testimonial-photo-3.png',
			},
		},
	]
  } %}
Section Preview Testimonials Variation 1
Starter Kit Codes
{# include sections/testimonials  #}
{% include "sections/testimonials.twig", with {
    	'variation'	: 'testimonials-variation-2',

	'idPrefix'	: 'homepage-2-testimonials-1',

	'items' : [
		{
			'quote'		: '"Our team has been using Chroma 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'		: 'Cornelia Carter',
				'position'	: 'Senior Marketing Manager',
				'photo'		: 'testimonial-photo-2.png',
			},
		},
	]
  } %}
Section Preview Testimonials Variation 2
Starter Kit Codes
{# include sections/testimonials  #}
{% include "sections/testimonials.twig", with {
    	'variation'	: 'testimonials-variation-3',

	'idPrefix'	: 'homepage-3-testimonials-1',

	'tag'		: 'Testimonials',
	'title'		: 'Customer Reviews',

	'items' : [
		{
			'quote'		: '"Easily the best project management software on the market, right now. We became 2x faster and more efficient after adopting Projectile. Love the automated reports and alerts."',
			
			'author'	: {
				'name'		: 'Cornelia Carter',
				'position'	: 'Senior Marketing Manager',
				'photo'		: 'testimonial-photo-2.png',
			},
		},
		{
			'quote'		: '“We were struggling to keep track of our customer data and effectively manage our sales pipeline before we started using Vanguard. Now, everything is organized and accessible in one place”',
			
			'author'	: {
				'name'		: 'Jayden Willis',
				'position'	: 'VP of Marketing',
				'photo'		: 'testimonial-photo-1.png',
			},
		},
		{
			'quote'		: '“Our team has been using Vanguard 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',
				'position'	: 'Web Designer at Socialbag',
				'photo'		: 'testimonial-photo-3.png',
			},
		},
		{
			'quote'		: '"Easily the best project management software on the market, right now. We became 2x faster and more efficient after adopting Projectile. Love the automated reports and alerts."',
			
			'author'	: {
				'name'		: 'Cornelia Carter',
				'position'	: 'Senior Marketing Manager',
				'photo'		: 'testimonial-photo-2.png',
			},
		},
		{
			'quote'		: '“We were struggling to keep track of our customer data and effectively manage our sales pipeline before we started using Vanguard. Now, everything is organized and accessible in one place”',
			
			'author'	: {
				'name'		: 'Jayden Willis',
				'position'	: 'VP of Marketing',
				'photo'		: 'testimonial-photo-1.png',
			},
		},
		{
			'quote'		: '“Our team has been using Vanguard 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',
				'position'	: 'Web Designer at Socialbag',
				'photo'		: 'testimonial-photo-3.png',
			},
		},
	]
  } %}
Section Preview Testimonials Variation 3