From fe2732b515bd7a9ce91d7683243b5e74f351e58d Mon Sep 17 00:00:00 2001 From: Vadym Date: Thu, 3 Jul 2025 14:47:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=BD=D0=B8=20=D0=B0=D0=BD?= =?UTF-8?q?=D0=B3=D0=BB=D0=B8=D0=B9=D1=81=D0=BA=D0=B8=D0=B9=20=D0=B8=20?= =?UTF-8?q?=D0=B2=D1=8B=D1=88=D0=BB=D0=B8=20=D0=BC=D0=BD=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B5=D0=BA=D1=82=20=D0=B4=D0=BB=D1=8F=20=D1=81?= =?UTF-8?q?=D0=BA=D0=B0=D1=87=D0=B8=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 ++++ src/app/page.tsx | 17 +++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..03adc8d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "IDX.aI.enableInlineCompletion": true, + "IDX.aI.enableCodebaseIndexing": true +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index d9e9e8d..38ddc4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,3 +1,4 @@ + import Link from 'next/link'; import { Button } from '@/components/ui/button'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; @@ -11,8 +12,8 @@ export default function LoginPage() { - Вход в Aimpress - Введите email и пароль для входа + Login to Aimpress + Enter your email and password to log in
@@ -22,15 +23,15 @@ export default function LoginPage() {
- + - Забыли пароль? + Forgot your password?
@@ -38,7 +39,7 @@ export default function LoginPage() {
- Или войдите через + Or continue with
@@ -58,9 +59,9 @@ export default function LoginPage() {
- Нет аккаунта?{' '} + Don't have an account?{" "} - Зарегистрироваться + Sign up