Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/(home)/components/FeaturesSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function FeaturesSection() {
];

const stats = [
{ value: "220+", label: "용어" },
{ value: "340+", label: "용어" },
{ value: "9", label: "카테고리" },
];

Expand Down
4 changes: 2 additions & 2 deletions src/app/(home)/components/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ export function HeroSection() {
>
{/* Overline */}
<p className="mb-6 text-sm tracking-[0.2em] text-gray-500 uppercase">
IT Dictionary for Everyone
ALL-IN-ONE IT Dictionary for Everyone
</p>

{/* Main Headline */}
<h1 className="max-w-4xl text-[clamp(2rem,6vw,5rem)] leading-[0.95] font-light tracking-tight text-white">
누구나 쉽게 이해하는
누구나 쉽게 찾고 이해하는
<br />
<span className="font-medium text-gray-400">IT 용어 사전</span>
</h1>
Expand Down