resources/js/Components/Sections/CallToAction.vue
Props
Container layout
This will define how container will be rendered. You can select between three different layouts by passsing the propcontainerLayout?: "default" | "full" | "boxed" to the component.
Default is default.
Container background
This will define the background color of container. You can select between three different layouts by passsing the propcontainerBackground?: "none" | "primary" | "inverted" to the component.
Default is inverted.
Layout
This will define the content alignment. You can select between three different layouts by passsing the proplayout?: "centered" | "stacked" | "justified" to the component.
Default is centered.

