Skip to content

Commit 38a721f

Browse files
committed
fix : 25기 프로젝트로 캐러셀 데이터 변경
1 parent c1b1360 commit 38a721f

File tree

1 file changed

+18
-23
lines changed

1 file changed

+18
-23
lines changed

database/home.ts

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,39 +29,34 @@ export const CURRENT_INFO_DATA = [
2929
/** Carousel에 들어갈 프로젝트 데이터 */
3030
export const CAROUSEL_DATA = [
3131
{
32-
title: 'Few',
33-
link: '/project/24th/few',
34-
image: '/assets/project/24_thumbnail_few.png',
32+
title: 'BREWLOUNGE 브루라운지',
33+
link: '/project/25th/brewlounge',
34+
image: '/assets/project/25_thumbnail_brewlounge.png',
3535
},
3636
{
37-
title: 'InspoMailClub',
38-
link: '/project/24th/inspo_mail_club',
39-
image: '/assets/project/24_thumbnail_inspo_mail_club.png',
37+
title: '그라밋',
38+
link: '/project/25th/gradmeet',
39+
image: '/assets/project/25_thumbnail_gradmeet.png',
4040
},
4141
{
42-
title: 'MAFOO',
43-
link: '/project/24th/mafoo',
44-
image: '/assets/project/24_thumbnail_mafoo.png',
42+
title: '인스테드',
43+
link: '/project/25th/instead',
44+
image: '/assets/project/25_thumbnail_instead.png',
4545
},
4646
{
47-
title: 'Wespot',
48-
link: '/project/24th/wespot',
49-
image: '/assets/project/24_thumbnail_wespot.png',
47+
title: 'Orbit',
48+
link: '/project/25th/orbit',
49+
image: '/assets/project/25_thumbnail_orbit.png',
5050
},
5151
{
52-
title: 'Trouble Painter',
53-
link: '/project/24th/trouble_painter',
54-
image: '/assets/project/24_thumbnail_trouble_painter.png',
52+
title: 'Piece',
53+
link: '/project/25th/piece',
54+
image: '/assets/project/25_thumbnail_piece.png',
5555
},
5656
{
57-
title: 'Showpot',
58-
link: '/project/24th/showpot',
59-
image: '/assets/project/24_thumbnail_showpot.png',
60-
},
61-
{
62-
title: 'Pokit',
63-
link: '/project/24th/pokit',
64-
image: '/assets/project/24_thumbnail_pokit.png',
57+
title: 'TnT',
58+
link: '/project/25th/TnT',
59+
image: '/assets/project/25_thumbnail_TnT.png',
6560
},
6661
];
6762

0 commit comments

Comments
 (0)