// TrustedBy.jsx — neutral trust strip. Client names are not published (NDA), so this // names the industries we work in; the list mirrors the Industries section below. const TrustedBy = () => { const sectors = [ 'Financial services', 'Healthcare', 'SaaS & AI platforms', 'Critical infrastructure', 'Public sector & defense', 'Retail & e-commerce', ]; return (

Trusted by security and engineering teams across regulated industries

{sectors.map(s => ( {s} ))}

Client names are withheld under NDA. References are available on request during scoping.

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