| 139 | } |
| 140 | |
| 141 | export interface FAQConfig { |
| 142 | heading: string; |
| 143 | questions: { question: string; answer: string }[]; |
| 144 | } |
| 145 | |
| 146 | export interface CTAConfig { |
| 147 | heading: string; |
nothing calls this directly
no outgoing calls
no test coverage detected