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.
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",
	"items"	 : [
		{
			"label"	 : "Global Users",
			"value"	 : "30M+"
		},
		{
			"label"	 : "Upto Savings rate",
			"value"	 : "30%"
		},
		{
			"label"	 : "Capital raised",
			"value"	 : "$100M"
		},
		{
			"label"	 : "Team Members",
			"value"	 : "60+"
		}
	]
  } %}
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"	 : "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."
		},
		{
			"label"		 : "Capital raised",
			"value"		 : "700+",
			"description"	 : "Built with love for growing businesses lorem ipsum dolor sit amet erat eleifend lacus mattis."
		},
		{
			"label"		 : "Upto Savings rate",
			"value"		 : "30%",
			"description"	 : "Built with love for growing businesses lorem ipsum dolor sit amet erat eleifend lacus mattis."
		},
		{
			"label"		 : "Team Members",
			"value"		 : "60+",
			"description"	 : "Built with love for growing businesses lorem ipsum dolor sit amet erat eleifend lacus mattis."
		}
	]
  } %}
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"	 : "Our 13 years together have given us much to be proud of",
	"items"	 : [
		{
			"icon"	 : "ic-users",
			"label"	 : "Global Users",
			"value"	 : "12k+"
		},
		{
			"icon"	 : "ic-chart-pie",
			"label"	 : "ARR",
			"value"	 : "$13m"
		},
		{
			"icon"	 : "ic-clock",
			"label"	 : "Hours Saved Annually",
			"value"	 : "+20000"
		}
	]
  } %}
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"	 : "A very good performance has been achieved by our team",
	"items"	 : [
		{
			"label"	 : "Savings Rate",
			"value"	 : "34%"
		},
		{
			"label"	 : "Capital Raised",
			"value"	 : "750+"
		},
		{
			"label"	 : "Global Users",
			"value"	 : "50K"
		}
	]
  } %}
Section Preview Company Achievements Variation 4