Section & Variations › Feature

Available Parameters
Parameter Type Description
variation Text
required
Default : feature-variation-1
Set variation for Feature section.
List of available variations :
  • feature-variation-1
  • feature-variation-2
  • feature-variation-fullsize-image
title Text
required
Set title for Feature section.
description Text
required
Set description for Feature section
link Link Object Set link details for CTA button.
Example:
{
    "text"  : "Explore more details",
    "url"   : "http://designspace.io/"
}
image Filename Set image for Feature section.
The value is name of image file in the src/assets/images/ folder.
Available Variations
Starter Kit Codes
{# include sections/feature  #}
{% include "sections/feature.twig", with {
    	"variation"	: "feature-variation-1",

	"title"		: "Intuitive dashboard <br/>and real-time  analytics",
	"description"	: "Get detailed insights into your data with our advanced reporting tools, which allow you to create custom reports, visualize data, and spot trends.",

	"link"		: {
		"text"	: "Explore more details",
		"url"	: "#",
	},

	"image"		: "feature-image-1.png"
  } %}
Section Preview Feature Variation 1
Starter Kit Codes
{# include sections/feature  #}
{% include "sections/feature.twig", with {
    	"variation"	: "feature-variation-2",

	"title"		: "Advanced security <br/>and data encryption",
	"description"	: "Rest easy knowing that your data is protected with our state-of-the-art security and compliance measures, ensuring that your business stays compliant with industry regulations.",

	"link"		: {
		"text"	: "Explore more details",
		"url"	: "#",
	},

	"image"		: "feature-image-2.png"
  } %}
Section Preview Feature Variation 2
Starter Kit Codes
{# include sections/feature  #}
{% include "sections/feature.twig", with {
    	"variation"	: "feature-variation-fullsize-image",

	"title"		: "Our mission",
	"description"	: "<strong>Our team of passionate professionals brings together your team's expertise  to how your team works together to achieve the organization's goals. With a focus on specific values or principles, we strive to what sets your organization apart from others in your industry.</strong>At Entrada, we are dedicated to delivering exceptional solutions that cater to the needs of our valued customers. With a strong commitment to quality, reliability, and customer satisfaction, we have established ourselves as a trusted name in the industry.",

	"image"		: "feature-big-image.png"
  } %}
Section Preview Feature With Full Size Image