// Main app — routing, theme const { useState: useStateApp, useEffect: useEffectApp } = React; const TWEAK_DEFAULTS = /*EDITMODE-BEGIN*/{ "theme": "light" }/*EDITMODE-END*/; const ROUTES = ["home", "platform", "bespoke", "pricing", "about", "contact", "faq", "security", "docs"]; // Case studies temporarily removed — page stashed at ../casestudy.jsx (above public_html). // To re-add: restore the file + its index.php