Faq3
The Faq3 component displays a section with a heading, description, and a list of FAQs in collapsible panels, alongside a "Get in Touch" card with a background image.
Last updated
The Faq3 component displays a section with a heading, description, and a list of FAQs in collapsible panels, alongside a "Get in Touch" card with a background image.
Last updated
Component path: src/blocks/faq/Faq3.tsx
Component usage path: src/app/blocks/faq/faq3/page.tsx
Preview link:
heading
string
Main title of the FAQ section.
"Frequently Asked Questions"
caption
string
(Optional)
Subtitle or additional description for the FAQ section.
"Here you can find answers to the most common questions about our services."
defaultExpanded
string
or false
Which FAQ panels are expanded by default.
"panel0"
(expands the first panel) or false
(no panels expanded by default)
faqList
Array<{ question: string, answer: string }>
List of FAQ items, each with a question and an answer.
[{ question: "What is the return policy?", answer: "Returns are accepted within 30 days." }, ...]
getInTouch
GetInTouchProps
Information and link related to contacting support or additional help.
{ title: "Need More Help?", description: "Contact our support team for further assistance.", link: { href: "/contact", children: "Contact Us" } }
bgImage
BgImageProps
Background image URL for the GraphicsCard
.
"https://example.com/background.jpg"