From d2e64fe54b36484202e3c472c55d4151093ab399 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 02:31:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 756e42f..efad301 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,11 +70,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg?_wi=1", imageAlt: "Barbier en action", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668467.jpg?_wi=1", imageAlt: "Outils de précision", }, { @@ -116,7 +116,7 @@ export default function LandingPage() { imageAlt: "Style moderne", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg?_wi=2", imageAlt: "classic haircut style man", }, { @@ -133,7 +133,7 @@ export default function LandingPage() { imageAlt: "Outils de précision", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tools-profession-hairdresser_23-2150668467.jpg?_wi=2", imageAlt: "classic haircut style man", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { imageAlt: "Service classique", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-man-laughing_23-2151203948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-man-laughing_23-2151203948.jpg?_wi=1", imageAlt: "classic haircut style man", }, ]} @@ -179,7 +179,7 @@ export default function LandingPage() { role: "Athlète", company: "Client régulier", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-man-laughing_23-2151203948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-man-laughing_23-2151203948.jpg?_wi=2", }, { id: "2", -- 2.49.1