Skip to content

Commit d659971

Browse files
committed
Update merch list
1 parent 294ec04 commit d659971

6 files changed

Lines changed: 38 additions & 0 deletions

File tree

src/assets/images/merch/81.png

88.7 KB
Loading

src/assets/images/merch/82.png

87.8 KB
Loading

src/assets/images/merch/83.png

71.5 KB
Loading

src/assets/images/merch/84.png

68.8 KB
Loading

src/assets/images/merch/85.png

67.4 KB
Loading

src/pages/Catalogue/MerchList.ts

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ import Bundle4 from '@/assets/images/merch/78.png';
9595
import Bundle5 from '@/assets/images/merch/79.png';
9696
import Bundle6 from '@/assets/images/merch/80.png';
9797

98+
import Kuaci1 from '@/assets/images/merch/81.png';
99+
import Kuaci2 from '@/assets/images/merch/82.png';
100+
101+
import Whitelab1 from '@/assets/images/merch/83.png';
102+
import Whitelab2 from '@/assets/images/merch/84.png';
103+
104+
import Nametag from '@/assets/images/merch/85.png';
105+
98106
export const data: MerchPostType[] = [
99107
{
100108
title: 'Baju Angkatan 2022',
@@ -204,6 +212,12 @@ export const data: MerchPostType[] = [
204212
url: 'https://tokopedia.link/OjZFHuJ6vsb',
205213
images: [Tote1, Tote2, Tote3],
206214
},
215+
{
216+
title: 'Nametag',
217+
price: 'Rp. 2.500',
218+
url: 'https://tokopedia.link/y1e5cdRLxsb',
219+
images: [Nametag],
220+
},
207221
{
208222
title: 'Bundle "Back to Campus"',
209223
price: 'Rp. 57.000',
@@ -330,4 +344,28 @@ export const data: MerchPostType[] = [
330344
url: 'https://tokopedia.link/VmmNsWF7vsb',
331345
images: [Pakdu3],
332346
},
347+
{
348+
title: 'Kuaci Rebo 13gr',
349+
price: 'Rp. 1.500',
350+
url: 'https://tokopedia.link/1KGGGolMxsb',
351+
images: [Kuaci1],
352+
},
353+
{
354+
title: 'Kuaci Rebo 70gr',
355+
price: 'Rp. 9.000',
356+
url: 'https://tokopedia.link/YbER3PhMxsb',
357+
images: [Kuaci2],
358+
},
359+
{
360+
title: 'Sunscreen Whitelab',
361+
price: 'Rp. 70.000',
362+
url: 'https://tokopedia.link/HsQNGCmRxsb',
363+
images: [Whitelab1],
364+
},
365+
{
366+
title: 'Serum Whitelab',
367+
price: 'Rp. 75.000',
368+
url: 'https://tokopedia.link/WZ12WRnRxsb',
369+
images: [Whitelab2],
370+
},
333371
];

0 commit comments

Comments
 (0)