diff --git a/app/(auth)/layout.tsx b/app/(auth)/layout.tsx index 0a4d7be..22b279b 100644 --- a/app/(auth)/layout.tsx +++ b/app/(auth)/layout.tsx @@ -1,3 +1,4 @@ +import Image from "next/image" export default function AuthLayout({ children, @@ -5,8 +6,10 @@ export default function AuthLayout({ children: React.ReactNode }) { return ( -
- {children} +
+ Login_Register + +
{children}
) diff --git a/public/assets/login_register.webp b/public/assets/login_register.webp new file mode 100644 index 0000000..6d45a7c Binary files /dev/null and b/public/assets/login_register.webp differ