diff --git a/index.html b/index.html index 0ba5e4e..f8f8f60 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - 37-COLLABORATION-WEB-MEGABOX - + MEGABOX +
diff --git a/public/assets/@movie/img-movieposter-firstride-1.svg b/public/assets/@movie/img-movieposter-firstride-1.svg new file mode 100644 index 0000000..7a77a8e --- /dev/null +++ b/public/assets/@movie/img-movieposter-firstride-1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/@movie/img-movieposter-wicked-1.svg b/public/assets/@movie/img-movieposter-wicked-1.svg new file mode 100644 index 0000000..8d51e3a --- /dev/null +++ b/public/assets/@movie/img-movieposter-wicked-1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/src/shared/constants/movies.ts b/src/shared/constants/movies.ts index 6f28656..4900c7b 100644 --- a/src/shared/constants/movies.ts +++ b/src/shared/constants/movies.ts @@ -72,14 +72,14 @@ export const MOVIES: Record = Object.freeze({ id: 4, title: '퍼스트 라이드', tag: '#드라마', - image: '/assets/@movie/img-movieposter-firstride.svg', + image: '/assets/@movie/img-movieposter-firstride-1.svg', backgroundImage: '/assets/@movie/img-stillcut-firstride.svg', trailers: [ '/assets/img-trailer1.svg', ], posters: [ - '/assets/@movie/img-stillcut-firstride.svg', + '/assets/@movie/img-stillcut-firstride-1.svg', ], goods: { title: '퍼스트 라이드 굿즈', @@ -110,7 +110,7 @@ export const MOVIES: Record = Object.freeze({ id: 6, title: '위키드', tag: '#드라마', - image: '/assets/@movie/img-movieposter-wicked.svg', + image: '/assets/@movie/img-movieposter-wicked-1.svg', backgroundImage: '/assets/@movie/img-stillcut-wicked.svg', trailers: [