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

  1. heading (string)
    • Description: The main heading of the call-to-action section.
  2. subheading (string)
    • Description: A subheading providing additional information about the call-to-action.
  3. buttons (Array of ButtonProps)
    • Description: An array of objects defining the buttons to be displayed in the call-to-action section.
  4. filled (boolean)
    • Description: Fill the section with background
    • Default: true
Table of Contents