Add CTA section to BlogPost page layout
cgen-53f13f605beb4decb302436473b0c87f
This commit is contained in:
parent
f202cbd5ce
commit
3e18f0fff9
1 changed files with 4 additions and 0 deletions
|
|
@ -146,6 +146,10 @@ export default function BlogPost() {
|
|||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<div className="mt-12">
|
||||
<BlogCTASection variant="both" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Reference in a new issue