LandingFAQ
Overview
The LandingFAQ component is designed to present a list of frequently asked questions in an accordion format. It includes an optional heading and subheading for context, and allows users to expand and collapse each FAQ item.
import LandingFAQ from '@/components/blocks/landing/landing-faq/LandingFAQ.vue';

Props
The LandingFAQ component accepts the following props
Optional Props
- heading (
string)- Description: The main heading for the FAQ section.
- subheading (
string)- Description: A subheading that provides additional context for the FAQ section.
- accordionItems (Array of
AccordionItemProps)- Description: An array of FAQ items to display in the accordion. Each item includes a title and content.