/* global React, ReactDOM */
function App() {
  return (
    <>
      <Nav />
      <Hero />
      <LandingEngine />
      <Portals />
      <AfiliAds />
      <ActivationFlow />
      <RoiCalculator />
      <Testimonials />
      <WhatsappAI />
      <Pricing />
      <Faq />
      <Footer />
      <BookCall />
    </>
  );
}

ReactDOM.createRoot(document.getElementById("root")).render(<App />);

setTimeout(() => { if (window.__bobaxReveal) window.__bobaxReveal(); }, 100);
setTimeout(() => { if (window.__bobaxReveal) window.__bobaxReveal(); }, 500);
setTimeout(() => { if (window.__bobaxReveal) window.__bobaxReveal(); }, 1500);
