diff --git a/app/page.tsx b/app/page.tsx index 0a39380..421796e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,9 +1,70 @@ -import Image from "next/image"; +import Image from "next/image" +import Link from "next/link" -export default function Home() { +export default function LoginPage() { return ( -
-

CoreControl

+
+
+
+
+

Welcome back

+

Please login with your account

+
+ +
+
+ + +
+ +
+ + + +
+ +
+ +
+ + +
+
+
+ +
+
+ Login Illustration +
+
+ +
+ Login Illustration +
- ); + ) }