更新代码

This commit is contained in:
Kevin Wong
2026-02-02 10:58:21 +08:00
parent 6801d3e8aa
commit ec16e08bdb
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = {
title: "IPAgent",
description: "ViGent Talking Head Agent",
description: "IPAgent Talking Head Agent",
};
export const viewport: Viewport = {

View File

@@ -41,7 +41,7 @@ export default function LoginPage() {
<div className="min-h-dvh flex items-center justify-center">
<div className="w-full max-w-md p-8 bg-white/10 backdrop-blur-lg rounded-2xl shadow-2xl border border-white/20">
<div className="text-center mb-8">
<h1 className="text-3xl font-bold text-white mb-2">ViGent</h1>
<h1 className="text-3xl font-bold text-white mb-2">IPAgent</h1>
<p className="text-gray-300">AI </p>
</div>

View File

@@ -718,7 +718,7 @@ export default function Home() {
<div className="max-w-6xl mx-auto px-6 py-4 flex items-center justify-between">
<h1 className="text-2xl font-bold text-white flex items-center gap-3">
<span className="text-4xl">🎬</span>
ViGent
IPAgent
</h1>
<div className="flex items-center gap-4">
<span className="px-4 py-2 bg-gradient-to-r from-purple-600 to-pink-600 text-white rounded-lg font-semibold">

View File

@@ -79,7 +79,7 @@ export default function RegisterPage() {
<div className="w-full max-w-md p-8 bg-white/10 backdrop-blur-lg rounded-2xl shadow-2xl border border-white/20">
<div className="text-center mb-8">
<h1 className="text-3xl font-bold text-white mb-2"></h1>
<p className="text-gray-300"> ViGent </p>
<p className="text-gray-300"> IPAgent </p>
</div>
<form onSubmit={handleSubmit} className="space-y-5">