diff --git a/app/(auth)/layout.tsx b/app/(auth)/layout.tsx index ec665c5..633ac78 100644 --- a/app/(auth)/layout.tsx +++ b/app/(auth)/layout.tsx @@ -1,8 +1,27 @@ +import { Gamepad2 } from "lucide-react" + export default function AuthLayout({ children }: { children: React.ReactNode }) { return ( -
-
- {children} +
+
+
+
+
+
+
+
+ +
+ 聚玩 JuWan +
+
+

找到你的游戏搭档

+

找人一起打游戏,从这里开始

+
+
+
+
+
{children}
) diff --git a/app/(auth)/login/page.tsx b/app/(auth)/login/page.tsx index d455043..d17ec15 100644 --- a/app/(auth)/login/page.tsx +++ b/app/(auth)/login/page.tsx @@ -35,11 +35,16 @@ export default function LoginPage() { } return ( -
-
- -

登录聚玩

-

输入你的账号信息

+
+
+
+
+ +
+ 聚玩 +
+

欢迎回来

+

登录你的账号以继续

diff --git a/app/(auth)/register/page.tsx b/app/(auth)/register/page.tsx index 0af97fa..34caeac 100644 --- a/app/(auth)/register/page.tsx +++ b/app/(auth)/register/page.tsx @@ -42,10 +42,15 @@ export default function RegisterPage() { } return ( -
-
- -

注册聚玩

+
+
+
+
+ +
+ 聚玩 +
+

创建账号

创建你的聚玩账号

diff --git a/app/(main)/page.tsx b/app/(main)/page.tsx index 8043e2a..0e1b892 100644 --- a/app/(main)/page.tsx +++ b/app/(main)/page.tsx @@ -10,19 +10,27 @@ import { mockGames, mockPlayers, mockShops } from "@/lib/mock-data" export default function HomePage() { return (
-
-

找到你的游戏搭档

-

找人一起打游戏,从这里开始

-
- - +
+
+
+
+
+
+

找到你的游戏搭档

+

+ 找人一起打游戏,从这里开始 +

+
+ + +