function App() {
  return (
    <div>
      <TopBar />
      <NavBar />
      <Hero />
      <TagsStrip />
      <TrustStats />
      <AboutSection />
      <Services />
      <WhyUs />
      <Doctors />
      <SmileGallery />
      <Journey />
      <VideosSec />
      <ReviewsSec />
      <Locations />
      <FAQ />
      <CTABand />
      <Foot />
      <FloatingCTAs />
      <StickyBook />
    </div>
  );
}

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