Modify icons in Features3 on pricing page

This commit is contained in:
widgeter
2023-08-11 20:03:36 +02:00
parent 1cfdbc2fb7
commit 8b65a98e93

View File

@ -111,32 +111,32 @@ const metadata = {
{ {
title: 'Tiered Pricing Plans', title: 'Tiered Pricing Plans',
description: 'Choose from a range of pricing plans designed to accommodate different budgets and requirements.', description: 'Choose from a range of pricing plans designed to accommodate different budgets and requirements.',
icon: 'tabler:template', icon: 'tabler:stairs',
}, },
{ {
title: 'Transparent Pricing', title: 'Transparent Pricing',
description: 'Clearly displayed pricing details for each plan, with no hidden costs or unexpected charges.', description: 'Clearly displayed pricing details for each plan, with no hidden costs or unexpected charges.',
icon: 'tabler:template', icon: 'tabler:flip-vertical',
}, },
{ {
title: 'Secure Payment Methods', title: 'Secure Payment Methods',
description: 'Secure payment gateways to protect your financial information during transactions.', description: 'Secure payment gateways to protect your financial information during transactions.',
icon: 'tabler:template', icon: 'tabler:shield-lock',
}, },
{ {
title: 'Instant Access', title: 'Instant Access',
description: `Immediate access to your chosen plan's features and templates upon subscription.`, description: `Immediate access to your chosen plan's features and templates upon subscription.`,
icon: 'tabler:template', icon: 'tabler:accessible',
}, },
{ {
title: 'Upgrade Value', title: 'Upgrade Value',
description: 'Upgrade to higher-tier plans to unlock more features and benefits for an enhanced experience.', description: 'Upgrade to higher-tier plans to unlock more features and benefits for an enhanced experience.',
icon: 'tabler:template', icon: 'tabler:chevrons-up',
}, },
{ {
title: '24H support', title: '24H support',
description: 'Questions answered via live chat, email or phone, every calendar day.', description: 'Questions answered via live chat, email or phone, every calendar day.',
icon: 'tabler:template', icon: 'tabler:headset',
}, },
]} ]}
/> />