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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user