merge next.config files

This commit is contained in:
Timofey
2025-10-20 14:15:59 +03:00
parent 5655533059
commit 34e84213c7
6 changed files with 196 additions and 205 deletions

View File

@@ -73,17 +73,7 @@ const LoginPage = () => {
return (
<div className="relative flex h-screen flex-col items-center justify-center gap-8 py-8">
<div className="mb-4 flex items-center justify-center gap-4">
<Image
src="/icons/logo.svg"
alt="AerBIM Logo"
width={83}
height={57}
className="h-14 w-auto"
/>
<div className="flex flex-col items-start justify-center">
<span className="text-xl font-semibold">AerBIM Monitor</span>
<span className="text-blue text-lg">AMS HT Viewer</span>
</div>
<Image src="/icons/logo.png" alt="AerBIM Logo" width={438} height={60} />
</div>
<div className="bg-cards z-10 mx-4 flex w-full max-w-xl flex-col gap-4 rounded-2xl p-6 shadow-lg md:mx-8">
<form