feat: implement dynamic mobile header with centered page title and adaptive layout

This commit is contained in:
2026-01-31 01:40:28 +01:00
parent f26dee782c
commit 712a1a2937
7 changed files with 491 additions and 102 deletions

View File

@@ -14,10 +14,12 @@
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.563.0",
"next": "16.1.4",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-day-picker": "^9.13.0",
"react-dom": "19.2.3",
"tailwind-merge": "^3.4.0"
},