1import LandingPage from "./home/page"; 2 3export default function Page() { 4 return <LandingPage />; 5} 6 7