From 0422e2d1a13c5c024a1e9ce5c86b8f2ddac2d2f1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:57:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65e1a5d..19cc9b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-door-with-screwdriver_123827-36994.jpg", imageAlt: "Serrurier d'urgence Limoges" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hand-is-pushing-opening-emergency-fire-exit-door_1150-6133.jpg", imageAlt: "Ouverture de porte d'urgence" }, - { imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-ophthalmology-clinic_23-2149082490.jpg", imageAlt: "Réparation de serrure" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-door-with-screwdriver_123827-36994.jpg", imageAlt: "Installation de serrure" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-cctv-smartphone-insurance_493343-29997.jpg", imageAlt: "Sécurisation de logement" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-door-with-screwdriver_123827-36994.jpg?_wi=1", imageAlt: "Serrurier d'urgence Limoges" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hand-is-pushing-opening-emergency-fire-exit-door_1150-6133.jpg?_wi=1", imageAlt: "Ouverture de porte d'urgence" }, + { imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-ophthalmology-clinic_23-2149082490.jpg?_wi=1", imageAlt: "Réparation de serrure" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-door-with-screwdriver_123827-36994.jpg?_wi=2", imageAlt: "Installation de serrure" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-cctv-smartphone-insurance_493343-29997.jpg?_wi=1", imageAlt: "Sécurisation de logement" } ]} ariaLabel="Section hero - Serrurier d'urgence Limoges 24h/24" /> @@ -68,16 +68,16 @@ export default function LandingPage() {