/* app.jsx — mount the entire landing page */ function App() { return ( ); } const root = ReactDOM.createRoot(document.getElementById("root")); root.render();