# PageCta A call to action section to display in your pages. ## Key Props - `title`: to set the title of the CTA. - `description`: to set the description of the CTA. - `links`: to display a list of [Button](/docs/components/button) under the description. - `variant`: to change the style of the CTA. - `orientation`: to change the orientation with the default slot. - `reverse`: to reverse the orientation of the default slot. ## Usage ```vue /> ```