import LandingPage from '@/pages/LandingPage/LandingPage'; export default function RootPage() { return ( <> <LandingPage /> </> ); }