From 96963b05f0581bfe083ba2c4d23d077afbd1dbe8 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 5 May 2026 16:03:35 +0200 Subject: [PATCH] fix a propos text --- apps/frontend/app/[locale]/about/page.tsx | 6 ++-- apps/frontend/messages/en.json | 36 ++++++++++------------- apps/frontend/messages/fr.json | 36 ++++++++++------------- 3 files changed, 35 insertions(+), 43 deletions(-) diff --git a/apps/frontend/app/[locale]/about/page.tsx b/apps/frontend/app/[locale]/about/page.tsx index e6a4ee3..105bf0d 100644 --- a/apps/frontend/app/[locale]/about/page.tsx +++ b/apps/frontend/app/[locale]/about/page.tsx @@ -20,7 +20,7 @@ import { LandingHeader, LandingFooter } from '@/components/layout'; type ValueKey = 'excellence' | 'transparency' | 'collaboration' | 'innovation'; type TeamKey = 'ceo' | 'cto' | 'coo' | 'vpSales' | 'vpEng' | 'vpProduct'; -type TimelineKey = '2021' | '2022' | '2023' | '2024' | '2025'; +type TimelineKey = '2023' | '2024' | '2025' | '2026'; type StatKey = 'clients' | 'carriers' | 'countries' | 'bookings'; const VALUES: { key: ValueKey; icon: LucideIcon; color: string }[] = [ @@ -39,7 +39,7 @@ const TEAM: { key: TeamKey; name: string; linkedin: string }[] = [ { key: 'vpProduct', name: 'Claire Moreau', linkedin: '#' }, ]; -const TIMELINE_YEARS: TimelineKey[] = ['2021', '2022', '2023', '2024', '2025']; +const TIMELINE_YEARS: TimelineKey[] = ['2023', '2024', '2025', '2026']; const STATS: { key: StatKey; value: string }[] = [ { key: 'clients', value: '500+' }, @@ -316,7 +316,7 @@ export default function AboutPage() { {/* Team Section */} -
+