/* ============================================================ Blog placeholder page. (Legacy home/services/about/contact versions removed — the live versions are defined in home.jsx and inner-pages.jsx.) ============================================================ */ function BlogPage({ setPage }) { return (
Blog

Insights, coming soon.

Notes from the desk on algorithmic trading, e-commerce ops, and the systems we build. First post drops shortly.

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