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
title Text
required
Set title for Feature section.
description Text
required
Set description for Feature section
list Array of Text Set feature list.
Example:
[
    'Marketing workflows with an easy drag-and-drop designer',
    'Use our templates to create high converting, mobile responsive landing pages',
    'Integrate social media easily into your marketing campaigns & contact views',
]
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'		: 'Marketing Automation',
	'description'	: 'Market like the most successful companies in the world with lorem.',

	'list'		: [
		'Marketing workflows with an easy drag-and-drop designer',
		'Use our templates to create high converting, mobile responsive landing pages',
		'Integrate social media easily into your marketing campaigns & contact views',
	],

	'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'		: 'Increase company revenue up to 65%',
	'description'	: 'Real-time tracking of budgets across all spend, with approval and accounting tools tailored to your business and spend-specific flows.',

	'list'		: [
		'Close more deals with single-page contact management',
		'Enjoy one-click calling, call scripts and voicemail automation',
		'Track stages and milestones of your deals to keep the sales process on track',
	],

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

	'title'		: 'Analyze your business data with efficiency',
	'description'	: 'Real-time tracking of budgets across all spend, with approval and accounting tools tailored to your business and spend-specific flows.',

	'list'		: [
		{
			'icon'			: 'ic-chartline-up secondary',
			'title'			: 'Marketing Automation',
			'description'		: 'Market like the most successful companies in the world with lorem.',
		},
		{
			'icon'			: 'ic-users-three secondary',
			'title'			: 'Realtime analytics',
			'description'		: 'Reports with your colleagues lorem ipsum dolor sit amet lor analytics.',
		},
	],

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

	'title'			: 'Our mission',
	'description'	: '<p>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.</p>
	<p>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.</p>',

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