From 78fae503b813cd770fafe52b9940f2d60c820ab5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:28:25 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 62b0354..2094e3f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,21 +48,21 @@ export default function ServicesPage() { id: "service-portrait", title: "Photographie de Portrait", description: "Portraits professionnels pour la marque personnelle, shootings artistiques et portraits en studio ou en extérieur avec éclairage premium.", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-beautiful-elegant-young-woman-pretty-black-sweater_114579-81915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-beautiful-elegant-young-woman-pretty-black-sweater_114579-81915.jpg?_wi=2", imageAlt: "Professional portrait service", }, { id: "service-event", title: "Photographie d'Événement", description: "Couverture complète d'événements corporatifs, mariages, célébrations avec capture des moments clés et ambiance générale.", - imageSrc: "http://img.b2bpic.net/free-photo/beach-party-sunset_1098-13571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beach-party-sunset_1098-13571.jpg?_wi=2", imageAlt: "Event photography service", }, { id: "service-nature", title: "Photographie de Nature", description: "Photographie de paysages et exploration de la nature, du Québec aux destinations lointaines, avec expertise en conditions variées.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-trees-lake-maksimir-park-zagreb-croatia-springtime_181624-22043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-trees-lake-maksimir-park-zagreb-croatia-springtime_181624-22043.jpg?_wi=2", imageAlt: "Nature photography service", }, ]} @@ -92,21 +92,21 @@ export default function ServicesPage() { id: "gallery-item-1", name: "Portrait Studio", price: "À partir de 250$", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-being-photographed_23-2148565559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-chair-being-photographed_23-2148565559.jpg?_wi=3", imageAlt: "Studio portrait session", }, { id: "gallery-item-2", name: "Événement Pro", price: "À partir de 800$", - imageSrc: "http://img.b2bpic.net/free-photo/fancy-dressed-man-woman-silver-gown-hug-each-other-tender-standing-before-christmas-tree_8353-9054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fancy-dressed-man-woman-silver-gown-hug-each-other-tender-standing-before-christmas-tree_8353-9054.jpg?_wi=3", imageAlt: "Professional event coverage", }, { id: "gallery-item-3", name: "Nature & Paysage", price: "À partir de 300$", - imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-mountain_58702-16470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skjolden-norway-may-16-2023-mountain_58702-16470.jpg?_wi=3", imageAlt: "Landscape photography", }, ]}