Include a CallToAction widget on pricing page
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user