From d5c2f06784c6323e9ef872090fa6b440ddd22c34 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 15 Jan 2026 19:41:59 +0100 Subject: [PATCH] Add Matele reportage to /press --- web/pages/press.tsx | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/web/pages/press.tsx b/web/pages/press.tsx index 4f6c06f2..64b38f0e 100644 --- a/web/pages/press.tsx +++ b/web/pages/press.tsx @@ -12,21 +12,13 @@ type PressItem = { }; const pressItems: PressItem[] = [ - // Add press items here in the format: - // { - // title: 'Article Title', - // source: 'Publication Name', - // date: '2025-01-15', - // url: 'https://example.com/article', - // language: 'en', - // }, - // { - // title: 'Bonjour', - // source: 'Matélé', - // date: '2025-01-15', - // url: 'https://example.com/article', - // language: 'fr', - // }, + { + title: 'Une application qui réinvente les rencontres en ligne développée par un Havelangeois', + source: 'Matélé', + date: '2025-01-15', + url: 'https://www.matele.be/une-application-qui-reinvente-les-rencontres-en-ligne-developpee-par-un-havelangeois', + language: 'fr', + }, ]; const PressItem = ({item}: { item: PressItem, locales: Intl.LocalesArgument }) => (