first commit new version

This commit is contained in:
2023-09-18 17:19:55 +08:00
parent 1da05f6520
commit 6b777f905a
33 changed files with 23 additions and 408 deletions

View File

@@ -1,20 +1,7 @@
import LayoutLandingPage from "./dev/landing-page/layout";
import PageLandingPage from "./dev/landing-page/page";
import PageDev from "./dev/page";
import { redirect } from "next/navigation";
export default async function Page() {
return (
// <Page1 data={store.get("session")?.value} />
// <div>
// <center>
// <h1>HIPMI PROJECT</h1>
// <p>Bip Production@Team_wibu</p>
// <a href="/dev">Project</a>
// </center>
// </div>
<LayoutLandingPage>
<PageLandingPage/>
</LayoutLandingPage>
);
return redirect("/dev/auth/splash")
}