diff --git a/data/games.js b/data/games.js index 30ae835..09db2ab 100644 --- a/data/games.js +++ b/data/games.js @@ -1,9 +1,87 @@ const games = [ + { + id: 'nm4uzduj', + createdAt: '2026-02-04', + updatedAt: '2026-02-04', + + title: '닌텐도 게임앤워치 젤다의 전설', + price: 80000, + currency: '₩', + category: 'Games', + status: '판매중', + customTag: '', + + tags: ['Nintendo', 'Game&Watch'], + + images: ['/images/games/nm4uzduj_01.jpg', '/images/games/nm4uzduj_02.jpg'], + description: '미개봉 새제품, 일본 내수용(JP)', + + specs: { + purchaseDate: '', + condition: 'Brand New (미개봉)', + isVerified: true, + }, + fullDescription: [ + '닌텐도 Game & Watch 젤다의 전설 에디션입니다.', + '일본 내수용 제품입니다.', + '미개봉 새제품 상태입니다.', + '소장용으로 보관하기 좋은 상태입니다.', + '', + '※ 게임&워치는 한국어에 대응하지 않습니다.', + '', + '', + '', + '', + '', + '', + '', + '', + ], + }, + { + id: 'vzwe916n', + createdAt: '2026-02-04', + updatedAt: '2026-02-04', + + title: '닌텐도 게임앤워치 슈퍼마리오 브라더스', + price: 80000, + currency: '₩', + category: 'Games', + status: '판매중', + customTag: '', + + tags: ['Nintendo', 'Game&Watch'], + + images: ['/images/games/vzwe916n_01.jpg', '/images/games/vzwe916n_02.jpg'], + description: '미개봉 새제품, 한국 정식 발매판(KR)', + + specs: { + purchaseDate: '', + condition: 'Brand New (미개봉)', + isVerified: true, + }, + fullDescription: [ + '닌텐도 Game & Watch 슈퍼 마리오 에디션입니다.', + '한국 정식 발매판으로 국내 유통된 제품입니다.', + '미개봉 새제품 상태입니다.', + '소장용으로 보관하기 좋은 상태입니다.', + '', + '※ 게임&워치는 한국어에 대응하지 않습니다.', + '', + '', + '', + '', + '', + '', + '', + '', + ], + }, { // [1] 시스템 및 메타 정보 (가장 먼저 확인하게 되는 고유값) id: 'i3zgj4zl', - createdAt: '2024-05-20', - updatedAt: '2024-05-20', + createdAt: '2025-01-22', + updatedAt: '2025-01-22', // [2] 기본 판매 정보 (리스트 카드에 바로 노출될 핵심 정보) title: '플로럴 플로우러브', @@ -18,7 +96,7 @@ const games = [ // [4] 시각 및 요약 정보 images: ['/images/games/i3zgj4zl_01.jpg', '/images/games/i3zgj4zl_02.jpg', '/images/games/i3zgj4zl_03.jpg', '/images/games/i3zgj4zl_04.jpg'], - description: '미개봉, 한정판, 일본판, 한글미지원', + description: '미개봉 새제품, 한정판, 일본 내수용(JP), 한글미지원', // [5] 상세 스펙 및 본문 (데이터 양이 가장 많으므로 하단 배치) specs: { @@ -27,16 +105,16 @@ const games = [ isVerified: true, }, fullDescription: [ - '닌텐도 스위치 일본 내수용(JP) 패키지입니다.', - '인게임 한국어 자막을 공식 지원합니다.', + '플로럴 플로우러브 (フローラル・フローラブ) 닌텐도 스위치용 패키지입니다.', + '일본 내수용(JP) 완전생산한정판 제품입니다.', + '미개봉 새제품 상태입니다.', + '한글은 지원하지 않으며 일본어로 플레이 가능합니다.', + '', + '', + '', + '', '', - '『완전생산한정판』 구성품:', - '• 특제 일러스트 아우터 박스', - '• 오리지널 사운드트랙 CD (미개봉)', - '• 풀컬러 아트북 (48P)', '', - '보관용으로 구매하여 슈링크(비닐) 상태 매우 깨끗하며,', - '암소 보관하여 박스 변색이나 모서리 눌림 없습니다.', '', '', '', diff --git a/images/assets/og-images.jpg b/images/assets/og-images.jpg deleted file mode 100644 index 6651197..0000000 Binary files a/images/assets/og-images.jpg and /dev/null differ diff --git a/images/games/nm4uzduj_01.jpg b/images/games/nm4uzduj_01.jpg new file mode 100644 index 0000000..67664fc Binary files /dev/null and b/images/games/nm4uzduj_01.jpg differ diff --git a/images/games/nm4uzduj_02.jpg b/images/games/nm4uzduj_02.jpg new file mode 100644 index 0000000..0e71a9c Binary files /dev/null and b/images/games/nm4uzduj_02.jpg differ diff --git a/images/games/vzwe916n_01.jpg b/images/games/vzwe916n_01.jpg new file mode 100644 index 0000000..29fb513 Binary files /dev/null and b/images/games/vzwe916n_01.jpg differ diff --git a/images/games/vzwe916n_02.jpg b/images/games/vzwe916n_02.jpg new file mode 100644 index 0000000..0de7296 Binary files /dev/null and b/images/games/vzwe916n_02.jpg differ diff --git a/index.html b/index.html index 5f74a9e..a64e69b 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,6 @@ - sori.inventory