From 00e6811f5d094a4c900432151daab08f6ddf5aaa Mon Sep 17 00:00:00 2001 From: hyeseong Date: Wed, 3 Dec 2025 13:11:50 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=9E=9C=EB=94=A9=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(home)/components/FeaturesSection.tsx | 2 +- src/app/(home)/components/HeroSection.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(home)/components/FeaturesSection.tsx b/src/app/(home)/components/FeaturesSection.tsx index 3c9ee32..4c1fe68 100644 --- a/src/app/(home)/components/FeaturesSection.tsx +++ b/src/app/(home)/components/FeaturesSection.tsx @@ -10,7 +10,7 @@ export function FeaturesSection() { ]; const stats = [ - { value: "220+", label: "용어" }, + { value: "340+", label: "용어" }, { value: "9", label: "카테고리" }, ]; diff --git a/src/app/(home)/components/HeroSection.tsx b/src/app/(home)/components/HeroSection.tsx index ea873d8..86666c1 100644 --- a/src/app/(home)/components/HeroSection.tsx +++ b/src/app/(home)/components/HeroSection.tsx @@ -31,12 +31,12 @@ export function HeroSection() { > {/* Overline */}

- IT Dictionary for Everyone + ALL-IN-ONE IT Dictionary for Everyone

{/* Main Headline */}

- 누구나 쉽게 이해하는 + 누구나 쉽게 찾고 이해하는
IT 용어 사전