diff --git a/src/app/page.tsx b/src/app/page.tsx index 97f3cc3..a98ed08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,17 +145,17 @@ export default function HomePage() { tag="Métiers du Football" products={[ { - id: "1", name: "Entraîneur Professionnel", price: "Dans le Football", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg", imageAlt: "Coaching"}, + id: "1", name: "Entraîneur Professionnel", price: "Dans le Football", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg?_wi=1", imageAlt: "Coaching"}, { - 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", imageAlt: "Commentary"}, + 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?_wi=1", imageAlt: "Commentary"}, { - id: "3", name: "Manager & Recrutement", price: "Direction Sportive", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg", imageAlt: "Management"}, + id: "3", name: "Manager & Recrutement", price: "Direction Sportive", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg?_wi=1", imageAlt: "Management"}, { - id: "4", name: "Agent de Joueurs", price: "Représentation", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg", imageAlt: "Agent"}, + id: "4", name: "Agent de Joueurs", price: "Représentation", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32135.jpg?_wi=2", imageAlt: "Agent"}, { - id: "5", name: "Organisateur d'Événements", price: "Événementiel", imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-radio-station_23-2148815346.jpg", imageAlt: "Events"}, + id: "5", name: "Organisateur d'Événements", price: "Événementiel", imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-radio-station_23-2148815346.jpg?_wi=2", imageAlt: "Events"}, { - id: "6", name: "Autres Carrières", price: "Hors du Sport", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg", imageAlt: "Other Careers"}, + id: "6", name: "Autres Carrières", price: "Hors du Sport", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office_23-2147838586.jpg?_wi=2", imageAlt: "Other Careers"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default"