export default function Home()

in src/app/page.tsx [16:28]


export default function Home() {
  return (
    <>
      <ScrollUp />
      <Hero />
      <About />
      {/* <Setup /> */}
      <Features />
      <Publications />
      <Download />
    </>
  );
}