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
  • testimonials-variation-4
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"     : "\"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"     : "Sam Michale Gray",
            "position" : "Marketing Manager at D&G",
            "photo"    : "testimonial-photo-1.png"
        },
        "link"     : "#"
    }
]
Available Variations
Starter Kit Codes
{# include sections/testimonials  #}
{% include "sections/testimonials.twig", with {
    	"variation" : "testimonials-variation-1",
	"idPrefix"  : "homepage-1-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"	  : "Sam Michale Gray",
				"position"  : "Marketing Manager at D&G",
				"photo"	 : "testimonial-photo-1.png"
			},
			"link"	  : "#"
		},
		{
			"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 at Spotify",
				"photo"	 : "testimonial-photo-2.png"
			},
			"link"	  : "#"
		}
	]
  } %}
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-3.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"		 : "What people are saying...",
	"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-2.png"
			},
			"logo"	  : "logo-spotify-32-colored.svg"
		},
		{
			"quote"	 : "“We were struggling to keep track of our customer data and effectively manage our sales pipeline before we started using Chroma. Now, everything is organized and accessible in one place”",
			"author"	: {
				"name"	  : "Cornelia Carter",
				"position"	 "Senior Marketing Manager",
				"photo"	 : "testimonial-photo-3.png"
			},
			"logo"	  : "logo-airbnb-32-colored.svg"
		}
	]
  } %}
Section Preview Testimonials Variation 3
Starter Kit Codes
{# include sections/testimonials  #}
{% include "sections/testimonials.twig", with {
    	"variation" : "testimonials-variation-4",
	"idPrefix"  : "homepage-4-testimonials-1",
	"tag"		   : "Testimonials",
	"title"		 : "What our client are saying ",
	"items" : [
		{
			"quote"	 : "\"Easily the best project management software on the market, right now. We became 2x faster and more efficient after adopting Projectile.\"",
			"author"	: {
				"name"	  : "Cornelia Carter",
				"position"	 "Senior Marketing Manager",
				"photo"	 : "testimonial-photo-3.png"
			}
		},
		{
			"quote"	 : "\"The analytics and reporting testimonialss in Chroma have been a game-changer for our marketing team. We can now measure the impact of our campaigns in real-time and make data-driven decisions.\"",
			"author"	: {
				"name"	  : "Martin Maller",
				"position"	 "Web Designer at Socialbag",
				"photo"	 : "testimonial-photo-4.png"
			}
		},
		{
			"quote"	 : "“The most beautiful and easy to use no-code machine learning tool I have seen.”",
			"author"	: {
				"name"	  : "Jayden Willis",
				"position"	 "VP of Marketing",
				"photo"	 : "testimonial-photo-2.png"
			}
		},
		{
			"quote"	 : "“As a developer, I appreciate the flexibility and ease of use of the UI Kit template. It seamlessly integrates into my workflow.”",
			"author"	: {
				"name"	  : "Jenny Wilson",
				"position"	 "Web Designer at Lordez",
				"photo"	 : "testimonial-photo-6.png"
			}
		},
		{
			"quote"	 : "“The most beautiful and easy to use no-code machine learning tool I have seen.”",
			"author"	: {
				"name"	  : "Jane Cooper",
				"position"	 "VP of Marketing",
				"photo"	 : "testimonial-photo-7.png"
			}
		},
		{
			"quote"	 : "“We were struggling to keep track of our customer data and effectively manage our sales pipeline before we started using Chroma. Now, everything is organized and accessible in one place”",
			"author"	: {
				"name"	  : "Kristin Watson",
				"position"	 "Senior Marketing Manager",
				"photo"	 : "testimonial-photo-8.png"
			}
		}
	]
  } %}
Section Preview Testimonials Variation 4