Skip to content

Commit 6732416

Browse files
committed
docs: Update Science section copy and integrate i18n keys in Science.tsx
1 parent 0ef4307 commit 6732416

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

src/components/sections/Science.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ export function Science() {
4141
<div className="container mx-auto px-6">
4242
<div className="text-center mb-20">
4343
<span className="text-BRAND-teal text-sm font-bold tracking-widest uppercase mb-4 block">
44-
The Science of Happiness
44+
{t('science.title')}
4545
</span>
4646
<h2 className="text-4xl md:text-5xl font-serif font-bold mb-8">
47-
Purity by Numbers
47+
{t('science.subtitle')}
4848
</h2>
4949

5050
<motion.div

src/i18n.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ const resources = {
1414
"footer": { "brandDesc": "Pure Depth. Intelligent Hydration.\n1,032m Deep Ocean Water from the East Sea.", "company": "Company", "legal": "Legal", "followUs": "Follow Us", "rights": "All rights reserved.", "designed": "Designed for Premium Hydration." },
1515
"cta": { "inquire": "Inquire OEM", "balance": "Balance Your Body", "contact": "Contact Us Now" },
1616
"science": {
17-
"purity_depth1": "As the depth increases, nutrient salts are concentrated and man-made pollutants disappear.",
18-
"purity_depth2": "1,000m deep sea is a depth that domestic sewage and industrial pollutants cannot physically reach.",
17+
"title": "1,032m Below",
18+
"subtitle": "Where Time and Pressure Create Perfection",
19+
"purity_depth1": "At depths of around 1,032 meters, ocean water exhibits stable temperature conditions, increased mineral presence, and minimal interaction with surface-origin influences.",
20+
"purity_depth2": "AETERNO captures this naturally occurring mineral profile of Mg(3):Ca(1):K(1) at its source.",
1921
"table": {
2022
"depth": "Depth",
2123
"classification": "Classification",
@@ -180,8 +182,10 @@ const resources = {
180182
"footer": { "brandDesc": "순수한 깊이. 지능적인 수분 공급.\n동해 수심 1,032m 초심층수.", "company": "회사", "legal": "법적 고지", "followUs": "소셜 미디어", "rights": "All rights reserved.", "designed": "프리미엄 수분 보충을 위해 설계되었습니다." },
181183
"cta": { "inquire": "OEM 문의하기", "balance": "Balance Your Body", "contact": "지금 상담하기" },
182184
"science": {
183-
"purity_depth1": "수심이 깊어질수록 영양염류는 농축되고, 수심이 깊어질 수록 인위적 오염물질은 사라지며,",
184-
"purity_depth2": "심해 1,000m는 생활하수, 산업 오염물질이 물리적으로 도달할 수 없는 깊이입니다.",
185+
"title": "수심 1,032m 아래",
186+
"subtitle": "시간과 압력이 만들어낸 완벽함",
187+
"purity_depth1": "수심 1,032m에서 해양심층수는 안정적인 저온 상태를 유지하며, 농축된 미네랄과 표층수로부터 완전히 격리된 순수성을 보여줍니다.",
188+
"purity_depth2": "에테르노(AETERNO)는 마그네슘(3):칼슘(1):칼륨(1)의 천연 미네랄 밸런스를 취수원 그대로 담아냅니다.",
185189
"table": {
186190
"depth": "Depth (깊이)",
187191
"classification": "Classification (구분)",

0 commit comments

Comments
 (0)