diff --git a/src/app/page.tsx b/src/app/page.tsx index 881b1ca..095461a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -256,13 +256,13 @@ export default function LandingPage() { }; return ( -
+
{/* Profile / Auth button */} -
+
{profile ? (
- -

- NoWhatever -

-

- 别说随便 -

-

- {sceneConfig.subtitle} -

+ +
+

+ NoWhatever +

+

+ 别说随便 +

+
+ + {sceneConfig.subtitle} + + -
-
- +
+
+
- 创建房间 - 邀请朋友加入 + 创建房间
- + -
-
- +
+
+
- 各自滑卡 - 右滑喜欢的店 + 各自滑卡
- + -
-
- +
+
+
- 匹配结果 - 滑中同一家就去 + 匹配结果
handleSceneChange(s)} disabled={loading} - className={`flex items-center gap-1.5 rounded-full px-4 py-2 text-sm font-semibold transition-all disabled:opacity-50 ${ + className={`flex items-center gap-1.5 rounded-full px-3.5 py-1.5 text-xs font-semibold transition-all disabled:opacity-50 ${ active ? "bg-emerald-500 text-white shadow-md shadow-emerald-200" : "bg-zinc-100 text-zinc-500 hover:bg-zinc-200" @@ -359,7 +364,7 @@ export default function LandingPage() { {loading && loadingText ? ( <> @@ -573,7 +578,7 @@ export default function LandingPage() { )} -
+
或加入已有房间
@@ -592,12 +597,12 @@ export default function LandingPage() { setError(""); }} disabled={loading} - className="h-12 flex-1 rounded-xl border border-zinc-200 bg-white px-4 text-center text-lg font-semibold tracking-[0.3em] text-zinc-900 outline-none transition-colors placeholder:text-sm placeholder:tracking-normal placeholder:text-zinc-300 focus:border-emerald-400 focus:ring-2 focus:ring-emerald-100 disabled:opacity-50" + className="h-11 flex-1 rounded-xl border border-zinc-200 bg-white px-4 text-center text-lg font-semibold tracking-[0.3em] text-zinc-900 outline-none transition-colors placeholder:text-sm placeholder:tracking-normal placeholder:text-zinc-300 focus:border-emerald-400 focus:ring-2 focus:ring-emerald-100 disabled:opacity-50" />