[feat] landing: 본문 브랜드 표기를 네고시움으로 한글화

한글 문장 안에 영문 브랜드명이 섞이면 읽는 흐름이 끊긴다. 본문 카피만 바꾸고,
성격이 다른 자리는 남겼다.

바꾼 곳 (한글 문장 안)
  reinforcement · final-cta · footer 소개문 · how-it-works-demo · comparison 토글 · roi-simulator

남긴 곳과 이유
  logo.tsx alt="NEGOTIUM"    로고는 영문 워드마크 이미지다. alt 만 한글로 바꾸면
                             보이는 것과 읽히는 것이 어긋난다.
  footer © negotium Co., Ltd. 법인 표기. 등기된 이름이라 임의로 한글화할 수 없다.
  console.negotium.ai        실제 도메인.
  og:site_name               브랜드 정식 핸들.
  코드 주석                   내부 문서.

메타 타이틀은 "네고시움(negotium)" 으로 둘 다 담았다. 영문을 빼면 negotium 으로
검색해 들어오던 유입이 끊긴다 — 검색 질의는 사용자가 정하지 우리가 못 정한다.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Haewon Kam 2026-08-06 11:19:30 +09:00
parent 09d24f5022
commit ab77900dac
7 changed files with 9 additions and 7 deletions

View File

@ -88,7 +88,7 @@ type Mode = "before" | "after"
const MODES: { key: Mode; label: string }[] = [
{ key: "before", label: "기존 방식" },
{ key: "after", label: "negotium 도입 후" },
{ key: "after", label: "네고시움 도입 후" },
]
type CompareItem = { label: string; icon: LucideIcon; before: string; after: string }

View File

@ -39,7 +39,7 @@ export function FinalCTA() {
<span className="text-on-stage-soft/60"> </span>
</>
}
description="협상 테이블에 오르지 못하고 그냥 넘어가던 건들이 있습니다. negotium 에이전트가 정해진 기준 안에서 그 건들을 대신 조율합니다."
description="협상 테이블에 오르지 못하고 그냥 넘어가던 건들이 있습니다. 네고시움 에이전트가 정해진 기준 안에서 그 건들을 대신 조율합니다."
descriptionClassName="max-w-xl text-on-stage-soft/75"
/>

View File

@ -8,7 +8,7 @@ export function Footer() {
<div className="md:col-span-8">
<Logo className="mb-6" />
<Typography variant="caption" className="max-w-sm mb-6 font-medium">
negotium 1:1로 B2B .
1:1로 B2B .
</Typography>
<p className="text-xs text-ink-faint font-semibold">
© {new Date().getFullYear()} negotium Co., Ltd. All rights reserved.

View File

@ -192,7 +192,7 @@ const DEMO_TABS: DemoTab[] = [
),
paragraphs: [
<>
, negotium<b> (LPS)</b> {" "}
, <b> (LPS)</b> {" "}
<b className="text-primary"> .</b>
</>,
<>

View File

@ -36,7 +36,7 @@ export function Reinforcement() {
}
description={
<>
릿 , . negotium
릿 , .
<span className="font-semibold text-on-stage"></span> .
, .
</>

View File

@ -27,7 +27,7 @@ export function ROISimulator() {
eyebrow="ROI Simulation"
title={
<>
negotium <br />
<br />
</>
}

View File

@ -10,7 +10,9 @@ import { HowItWorksDemo } from "@/components/sections/how-it-works-demo";
import { NegotiationDemo } from "@/components/sections/negotiation-demo";
import { Reinforcement } from "@/components/sections/reinforcement";
const TITLE = "negotium — AI 구매 협상 자동화";
/* · . ""
"negotium" . */
const TITLE = "네고시움(negotium) — AI 구매 협상 자동화";
const DESCRIPTION =
"품목·목표가·마감일만 정하면 협상 에이전트가 협력사마다 1:1로 단가를 조율하고 낙찰까지 판정합니다. 협상 기록이 쌓일수록 조건이 좋아지는 B2B 구매 협상 자동화 솔루션.";