From 80fea79331bee53a19bfb18235888cabedc252ec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:19:37 +0000 Subject: [PATCH] Update src/app/metiers-post-retraite/page.tsx --- src/app/metiers-post-retraite/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/metiers-post-retraite/page.tsx b/src/app/metiers-post-retraite/page.tsx index 288ab51..8345ad6 100644 --- a/src/app/metiers-post-retraite/page.tsx +++ b/src/app/metiers-post-retraite/page.tsx @@ -64,42 +64,42 @@ export default function MetiersPostRetraitePage() { id: "1", name: "Entraîneur Professionnel", price: "Formation continue requise", - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg?_wi=3", imageAlt: "Football coach training team", }, { id: "2", name: "Commentateur Sportif", price: "Médias & Télévision", - imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-radio-station_23-2148815346.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-radio-station_23-2148815346.jpg?_wi=3", imageAlt: "Sports commentator broadcasting", }, { id: "3", name: "Manager & Recrutement", price: "Direction Sportive", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg?_wi=3", imageAlt: "Sports management professional", }, { id: "4", name: "Agent de Joueurs", price: "Représentation & Négociation", - imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg?_wi=4", imageAlt: "Player agent representation", }, { id: "5", name: "Organisateur d'Événements", price: "Événementiel Sportif", - imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-radio-station_23-2148815346.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-radio-station_23-2148815346.jpg?_wi=4", imageAlt: "Sports event organization", }, { id: "6", name: "Consultant Sportif", price: "Stratégie & Performance", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg?_wi=4", imageAlt: "Sports consultant professional", }, ]}