mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 15:07:46 +00:00
feat: implement AppHeader with authentication, search, and navigation, plus add movie utility types and showtimes page skeleton
This commit is contained in:
@@ -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' },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user