refactor: simplify homepage layout, consolidate landing page components

Merge hero/stats/features/footer sections into home-page-content.tsx,
remove separate landing-page.tsx. Update styles, layout, navbar, and
backend config.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 11:24:34 +08:00
parent ddbb79b9f6
commit 09621ef767
12 changed files with 425 additions and 1046 deletions
+1
View File
@@ -51,6 +51,7 @@ LOG_FILE=../runtime/logs/app.log
# 前端配置
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXTAUTH_SECRET=your-nextauth-secret-change-in-production
NEXTAUTH_URL=http://localhost:8001