From 3e8634b370f0fd312842cfed4ff92a82eb80e8d5 Mon Sep 17 00:00:00 2001 From: poduck Date: Wed, 3 Dec 2025 22:27:25 -0500 Subject: [PATCH] fix(i18n): Add missing About page timeline translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/src/i18n/locales/en.json | 8 +++++++- frontend/src/pages/marketing/AboutPage.tsx | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index 05b1a06..334b0bd 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -1546,7 +1546,13 @@ "title": "Our Story", "content": "We started creating bespoke custom scheduling and payment solutions in 2017. Through that work, we became convinced that we had a better way of doing things than other scheduling services out there.", "content2": "Along the way, we discovered features and options that customers love, capabilities that nobody else offers. That's when we decided to change our model so we could help more businesses. SmoothSchedule was born from years of hands-on experience building what businesses actually need.", - "founded": "Building scheduling solutions" + "founded": "Building scheduling solutions", + "timeline": { + "experience": "8+ years building scheduling solutions", + "battleTested": "Battle-tested with real businesses", + "feedback": "Features born from customer feedback", + "available": "Now available to everyone" + } }, "mission": { "title": "Our Mission", diff --git a/frontend/src/pages/marketing/AboutPage.tsx b/frontend/src/pages/marketing/AboutPage.tsx index ebb7b6a..0cf5268 100644 --- a/frontend/src/pages/marketing/AboutPage.tsx +++ b/frontend/src/pages/marketing/AboutPage.tsx @@ -75,19 +75,19 @@ const AboutPage: React.FC = () => {
- 8+ years building scheduling solutions + {t('marketing.about.story.timeline.experience')}
- Battle-tested with real businesses + {t('marketing.about.story.timeline.battleTested')}
- Features born from customer feedback + {t('marketing.about.story.timeline.feedback')}
- Now available to everyone + {t('marketing.about.story.timeline.available')}