LandingCTA
Overview
The LandingCTA component is designed to create a call-to-action section for your landing page.
import LandingCTA from '@/components/blocks/landing/landing-cta/LandingCTA.vue';

Props
The LandingCTA component accepts the following props
Required Props
- heading (
string)- Description: The main heading of the call-to-action section.
- subheading (
string)- Description: A subheading providing additional information about the call-to-action.
- buttons (Array of
ButtonProps)- Description: An array of objects defining the buttons to be displayed in the call-to-action section.
- filled (
boolean)- Description: Fill the section with background
- Default:
true