Section & Variations › Company Achievements

Available Parameters
Parameter Type Description
variation Text
required
Default : company-achievements-variation-1
Selected variations for Company Achievements section.
List of available variations :
  • company-achievements-variation-1
  • company-achievements-variation-2
  • company-achievements-variation-3
  • company-achievements-variation-4
title Text Set title for Company Achievements section.
cta Text HTML
Available for : company-achievements-variation-1
Display CTA in Company Achievements section.
Example:
<a class="btn btn-lg btn-primary rounded-pill btn-icon" href="#get-started">Explore Integration <i class="ic ic-chevron-right"></i></a>
items Array of Company Achievement Item
required
Set list of Company Achievements item.
Example:
[
    {
        "label"     : "Global Users",
        "value"     : "50K",
        "description" : "Built with love for growing businesses lorem ipsum dolor sit amet erat eleifend lacus mattis."
    }
]
Available Variations
Starter Kit Codes
{# include sections/company-achievements  #}
{% include "sections/company-achievements.twig", with {
    	"variation"	: "company-achievements-variation-1",

	"title"		: "A very good performance has been achieved by our team",

	"cta"		: "<a class=\"btn btn-lg btn-primary rounded-pill btn-icon\" href=\"#get-started\">Explore Integration <i class=\"ic ic-chevron-right\"></i></a>",

	"items"		: [
		{
			"label"	: "Up to Savings rate",
			"value"	: "28%",
		},
		{
			"label"	: "Team Members",
			"value"	: "50+",
		},
		{
			"label"	: "Global Users",
			"value"	: "100K",
		},
		{
			"label"	: "Capital Raised",
			"value"	: "890+",
		},
	]
  } %}
Section Preview Company Achievements Variation 1
Starter Kit Codes
{# include sections/company-achievements  #}
{% include "sections/company-achievements.twig", with {
    	"variation"	: "company-achievements-variation-2",

	"title"		: "A very good performance has been achieved by our team",

	"items"		: [
		{
			"label"	: "Capital raised",
			"value"	: "$90M",
		},
		{
			"label"	: "Global users",
			"value"	: "40M+",
		},
		{
			"label"	: "Team members",
			"value"	: "60+",
		},
	]
  } %}
Section Preview Company Achievements Variation 2
Starter Kit Codes
{# include sections/company-achievements  #}
{% include "sections/company-achievements.twig", with {
    	"variation"	: "company-achievements-variation-3",

	"title"		: "A very good performance has been achieved by our team",

	"items"		: [
		{
			"label"	: "Global Users",
			"value"	: "50K",
		},
		{
			"label"	: "Capital raised",
			"value"	: "700+",
		},
		{
			"label"	: "Savings Rate",
			"value"	: "30%",
		},
	]
  } %}
Section Preview Company Achievements Variation 3
Starter Kit Codes
{# include sections/company-achievements  #}
{% include "sections/company-achievements.twig", with {
    	"variation"	: "company-achievements-variation-4",

	"title"		: "We do this differently",

	"items"		: [
		{
			"label"	: "Global Users",
			"value"	: "50K",
			"description"	: "Built with love for growing businesses lorem ipsum dolor sit amet erat eleifend lacus mattis at porttitor at",
		},
		{
			"label"	: "Capital raised",
			"value"	: "700+",
			"description"	: "Built with love for growing businesses lorem ipsum dolor sit amet erat eleifend lacus mattis at porttitor at",
		},
		{
			"label"	: "Upto Savings rate",
			"value"	: "30%",
			"description"	: "Built with love for growing businesses lorem ipsum dolor sit amet erat eleifend lacus mattis at porttitor at",
		},
		{
			"label"	: "Team Members",
			"value"	: "60+",
			"description"	: "Built with love for growing businesses lorem ipsum dolor sit amet erat eleifend lacus mattis at porttitor at",
		},
	]
  } %}
Section Preview Company Achievements Variation 4