60 lines
2.2 KiB
JavaScript
60 lines
2.2 KiB
JavaScript
const furniture = [
|
|
{
|
|
id: 'h2j5k8l1',
|
|
title: 'Artek Stool 60 Birch',
|
|
price: 280000,
|
|
currency: '₩',
|
|
category: 'Furniture',
|
|
status: '판매중',
|
|
description: '알바 알토 디자인, 핀란드 정품, 비치 내츄럴',
|
|
fullDescription: [
|
|
'북유럽 디자인의 아이콘, 아르텍 스툴 60입니다.',
|
|
'편집숍에서 구매한 핀란드 생산 정품입니다.',
|
|
'',
|
|
'상태:',
|
|
'• 상판 미세한 생활 기스 외 찍힘 없음',
|
|
'• 다리 연결부 흔들림 없이 견고함',
|
|
'',
|
|
'인테리어용으로만 두어 실제 앉은 횟수는 적습니다.',
|
|
],
|
|
images: ['/images/furniture/h2j5k8l1_01.jpg', '/images/furniture/h2j5k8l1_02.jpg'],
|
|
customTag: '정품',
|
|
specs: {
|
|
purchaseDate: '2023-05',
|
|
condition: 'Used (Good)',
|
|
isVerified: true,
|
|
},
|
|
tags: ['Chair', 'Finland', 'Iconic'],
|
|
createdAt: '2025-02-01',
|
|
updatedAt: '2025-02-01',
|
|
},
|
|
{
|
|
id: 'f9d3s7a4',
|
|
title: 'Hermer Miller Sayl Chair',
|
|
price: 650000,
|
|
currency: '₩',
|
|
category: 'Furniture',
|
|
status: '판매중',
|
|
description: '화이트 프레임, 오션블루 메쉬, 풀기능형',
|
|
fullDescription: [
|
|
'허먼밀러 세일 체어 풀옵션 모델입니다.',
|
|
'포워드 틸팅 및 팔걸이 조절 기능이 모두 포함되어 있습니다.',
|
|
'',
|
|
'판매 사유:',
|
|
'이사 후 방 분위기와 맞지 않아 다른 의자로 교체하게 되었습니다.',
|
|
'',
|
|
'좌판 오염 방지를 위해 항상 방석을 깔고 사용했습니다.',
|
|
],
|
|
images: ['/images/furniture/f9d3s7a4_01.jpg', '/images/furniture/f9d3s7a4_02.jpg'],
|
|
customTag: '풀옵션',
|
|
specs: {
|
|
purchaseDate: '2022-09',
|
|
condition: 'Used (Mint)',
|
|
isVerified: true,
|
|
},
|
|
tags: ['Office', 'HermanMiller', 'Chair'],
|
|
createdAt: '2025-02-03',
|
|
updatedAt: '2025-02-03',
|
|
}
|
|
];
|
|
export default furniture; |