Include a CallToAction widget on pricing page

This commit is contained in:
widgeter
2023-08-10 12:18:43 +02:00
parent c2b6887d6d
commit b9da7cf5c6

View File

@ -4,6 +4,7 @@ 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';
import CallToAction from '~/components/widgets/CallToAction.astro';
const metadata = {
title: 'Pricing',
@ -220,4 +221,15 @@ const metadata = {
},
]}
/>
<!-- CallToAction Widget *********** -->
<CallToAction
title="Ready to boost your projects?"
subtitle="Join our community of satisfied customers who have transformed their work with our templates."
callToAction={{
text: 'Get started now',
href: '/',
}}
/>
</Layout>