diff --git a/immagini/Home.jpg b/immagini/Home.jpg new file mode 100644 index 0000000..e2950c3 Binary files /dev/null and b/immagini/Home.jpg differ diff --git a/public/Home.jpg b/public/Home.jpg new file mode 100644 index 0000000..e2950c3 Binary files /dev/null and b/public/Home.jpg differ diff --git a/public/images/Home.jpg b/public/images/Home.jpg new file mode 100644 index 0000000..e2950c3 Binary files /dev/null and b/public/images/Home.jpg differ diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index d4c310d..f6f83fa 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -1,3 +1,4 @@ +import Image from "next/image"; import { AuthError } from "next-auth"; import { redirect } from "next/navigation"; @@ -52,51 +53,64 @@ export default async function LoginPage({ searchParams }: LoginPageProps) { const hasError = params?.error === "CredentialsSignin"; return ( -
-
-
+
+
+
+ MagRicambi +
+ +
+

Accesso

Entra in MagRicambi con utente o email.

+
+ + {hasError ? ( +

+ Credenziali non valide oppure utente non attivo. +

+ ) : null} + +
+ + + + + +
- - {hasError ? ( -

- Credenziali non valide oppure utente non attivo. -

- ) : null} - -
- - - - - -
);