const { Button: QB, Card: QC, SectionHeader: QSH, Accordion: QAcc, CTABand: QCTA, Eyebrow: QE } = window.SoftVerxDesignSystem_6fd95b; const Q = window.SX_DATA; const FAQ_GROUPS = Q.faqGroups; function FaqPage({ mobile }) { return (
Book a callSee the delivery record} meta={[{ l: "questions answered", v: FAQ_GROUPS.reduce((n, g) => n + g.items.length, 0) }, { l: "groups", v: FAQ_GROUPS.length }, { l: "programmes behind the answers", v: Q.projects.length }, { l: "since", v: 1999 }]} /> {FAQ_GROUPS.map((g, i) => (

{g.label}

))}
); } Object.assign(window, { FaqPage });