Include a Features3 widget in pricing page

This commit is contained in:
widgeter
2023-08-10 12:12:36 +02:00
parent 7a0b780620
commit c2b6887d6d

View File

@ -3,6 +3,7 @@ import Layout from '~/layouts/PageLayout.astro';
import Prices from '~/components/widgets/Pricing.astro';
import FAQs from '~/components/widgets/FAQs.astro';
import Steps from '~/components/widgets/Steps.astro';
import Features3 from '~/components/widgets/Features3.astro';
const metadata = {
title: 'Pricing',
@ -99,6 +100,46 @@ const metadata = {
]}
/>
<!-- Features3 Widget ************** -->
<Features3
title="Price-related features"
subtitle="To help you make informed decisions on the plans that best fit your budget and project requirements."
columns={3}
items={[
{
title: 'Tiered Pricing Plans',
description: 'Choose from a range of pricing plans designed to accommodate different budgets and requirements.',
icon: 'tabler:template',
},
{
title: 'Transparent Pricing',
description: 'Clearly displayed pricing details for each plan, with no hidden costs or unexpected charges.',
icon: 'tabler:template',
},
{
title: 'Secure Payment Methods',
description: 'Secure payment gateways to protect your financial information during transactions.',
icon: 'tabler:template',
},
{
title: 'Instant Access',
description: `Immediate access to your chosen plan's features and templates upon subscription.`,
icon: 'tabler:template',
},
{
title: 'Upgrade Value',
description: 'Upgrade to higher-tier plans to unlock more features and benefits for an enhanced experience.',
icon: 'tabler:template',
},
{
title: '24H support',
description: 'Questions answered via live chat, email or phone, every calendar day.',
icon: 'tabler:template',
},
]}
/>
<!-- Steps Widget ****************** -->
<Steps