You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create new WaysOfWorking component with three subsections:
- Our Principles (Values content)
- Our Team (Team content)
- Our Stack (Tools content)
- Update main page navigation to show only 3 sections:
- The Mission
- Our Mindset
- Ways of Working
- Remove section wrappers from Values, Team, and Tools components
- Add translation keys for Ways of Working in English and Korean
- Clean up unused imports in modified components
- Maintain all existing functionality while improving content organization
Copy file name to clipboardExpand all lines: src/contexts/LanguageContext.tsx
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,16 @@ const translations = {
58
58
'philosophy.subtitle': 'how we approach it',
59
59
'philosophy.content': 'At Buzzvil, design shapes how people experience advertising—not as interruptions, but as moments of connection and delight.\nWe believe every touchpoint, from brand to product, should feel playful, engaging, and effortless.\nOur role is to unify how Buzzvil looks, feels, and behaves across the ecosystem, building trust, driving performance, and inspiring what AdTech can become.',
60
60
61
+
// Ways of Working
62
+
'waysOfWorking.title': 'Ways of Working',
63
+
'waysOfWorking.subtitle': 'How we think, create, and collaborate at Buzzvil Design.',
'waysOfWorking.principles.subtitle': 'How we work together to design at Buzzvil.',
66
+
'waysOfWorking.team.title': 'Our Team',
67
+
'waysOfWorking.team.subtitle': 'The people behind Buzzvil Design.',
68
+
'waysOfWorking.stack.title': 'Our Stack',
69
+
'waysOfWorking.stack.subtitle': 'The tools that power our design work.',
70
+
61
71
// Principles
62
72
'principles.title': 'Principles',
63
73
'principles.subtitle': 'The principles that guide our approach to design and development.',
@@ -232,6 +242,16 @@ const translations = {
232
242
'philosophy.title': '철학',
233
243
'philosophy.content': '버즈빌에서 디자인은 사람들이 광고를 경험하는 방식을 형성합니다. 방해가 아닌 즐거운 연결의 순간으로 말입니다. 우리는 브랜드 접점부터 제품 내 경험까지 모든 상호작용이 재미있고, 매력적이며, 자연스러워야 한다고 믿습니다. 우리의 역할은 버즈빌이 생태계 전반에서 어떻게 보이고, 느껴지고, 행동하는지를 통합하여 캠페인과 플랫폼을 하나의 일관되고 즐거운 경험으로 만드는 것입니다. 우리의 원칙과 원팀 정신에 이끌려, 우리는 신뢰를 영감하고, 성과를 추진하며, AdTech가 될 수 있는 새로운 표준을 설정하기 위해 디자인합니다.',
234
244
245
+
// Ways of Working
246
+
'waysOfWorking.title': '작업 방식',
247
+
'waysOfWorking.subtitle': '버즈빌 디자인에서 우리가 생각하고, 창조하고, 협업하는 방식.',
248
+
'waysOfWorking.principles.title': '우리의 원칙',
249
+
'waysOfWorking.principles.subtitle': '버즈빌에서 디자인하기 위해 함께 작업하는 방식.',
250
+
'waysOfWorking.team.title': '우리의 팀',
251
+
'waysOfWorking.team.subtitle': '버즈빌 디자인을 만드는 사람들.',
252
+
'waysOfWorking.stack.title': '우리의 스택',
253
+
'waysOfWorking.stack.subtitle': '우리의 디자인 작업을 지원하는 도구들.',
0 commit comments