@@ -37,19 +37,22 @@ const HomePage = async () => {
3737 < FindLastYearScoreBar />
3838 < div className = "flex flex-col gap-2.5 px-5 py-3.5" >
3939 < div className = "flex gap-2" >
40- < Link className = "h-26 flex flex-1 flex-col gap-2 rounded-lg bg-[#F0F5FF] p-2.5" href = "/university/search" >
40+ < Link
41+ className = "h-26 bg-bg-accent-blue flex flex-1 flex-col gap-2 rounded-lg p-2.5"
42+ href = "/university/search"
43+ >
4144 < div className = "flex flex-col" >
42- < span className = "text-sm font- bold text-secondary" > 학교 검색하기</ span >
43- < span className = "text-xs font- medium leading-tight text-k-700" > 모든 학교 목록을 확인해보세요</ span >
45+ < span className = "typo- bold-5 text-secondary" > 학교 검색하기</ span >
46+ < span className = "typo- medium-4 text-k-700" > 모든 학교 목록을 확인해보세요</ span >
4447 </ div >
4548 < div className = "flex justify-end" >
4649 < IconMagnifyingGlass />
4750 </ div >
4851 </ Link >
49- < Link className = "h-26 flex flex-1 flex-col gap-2 rounded-lg bg-[#EBF8FF] p-2.5" href = "/university/score" >
52+ < Link className = "h-26 bg-bg-accent-sky flex flex-1 flex-col gap-2 rounded-lg p-2.5" href = "/university/score" >
5053 < div className = "flex flex-col" >
51- < span className = "text-sm font- bold text-sub-a" > 성적 입력하기</ span >
52- < span className = "text-xs font- medium leading-tight text-k-700" > 성적을 입력해보세요</ span >
54+ < span className = "typo- bold-5 text-sub-a" > 성적 입력하기</ span >
55+ < span className = "typo- medium-4 text-k-700" > 성적을 입력해보세요</ span >
5356 </ div >
5457 < div className = "flex justify-end" >
5558 < IconPaper />
@@ -58,24 +61,24 @@ const HomePage = async () => {
5861 </ div >
5962 < div className = "flex gap-2" >
6063 < Link
61- className = "h-26 flex flex-1 flex-col gap-2 rounded-lg bg-[#FFF3E5] p-2.5"
64+ className = "h-26 bg-bg-accent-orange flex flex-1 flex-col gap-2 rounded-lg p-2.5"
6265 href = "/university/application/apply"
6366 >
6467 < div className = "flex flex-col" >
65- < span className = "text-sm font- bold text-[#FF7300] " > 학교 지원하기</ span >
66- < span className = "text-xs font- medium leading-tight text-k-700" > 학교를 지원해주세요</ span >
68+ < span className = "typo- bold-5 text-accent-custom-orange " > 학교 지원하기</ span >
69+ < span className = "typo- medium-4 text-k-700" > 학교를 지원해주세요</ span >
6770 </ div >
6871 < div className = "flex justify-end" >
6972 < IconMuseum />
7073 </ div >
7174 </ Link >
7275 < Link
73- className = "h-26 flex flex-1 flex-col gap-2 rounded-lg bg-[#E9F7EC] p-2.5"
76+ className = "h-26 bg-bg-accent-green flex flex-1 flex-col gap-2 rounded-lg p-2.5"
7477 href = "/university/application"
7578 >
7679 < div className = "flex flex-col" >
77- < span className = "text-sm font- bold text-[#15A861] " > 지원자 현황 확인</ span >
78- < span className = "text-xs font- medium leading-tight text-k-700" > 경쟁률을 바로 분석해드려요</ span >
80+ < span className = "typo- bold-5 text-accent-custom-green " > 지원자 현황 확인</ span >
81+ < span className = "typo- medium-4 text-k-700" > 경쟁률을 바로 분석해드려요</ span >
7982 </ div >
8083 < div className = "flex justify-end" >
8184 < IconIdCard />
@@ -85,9 +88,7 @@ const HomePage = async () => {
8588 </ div >
8689
8790 < div className = "border-t-[5px] border-k-50 py-5 pl-5" >
88- < div className = "mb-2 flex items-center gap-1.5 font-serif text-base font-semibold text-k-700" >
89- 실시간 인기있는 파견학교
90- </ div >
91+ < div className = "typo-sb-7 mb-2 flex items-center gap-1.5 font-serif text-k-700" > 실시간 인기있는 파견학교</ div >
9192 < PopularUniversitySection universities = { recommendedUniversities } />
9293 </ div >
9394
0 commit comments