From c47a9243c4d965285872fed5b4a2cf1c2580f06a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:05:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f1ded0..1b333ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Michel D.", handle: "Client régulier", testimonial: "Service exemplaire et travail sans reproche. Très recommandé!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg?_wi=1" }, { name: "Sylvie L.", handle: "Petite entreprise", testimonial: "Compétents, rapides, prix raisonnable. Exactement ce qu'il nous fallait.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg?_wi=1" }, { name: "Jean M.", handle: "Client", testimonial: "Diagnostic gratuit et honnête. Ils ont sauvé mon ordi!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -90,10 +90,10 @@ export default function LandingPage() { title: "Réparation téléphone", description: "Écran, batterie, connecteur, logiciel. Diagnostic gratuit et rapide.", icon: Smartphone, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/master-uses-special-tools-disassemble-electronic-device-carefully-pincers-bit-screw-driver_346278-1780.jpg", imageAlt: "Réparation téléphone" + imageSrc: "http://img.b2bpic.net/free-photo/master-uses-special-tools-disassemble-electronic-device-carefully-pincers-bit-screw-driver_346278-1780.jpg?_wi=1", imageAlt: "Réparation téléphone" }, { - imageSrc: "http://img.b2bpic.net/free-photo/master-uses-special-tools-disassemble-electronic-device-carefully-pincers-bit-screw-driver_346278-1780.jpg", imageAlt: "Service téléphone" + imageSrc: "http://img.b2bpic.net/free-photo/master-uses-special-tools-disassemble-electronic-device-carefully-pincers-bit-screw-driver_346278-1780.jpg?_wi=2", imageAlt: "Service téléphone" } ] }, @@ -101,10 +101,10 @@ export default function LandingPage() { title: "Réparation ordinateur", description: "PC, Mac, portable. Problèmes matériels, logiciels, nettoyage.", icon: Laptop, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/professional-accurately-unscrewing-case-metallic-slim-laptop-his-electric-service-lab-near-tool-bag-clean-repair-it-front-view_346278-1796.jpg", imageAlt: "Réparation ordinateur" + imageSrc: "http://img.b2bpic.net/free-photo/professional-accurately-unscrewing-case-metallic-slim-laptop-his-electric-service-lab-near-tool-bag-clean-repair-it-front-view_346278-1796.jpg?_wi=1", imageAlt: "Réparation ordinateur" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-accurately-unscrewing-case-metallic-slim-laptop-his-electric-service-lab-near-tool-bag-clean-repair-it-front-view_346278-1796.jpg", imageAlt: "Service informatique" + imageSrc: "http://img.b2bpic.net/free-photo/professional-accurately-unscrewing-case-metallic-slim-laptop-his-electric-service-lab-near-tool-bag-clean-repair-it-front-view_346278-1796.jpg?_wi=2", imageAlt: "Service informatique" } ] }, @@ -112,10 +112,10 @@ export default function LandingPage() { title: "Réparation tablette", description: "iPad, Samsung, autres. Écran, batterie, connectivité.", icon: Tablet, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1350.jpg", imageAlt: "Réparation tablette" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1350.jpg?_wi=1", imageAlt: "Réparation tablette" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1350.jpg", imageAlt: "Service tablette" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1350.jpg?_wi=2", imageAlt: "Service tablette" } ] }, @@ -123,10 +123,10 @@ export default function LandingPage() { title: "Réparation console", description: "PlayStation, Xbox, Nintendo. Problèmes de contrôle, disque, connectivité.", icon: Gamepad2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8865.jpg", imageAlt: "Réparation console" + imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8865.jpg?_wi=1", imageAlt: "Réparation console" }, { - imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8865.jpg", imageAlt: "Service console" + imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-computer-computer-hardware-repairing-upgrade-technology_1150-8865.jpg?_wi=2", imageAlt: "Service console" } ] } @@ -148,7 +148,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/front-view-people-garage-sale_23-2150661453.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-people-garage-sale_23-2150661453.jpg?_wi=1" imageAlt="Atelier SD Électronique" imagePosition="right" bulletPoints={[ @@ -181,13 +181,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Michel Deschamps", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg" + id: "1", name: "Michel Deschamps", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-buisness-man_23-2148479585.jpg?_wi=2" }, { - id: "2", name: "Sylvie Lacroix", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg" + id: "2", name: "Sylvie Lacroix", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg?_wi=2" }, { - id: "3", name: "Jean Moreau", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg" + id: "3", name: "Jean Moreau", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg?_wi=2" }, { id: "4", name: "Marie Bouchard", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg" @@ -231,7 +231,7 @@ export default function LandingPage() {