Section & Variations › Testimonials
Available Parameters
| Parameter | Type | Description |
|---|---|---|
variation
|
Text
required Default : testimonials-variation-1
|
Selected variations for Testimonials section. List of available variations :
|
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: [
|
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 Whimsy 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.”",
"rating" : 5,
"author" : {
"name" : "Julia Rossana",
"position" : "Marketing Manager at EFG Co.",
"photo" : "testimonial-photo-1.png",
},
},
{
"quote" : "“As a developer, I appreciate the flexibility and ease of use of the UI Kit template. It seamlessly integrates into my workflow, allowing me to create beautiful interfaces without spending excessive time on design”",
"rating" : 5,
"author" : {
"name" : "John Elegone",
"position" : "Chief Data Orchestrator",
"photo" : "testimonial-photo-2.png",
},
},
]
} %}
Section Preview
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 Whimsy 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" : "John Elegone",
"position" : "Chief Data Orchestrator",
"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, allowing me to create beautiful interfaces without spending excessive time on design”",
"author" : {
"name" : "Julia Rossana",
"position" : "Marketing Manager at EFG Co.",
"photo" : "testimonial-photo-1.png",
},
},
]
} %}
Section Preview
Starter Kit Codes
{# include sections/testimonials #}
{% include "sections/testimonials.twig", with {
"variation" : "testimonials-variation-3",
"idPrefix" : "homepage-3-testimonials-1",
"title" : "What people are saying",
"items" : [
{
"quote" : "“As a developer, I appreciate the flexibility and ease of use of the UI Kit template. It seamlessly integrates into my workflow, allowing me to create beautiful interfaces without spending excessive time on design”",
"rating" : 5,
"author" : {
"name" : "Donna Heathcote",
"position" : "Chief Data Orchestrator",
"photo" : "testimonial-photo-3.png",
},
},
{
"quote" : "“We were struggling to keep track of our customer data and effectively manage our sales pipeline before we started using Whimsy. Now, everything is organized and accessible in one place”",
"rating" : 5,
"author" : {
"name" : "Gina Wolf",
"position" : "General Manager",
"photo" : "testimonial-photo-4.png",
},
},
]
} %}
Section Preview
Starter Kit Codes
{# include sections/testimonials #}
{% include "sections/testimonials.twig", with {
"variation" : "testimonials-variation-4",
"idPrefix" : "homepage-4-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.",
"rating" : 5,
"author" : {
"name" : "Cornelia Carter",
"position" : "Senior Marketing Manager",
"photo" : "testimonial-photo-5.png",
},
},
{
"quote" : "“Easily the best project management software on the market, right now. We became 2x faster and more efficient after adopting Projectile.",
"rating" : 5,
"author" : {
"name" : "Martin Maller",
"position" : "Web Designer at Socialbag",
"photo" : "testimonial-photo-6.png",
},
},
{
"quote" : "“Easily the best project management software on the market, right now. We became 2x faster and more efficient after adopting Projectile.",
"rating" : 5,
"author" : {
"name" : "Jayden Willis",
"position" : "VP of Marketing",
"photo" : "testimonial-photo-7.png",
},
},
]
} %}
Section Preview