/* app.jsx — Standalone entry point for the production website.
   Renders the chosen landing direction (C · Plugin-First) at full bleed. */

ReactDOM.createRoot(document.getElementById('root')).render(<LandingC />);
