From 3f5a8288d59df2c8f6c5030f82c46da1a12913a7 Mon Sep 17 00:00:00 2001 From: Don Strawsburg Date: Fri, 13 Dec 2024 12:23:43 -0500 Subject: [PATCH] click signin icon --- src/app/signin/page.tsx | 199 ++++++++++++++++++++-------------------- 1 file changed, 101 insertions(+), 98 deletions(-) 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