feat: implement AppHeader with authentication, search, and navigation, plus add movie utility types and showtimes page skeleton

This commit is contained in:
thanhvudaynee
2026-05-22 13:20:09 +07:00
parent 9c52a7927c
commit 84c3549157
3 changed files with 565 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ const defaultAvatar = 'https://thumbs.dreamstime.com/b/avatar-vietnam-character-
const navItems = [
{ label: 'Trang chủ', to: '/' },
{ label: 'Duyệt phim', to: '/phim' },
{ label: 'Lịch chiếu', to: '/lich-chieu' },
{ label: 'Phim bộ', to: '/phim?type=series' },
{ label: 'Phim lẻ', to: '/phim?type=single' },
]