From c7db315018fc9a7381c6aa4063bf6d8413cd179c Mon Sep 17 00:00:00 2001 From: Vadym Date: Thu, 3 Jul 2025 14:42:58 +0000 Subject: [PATCH] =?UTF-8?q?=D1=82=D1=8B=20=D0=BD=D0=B5=20=D1=82=D0=B0?= =?UTF-8?q?=D0=BA=20=D0=BF=D0=BE=D0=BD=D1=8F=D0=BB=20=D0=B7=D0=B0=D0=B4?= =?UTF-8?q?=D0=B0=D1=87=D1=83,=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B8=20=D1=82=D0=B0=D0=BC=20=D0=BA=D0=BD=D0=BE=D0=BF?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B8=D0=B7=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20=D0=B3?= =?UTF-8?q?=D1=83=D0=B3=D0=BB=20=D0=B8=20=D1=81=D0=BE=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 43 +++++++++++++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 018d038..d9e9e8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com import { Input } from '@/components/ui/input'; import { Label } from '@/components/ui/label'; import { Logo } from '@/components/logo'; -import { Globe } from 'lucide-react'; export default function LoginPage() { return ( @@ -12,8 +11,8 @@ export default function LoginPage() { - Welcome to Aimpress - Enter your credentials to access your account + Вход в Aimpress + Введите email и пароль для входа
@@ -23,25 +22,45 @@ export default function LoginPage() {
- + - Forgot your password? + Забыли пароль?
- +
+
+ +
+
+ + Или войдите через + +
+
+
+ + + +
- Don't have an account?{' '} + Нет аккаунта?{' '} - Sign up + Зарегистрироваться