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
feat: add intro screens to Brand and Product pages
- Add animated intro screens with Menu icon and catchphrases
- Brand: 'Shaping how Buzzvil looks, feels, and behaves across every touchpoint.'
- Product: 'Designing delightful experiences that users love to engage with.'
- Include motion animations with staggered entrance effects
- Add comprehensive English and Korean translations
- Maintain existing section structure (Principles, Guidelines, Resources)
- Consistent styling with homepage intro patterns
Copy file name to clipboardExpand all lines: src/contexts/LanguageContext.tsx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,7 @@ const translations = {
142
142
'brand.sections.principles': 'Principles',
143
143
'brand.sections.guidelines': 'Guidelines',
144
144
'brand.sections.resources': 'Resources',
145
+
'brand.intro.catchphrase': 'Shaping how Buzzvil looks, feels, and behaves across every touchpoint.',
145
146
'brand.principles.title': 'Brand Principles',
146
147
'brand.principles.description': 'Our core brand principles that guide every decision, interaction, and experience we create. These fundamental values ensure consistency and authenticity across all touchpoints.',
147
148
'brand.guidelines.title': 'Brand Guidelines',
@@ -153,6 +154,7 @@ const translations = {
153
154
'product.sections.principles': 'Principles',
154
155
'product.sections.guidelines': 'Guidelines',
155
156
'product.sections.resources': 'Resources',
157
+
'product.intro.catchphrase': 'Designing delightful experiences that users love to engage with.',
156
158
'product.guidelines.title': 'Product Guidelines',
157
159
'product.guidelines.description': 'Comprehensive guidelines for designing consistent product experiences. From user interface patterns to interaction design, accessibility standards, and development workflows.',
158
160
'product.resources.title': 'Product Resources',
@@ -307,6 +309,7 @@ const translations = {
307
309
'brand.sections.principles': '원칙',
308
310
'brand.sections.guidelines': '가이드라인',
309
311
'brand.sections.resources': '리소스',
312
+
'brand.intro.catchphrase': '모든 접점에서 버즈빌이 어떻게 보이고, 느껴지고, 행동하는지를 형성합니다.',
310
313
'brand.principles.title': '브랜드 원칙',
311
314
'brand.principles.description': '모든 결정, 상호작용, 우리가 만드는 경험을 이끄는 핵심 브랜드 원칙들. 이러한 근본적인 가치들은 모든 접점에서 일관성과 진정성을 보장합니다.',
312
315
'brand.guidelines.title': '브랜드 가이드라인',
@@ -318,6 +321,7 @@ const translations = {
318
321
'product.sections.principles': '원칙',
319
322
'product.sections.guidelines': '가이드라인',
320
323
'product.sections.resources': '리소스',
324
+
'product.intro.catchphrase': '사용자가 참여하고 싶어하는 즐거운 경험을 디자인합니다.',
321
325
'product.guidelines.title': '제품 가이드라인',
322
326
'product.guidelines.description': '일관된 제품 경험을 디자인하기 위한 포괄적인 가이드라인. 사용자 인터페이스 패턴부터 상호작용 디자인, 접근성 표준, 개발 워크플로우까지.',
0 commit comments