/* Mount the LandingPage after landing.jsx + sections.jsx are both loaded */
ReactDOM.createRoot(document.getElementById("root")).render(<LandingPage />);
