Skip to content

Commit 9037adf

Browse files
committed
feat: replace 'rewarding' with 'engaging' in hero catchphrase
- Update animated catchphrase from 'Rewarded' to 'Engaging' - Update both English and Korean translations consistently - Update hero subtitles to reflect the change - Maintain consistent messaging across all languages - Improve brand messaging to emphasize engagement over rewards
1 parent ab76797 commit 9037adf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/KeywordAnimation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function KeywordAnimation() {
1111
const textRef = useRef<HTMLDivElement>(null);
1212

1313
const keywords = [
14-
t('hero.keyword.rewarded'),
14+
t('hero.keyword.engaging'),
1515
t('hero.keyword.playful'),
1616
t('hero.keyword.scalable')
1717
];

src/contexts/LanguageContext.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ const translations = {
2525

2626
// Hero
2727
'hero.title': 'Buzzvil Design',
28-
'hero.subtitle': 'Rewarded. Playful. Scalable.',
28+
'hero.subtitle': 'Engaging. Playful. Scalable.',
2929
'hero.sentence.start': 'We build',
3030
'hero.sentence.end': 'experiences.',
31-
'hero.keyword.rewarded': 'Rewarded',
31+
'hero.keyword.engaging': 'Engaging',
3232
'hero.keyword.playful': 'Playful',
3333
'hero.keyword.scalable': 'Scalable',
3434
'hero.explore': 'Explore Foundations',
@@ -192,10 +192,10 @@ const translations = {
192192

193193
// Hero
194194
'hero.title': 'Buzzvil Design',
195-
'hero.subtitle': '보상받는. 재미있는. 확장 가능한.',
195+
'hero.subtitle': '매력적인. 재미있는. 확장 가능한.',
196196
'hero.sentence.start': '우리는 구축합니다',
197197
'hero.sentence.end': '경험을.',
198-
'hero.keyword.rewarded': '보상받는',
198+
'hero.keyword.engaging': '매력적인',
199199
'hero.keyword.playful': '재미있는',
200200
'hero.keyword.scalable': '확장 가능한',
201201
'hero.explore': '기반 탐색',

0 commit comments

Comments
 (0)