diff --git a/src/app/signin/page.tsx b/src/app/signin/page.tsx index e86bdc6..c998392 100644 --- a/src/app/signin/page.tsx +++ b/src/app/signin/page.tsx @@ -2,6 +2,7 @@ import React, { useState } from 'react'; import { useRouter } from 'next/navigation'; import constants from '@src/lib/constants'; +import Link from 'next/link'; export default function SignupPage() { const router = useRouter(); @@ -46,124 +47,126 @@ export default function SignupPage() { return (
-
-
-
+
+
+
+ {constants.APP_NAME} -

Sign in to your account

-

- Not a member?{' '} - - Create An Account - -

-
+ +

Sign in to your account

+

+ Not a member?{' '} + + Create An Account + +

+
-
-
-
-
- -
- -
+
+
+ +
+ +
+
+
-
- -
- -
+
+ +
+
+
-
-
-
-
- +
+
+
+ + + - - - - -
+ +
- -
- - +
-
- + - -
+
- +
+ +
+
+ +
-
- -
+
+ +
+
); } \ No newline at end of file