Components
FAQ CTA
The FAQ CTA component provides a call-to-action at the bottom of FAQ pages to guide users to the next step.
Usage
import { FaqCtaSection } from '@/components/sections';
export default function Page() {
return <FaqCtaSection />;
}
Props
- title: string - CTA headline
- description: string - Supporting text explaining next steps
- primaryCta: object with label and href for the main action
- supportCta: object with label and href for support/contact option
Notes
- Typically placed after the main FAQ content
- Includes both conversion and support pathways
- Helps reduce support tickets by directing users appropriately
- Can link to contact forms, live chat, or documentation