Include a pricing widget on sass page
This commit is contained in:
@@ -110,46 +110,46 @@ const metadata = {
|
||||
]}
|
||||
/>
|
||||
|
||||
<!-- Features3 Widget ************** -->
|
||||
<!-- Features3 Widget ************** -->
|
||||
|
||||
<Features3
|
||||
title="Price-related features"
|
||||
subtitle="Discover the advantages of choosing our plans"
|
||||
columns={2}
|
||||
items={[
|
||||
{
|
||||
title: 'Tiered Pricing Plans',
|
||||
description: 'Choose from a range of pricing plans designed to accommodate different budgets and requirements.',
|
||||
icon: 'tabler:stairs',
|
||||
},
|
||||
{
|
||||
title: 'Transparent Pricing',
|
||||
description: 'Clearly displayed pricing details for each plan, with no hidden costs or unexpected charges.',
|
||||
icon: 'tabler:flip-vertical',
|
||||
},
|
||||
{
|
||||
title: 'Secure Payment Methods',
|
||||
description: 'Secure payment gateways to protect your financial information during transactions.',
|
||||
icon: 'tabler:shield-lock',
|
||||
},
|
||||
{
|
||||
title: 'Instant Access',
|
||||
description: `Immediate access to your chosen plan's features and templates upon subscription.`,
|
||||
icon: 'tabler:accessible',
|
||||
},
|
||||
{
|
||||
title: 'Upgrade Value',
|
||||
description: 'Upgrade to higher-tier plans to unlock more features and benefits for an enhanced experience.',
|
||||
icon: 'tabler:chevrons-up',
|
||||
},
|
||||
{
|
||||
title: '24H support',
|
||||
description: 'Questions answered via live chat, email or phone, every calendar day.',
|
||||
icon: 'tabler:headset',
|
||||
},
|
||||
]}
|
||||
classes={{ container: "max-w-5xl"}}
|
||||
/>
|
||||
<Features3
|
||||
title="Price-related features"
|
||||
subtitle="Discover the advantages of choosing our plans"
|
||||
columns={2}
|
||||
items={[
|
||||
{
|
||||
title: 'Tiered Pricing Plans',
|
||||
description: 'Choose from a range of pricing plans designed to accommodate different budgets and requirements.',
|
||||
icon: 'tabler:stairs',
|
||||
},
|
||||
{
|
||||
title: 'Transparent Pricing',
|
||||
description: 'Clearly displayed pricing details for each plan, with no hidden costs or unexpected charges.',
|
||||
icon: 'tabler:flip-vertical',
|
||||
},
|
||||
{
|
||||
title: 'Secure Payment Methods',
|
||||
description: 'Secure payment gateways to protect your financial information during transactions.',
|
||||
icon: 'tabler:shield-lock',
|
||||
},
|
||||
{
|
||||
title: 'Instant Access',
|
||||
description: `Immediate access to your chosen plan's features and templates upon subscription.`,
|
||||
icon: 'tabler:accessible',
|
||||
},
|
||||
{
|
||||
title: 'Upgrade Value',
|
||||
description: 'Upgrade to higher-tier plans to unlock more features and benefits for an enhanced experience.',
|
||||
icon: 'tabler:chevrons-up',
|
||||
},
|
||||
{
|
||||
title: '24H support',
|
||||
description: 'Questions answered via live chat, email or phone, every calendar day.',
|
||||
icon: 'tabler:headset',
|
||||
},
|
||||
]}
|
||||
classes={{ container: 'max-w-5xl' }}
|
||||
/>
|
||||
|
||||
<!-- Steps Widget ****************** -->
|
||||
|
||||
|
Reference in New Issue
Block a user