From ca66fde1dc6751f3749cb1d582f7bbd299241318 Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Sat, 29 Jul 2023 10:57:41 +0800 Subject: [PATCH] feat(src/app/page): mengedit page --- src/app/page.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1dbcbad..f37924e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,20 @@ +import LayoutLandingPage from "./dev/landing-page/layout"; +import PageLandingPage from "./dev/landing-page/page"; +import PageDev from "./dev/page"; export default async function Page() { return ( // -
-
-

HIPMI PROJECT

-

Bip Production@Team_wibu

- Project -
-
+ //
+ //
+ //

HIPMI PROJECT

+ //

Bip Production@Team_wibu

+ // Project + //
+ //
+ + + ); }