Skip to content

Commit 42e2121

Browse files
committed
refactor: update hero slogan and about section content
CIRCLE → CLUB, EST. 2019 → 2000, about section restructured to 생각한다/푼다/경쟁한다 with tertiary label color
1 parent 19abcbe commit 42e2121

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

components/main/about-section.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
const items = [
22
{
3-
icon: "terminal",
4-
title: "문제 해결 중심",
3+
icon: "psychology",
4+
title: "생각한다",
55
description:
6-
"모르고리즘은 단순히 코드를 작성하는 곳이 아닙니다. 코드는 풀이를 구현하는 매개체일 뿐, 우리는 '문제 해결'에 집중하며 동료들과 매주 대회에 참여하고 솔루션을 공유하며 성장합니다.",
6+
"알고리즘의 핵심은 사고입니다. 매주 정기 세션에서 문제를 분석하고, 최적의 접근법을 설계하며, 논리적 사고력을 키웁니다.",
77
},
88
{
9-
icon: "group_work",
10-
title: "함께 성장",
9+
icon: "code",
10+
title: "푼다",
1111
description:
12-
"매주 진행되는 정기 세션과 팀 연습을 통해 알고리즘 실력을 쌓고, 서로의 풀이를 리뷰하며 더 나은 접근법을 발견합니다. 혼자가 아닌 동료와 함께하는 성장을 추구합니다.",
12+
"생각을 코드로 구현합니다. 난이도별 트랙에서 문제를 풀고, 서로의 풀이를 리뷰하며 더 나은 해법을 찾아갑니다.",
1313
},
1414
{
15-
icon: "hub",
16-
title: "Alumni Network",
15+
icon: "emoji_events",
16+
title: "경쟁한다",
1717
description:
18-
"모르고리즘 출신 선배님들과 현 학회원들이 한자리에 모여 네트워킹하는 행사입니다. 알고리즘, 학교 생활, 보안, 금융 등 다양한 분야의 경험담을 나누며 시야를 넓힙니다.",
18+
"ICPC, SCPC, UCPC 등 국내외 프로그래밍 대회에 팀을 이루어 참가합니다. 실전 경험을 통해 한계를 시험합니다.",
1919
},
2020
];
2121

2222
export function AboutSection() {
2323
return (
2424
<section className="py-32 px-6 md:px-12 bg-surface-container-low" id="about">
2525
<div className="mb-24">
26-
<span className="font-label text-primary tracking-widest uppercase text-xs mb-4 block">
26+
<span className="font-label text-tertiary tracking-widest uppercase text-xs mb-4 block">
2727
01 // PHILOSOPHY
2828
</span>
2929
<h2 className="font-headline text-4xl md:text-6xl font-bold tracking-tighter">
3030
생각하고,
3131
<br />
32-
풀고, 성장하다.
32+
풀고, 경쟁한다.
3333
</h2>
3434
</div>
3535
<div className="grid grid-cols-1 md:grid-cols-3 gap-0 border border-outline-variant/20">

components/main/hero-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function HeroSection() {
99
</div>
1010
<div className="z-10">
1111
<span className="font-label text-tertiary tracking-[0.4em] uppercase text-xs mb-8 block">
12-
EST. 2019 / YONSEI ALGORITHM CIRCLE
12+
EST. 2000 / YONSEI ALGORITHM CLUB
1313
</span>
1414
<h1 className="font-headline text-[12vw] font-extrabold leading-[0.85] tracking-tighter text-foreground mb-12">
1515
MOLGORITHM

0 commit comments

Comments
 (0)