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: refine Mission, Vision, and Philosophy content with subtitles
- Update Mission content with refined text and add 'what we do now' subtitle
- Update Vision content with refined text and add 'what future we're building' subtitle
- Update Philosophy content with refined text and add 'how we approach it' subtitle
- Add proper line break handling for multi-paragraph content
- Improve content structure and readability with subtle subheaders
- Maintain consistent styling and responsive design
Copy file name to clipboardExpand all lines: src/contexts/LanguageContext.tsx
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,16 @@ const translations = {
47
47
'mission.title': 'Mission & Vision',
48
48
'mission.subtitle': 'Our mission and vision guide everything we do at Buzzvil.',
49
49
'mission.mission.title': 'Mission',
50
-
'mission.mission.content': 'We design meaningful interactions that shape how people discover, experience, and keep engaging with Buzzvil\'s ad campaigns and brand. Our work turns advertising into experiences people want to explore, moments that capture attention, spark curiosity, and drive results for advertisers.',
50
+
'mission.mission.subtitle': 'what we do now',
51
+
'mission.mission.content': 'We design meaningful interactions that shape how people discover, experience, and stay connected with Buzzvil\'s campaigns and brand.\nOur goal is to turn advertising into experiences people choose to explore—moments that capture attention, spark curiosity, and drive real results for advertisers.',
51
52
'mission.vision.title': 'Vision',
52
-
'mission.vision.content': 'We set the next standard for AdTech design by transforming ad campaigns and brand experiences into engaging, repeatable interactions that connect users and advertisers. Through this new way of engagement, Buzzvil leads a future where advertising feels enjoyable, seamlessly integrated into people\'s everyday experiences.',
'mission.vision.content': 'We set the next standard for AdTech design by transforming ads and brand touchpoints into engaging, repeatable experiences that connect users and advertisers.\nWe envision a future where advertising feels natural, enjoyable, and seamlessly part of everyday life.',
53
55
54
56
// Philosophy
55
57
'philosophy.title': 'Philosophy',
56
-
'philosophy.content': 'At Buzzvil, Design shapes how people experience advertising, not as interruptions, but as delightful moments of connection. We believe every interaction, from brand touchpoints to in-product experiences, should feel playful, engaging, and effortless. Our role is to unify how Buzzvil looks, feels, and behaves across the ecosystem, turning campaigns and platforms into one coherent, delightful experience. Guided by our principles and a One-Team spirit, we design to inspire trust, drive performance, and set new standards for what AdTech can be.',
58
+
'philosophy.subtitle': 'how we approach it',
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.',
0 commit comments