From 6dd65ef46424bc5d52993a8517ab15b15f6fa50c Mon Sep 17 00:00:00 2001 From: Vadym Date: Thu, 3 Jul 2025 14:39:02 +0000 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=BA=20=D0=B2=20=D0=BE=D0=BA=D0=BD=D0=B5=20=D0=BB=D0=BE?= =?UTF-8?q?=D0=B3=D0=B8=D0=BD=D0=B0=20=D0=BD=D0=B5=20=D0=B2=D0=BB=D0=B0?= =?UTF-8?q?=D0=B7=D0=B8=D1=82=20=D0=B8=20=D1=82=D0=B0=D0=BA=20=D0=B6=D0=B5?= =?UTF-8?q?=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=BD=D0=B0=D0=B7?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B0=20Aimpress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 +- src/app/page.tsx | 4 ++-- src/components/logo.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 90d1f93..e57809a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,7 +3,7 @@ import './globals.css'; import { Toaster } from "@/components/ui/toaster" export const metadata: Metadata = { - title: 'ContentFlow', + title: 'Aimpress', description: 'Generate content with AI', }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 4774f1c..1b15e10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ export default function LoginPage() { - Welcome to ContentFlow + Welcome to Aimpress Enter your credentials to access your account @@ -35,7 +35,7 @@ export default function LoginPage() {
diff --git a/src/components/logo.tsx b/src/components/logo.tsx index f4c04fb..3b53866 100644 --- a/src/components/logo.tsx +++ b/src/components/logo.tsx @@ -25,7 +25,7 @@ export function Logo({ className, ...props }: React.SVGProps) { fill="url(#logo-gradient)" className="font-headline" > - ContentFlow + Aimpress );