заголовок в окне логина не влазит и так же измени название на Aimpress

This commit is contained in:
Vadym 2025-07-03 14:39:02 +00:00
parent 5a067c16ac
commit 6dd65ef464
3 changed files with 4 additions and 4 deletions

View file

@ -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',
};

View file

@ -12,7 +12,7 @@ export default function LoginPage() {
<Card className="mx-auto w-full max-w-sm">
<CardHeader className="text-center">
<Logo className="mx-auto mb-4 h-8" />
<CardTitle className="text-2xl font-bold tracking-tight">Welcome to ContentFlow</CardTitle>
<CardTitle className="text-2xl font-bold tracking-tight">Welcome to Aimpress</CardTitle>
<CardDescription>Enter your credentials to access your account</CardDescription>
</CardHeader>
<CardContent>
@ -35,7 +35,7 @@ export default function LoginPage() {
</Button>
<Button variant="outline" className="w-full">
<Github className="mr-2 h-4 w-4" />
Login with Google
Login with GitHub
</Button>
</div>
<div className="mt-4 text-center text-sm">

View file

@ -25,7 +25,7 @@ export function Logo({ className, ...props }: React.SVGProps<SVGSVGElement>) {
fill="url(#logo-gradient)"
className="font-headline"
>
ContentFlow
Aimpress
</text>
</svg>
);