Skip to content

Commit ab76797

Browse files
committed
feat: update Values section title to 'The way we work'
- Change homepage section navigation label from 'How we work' to 'The way we work' - Update English translation key for values.title - Maintain consistent section naming across the site - Korean translation remains unchanged as it was already appropriate
1 parent c18624b commit ab76797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function Home() {
2020
const sections = [
2121
{ id: 'mission-vision', label: 'The Mission' },
2222
{ id: 'philosophy', label: 'Our Mindset' },
23-
{ id: 'values', label: 'How we work' },
23+
{ id: 'values', label: 'The way we work' },
2424
{ id: 'team', label: 'The team' },
2525
{ id: 'tools', label: 'Tools' },
2626
];

src/contexts/LanguageContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const translations = {
7676
'principles.scalable.characteristics.3': 'Decision Veto Power',
7777

7878
// Values
79-
'values.title': 'How we work',
79+
'values.title': 'The way we work',
8080
'values.subtitle': 'The core values that drive everything we do at Buzzvil.',
8181
'values.build.title': 'Build in the Open',
8282
'values.build.shortTitle': 'Build in the Open',

0 commit comments

Comments
 (0)