Minor ui fixes and format

This commit is contained in:
prototypa
2023-09-02 20:52:55 -04:00
parent 4c3aa43586
commit 55ac68f086
13 changed files with 91 additions and 62 deletions

View File

@@ -233,9 +233,12 @@ const metadata = {
<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: '/',
}}
actions={[
{
variant: 'primary',
text: 'Get started now',
href: '/',
},
]}
/>
</Layout>