/* CX Defense — About page */ const { Nav, Rule, PageHero, Banner, CTA, Footer } = window; const VALUES = [ ['Engineering over theatre', "We measure ourselves by what holds in production, not what looks impressive in a slide deck. Every control we recommend is one we're prepared to build, configure, and defend."], ['Honesty in scope', "If a problem doesn't need solving, we say so. If it's outside our depth, we tell you before you pay. We'd rather lose a fee than deliver work that doesn't serve you."], ['Evidence, not opinion', 'Findings tied to sources. Decisions tied to reasons. Architecture tied to documented threat models. You should never have to take our word for anything.'], ['Quiet professionalism', 'Your environment, your incidents, and your weaknesses are confidential from the first message. We don\u2019t discuss clients, cases, or methods publicly. Discretion is the nature of the work.'], ]; function App() { return (
); } ReactDOM.createRoot(document.getElementById('root')).render();