Skip to content

Commit 0c9616b

Browse files
committed
fix: 26기 프로젝트로 캐러셀 데이터 변경
1 parent 23c5999 commit 0c9616b

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

database/home.ts

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,34 +29,39 @@ export const CURRENT_INFO_DATA = [
2929
/** Carousel에 들어갈 프로젝트 데이터 */
3030
export const CAROUSEL_DATA = [
3131
{
32-
title: 'BREWLOUNGE 브루라운지',
33-
link: '/project/25th/brewlounge',
34-
image: '/assets/project/25_thumbnail_brewlounge.png',
32+
title: 'Lettie',
33+
link: '/project/26th/lettie',
34+
image: '/assets/project/26_thumbnail_lettie.png',
3535
},
3636
{
37-
title: '그라밋',
38-
link: '/project/25th/gradmeet',
39-
image: '/assets/project/25_thumbnail_gradmeet.png',
37+
title: 'Ssok',
38+
link: '/project/26th/ssok',
39+
image: '/assets/project/26_thumbnail_ssok.png',
4040
},
4141
{
42-
title: '인스테드',
43-
link: '/project/25th/instead',
44-
image: '/assets/project/25_thumbnail_instead.png',
42+
title: '잇다',
43+
link: '/project/26th/eatda',
44+
image: '/assets/project/26_thumbnail_eatda.png',
4545
},
4646
{
47-
title: 'Orbit',
48-
link: '/project/25th/orbit',
49-
image: '/assets/project/25_thumbnail_orbit.png',
47+
title: 'FitRun',
48+
link: '/project/26th/fitrun',
49+
image: '/assets/project/26_thumbnail_fitrun.png',
5050
},
5151
{
52-
title: 'Piece',
53-
link: '/project/25th/piece',
54-
image: '/assets/project/25_thumbnail_piece.png',
52+
title: '빛나길',
53+
link: '/project/26th/bitnagil',
54+
image: '/assets/project/26_thumbnail_bitnagil.png',
5555
},
5656
{
57-
title: 'TnT',
58-
link: '/project/25th/TnT',
59-
image: '/assets/project/25_thumbnail_TnT.png',
57+
title: 'brake',
58+
link: '/project/26th/brake',
59+
image: '/assets/project/26_thumbnail_brake.png',
60+
},
61+
{
62+
title: 'Reed',
63+
link: '/project/26th/reed',
64+
image: '/assets/project/26_thumbnail_reed.jpg',
6065
},
6166
];
6267

0 commit comments

Comments
 (0)