diff --git a/data/games.js b/data/games.js index 93cc8fe..744f86c 100644 --- a/data/games.js +++ b/data/games.js @@ -1,4 +1,84 @@ const games = [ + { + id: 'j4r9x6pm', + createdAt: '2026-02-11', + updatedAt: '2026-02-11', + + title: '-KATANA Project CompleteBox- 煌花絢爛', + price: 0, + currency: '₩', + category: 'PC Games', + status: '미판매', + customTag: 'R19', + + tags: ['PC', 'JP', 'R19'], + + images: [ + '/images/games/j4r9x6pm_01.jpg', + '/images/games/j4r9x6pm_02.jpg', + '/images/games/j4r9x6pm_03.jpg', + '/images/games/j4r9x6pm_04.jpg', + ], + + description: '미개봉 새제품, 일본 내수용(JP), 한국어 미지원, R19', + + specs: { + purchaseDate: '', + condition: 'BRAND_NEW', + isVerified: true, + }, + + fullDescription: [ + '-KATANA Project CompleteBox- 煌花絢爛 PC용 패키지입니다.', + '일본 내수용(JP) 성인용(R19) 제품입니다.', + '한국어는 지원하지 않습니다.', + '미개봉 새제품 상태입니다.', + '', + '', + '', + '', + ], +}, + { + id: 'b5k8q2zn', + createdAt: '2026-02-11', + updatedAt: '2026-02-11', + + title: '9-nine-', + price: 300000, + currency: '₩', + category: 'PC Games', + status: '미판매', + customTag: 'R19', + + tags: ['PC', 'JP', 'Limited Edition', 'R19'], + + images: [ + '/images/games/b5k8q2zn_01.jpg', + '/images/games/b5k8q2zn_02.jpg', + '/images/games/b5k8q2zn_03.jpg', + '/images/games/b5k8q2zn_04.jpg', + ], + + description: '미개봉 새제품, 호화판, 일본 내수용(JP), 한국어 미지원', + + specs: { + purchaseDate: '', + condition: 'BRAND_NEW', + isVerified: true, + }, + + fullDescription: [ + '9-nine- PC용 패키지입니다.', + '일본 내수용(JP) 호화판 제품입니다.', + '한국어는 지원하지 않습니다.', + '미개봉 새제품 상태입니다.', + '', + '', + '', + '', + ], +}, { id: 't6x3m8qe', createdAt: '2026-02-10', diff --git a/images/games/b5k8q2zn_01.jpg b/images/games/b5k8q2zn_01.jpg new file mode 100644 index 0000000..5bbce7f Binary files /dev/null and b/images/games/b5k8q2zn_01.jpg differ diff --git a/images/games/b5k8q2zn_02.jpg b/images/games/b5k8q2zn_02.jpg new file mode 100644 index 0000000..657590a Binary files /dev/null and b/images/games/b5k8q2zn_02.jpg differ diff --git a/images/games/b5k8q2zn_03.jpg b/images/games/b5k8q2zn_03.jpg new file mode 100644 index 0000000..5aef699 Binary files /dev/null and b/images/games/b5k8q2zn_03.jpg differ diff --git a/images/games/b5k8q2zn_04.jpg b/images/games/b5k8q2zn_04.jpg new file mode 100644 index 0000000..40b085b Binary files /dev/null and b/images/games/b5k8q2zn_04.jpg differ diff --git a/images/games/j4r9x6pm_01.jpg b/images/games/j4r9x6pm_01.jpg new file mode 100644 index 0000000..172ff3a Binary files /dev/null and b/images/games/j4r9x6pm_01.jpg differ diff --git a/images/games/j4r9x6pm_02.jpg b/images/games/j4r9x6pm_02.jpg new file mode 100644 index 0000000..f0d060f Binary files /dev/null and b/images/games/j4r9x6pm_02.jpg differ diff --git a/images/games/j4r9x6pm_03.jpg b/images/games/j4r9x6pm_03.jpg new file mode 100644 index 0000000..3dc1eee Binary files /dev/null and b/images/games/j4r9x6pm_03.jpg differ diff --git a/images/games/j4r9x6pm_04.jpg b/images/games/j4r9x6pm_04.jpg new file mode 100644 index 0000000..1830abc Binary files /dev/null and b/images/games/j4r9x6pm_04.jpg differ