From b51ef02014667d613a5b9e0f3e4f68b4da47c447 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:20:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06650b7..21e5de5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,15 +119,15 @@ export default function LandingPage() { icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=1", imageAlt: "Aménagement extérieur", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=2", imageAlt: "Aménagement extérieur", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=3", imageAlt: "service professional handyman work", }, { @@ -136,11 +136,11 @@ export default function LandingPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=4", imageAlt: "Moustiquaires", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=5", imageAlt: "Moustiquaires", }, ], @@ -153,11 +153,11 @@ export default function LandingPage() { icon: Car, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=6", imageAlt: "Transport", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=7", imageAlt: "Transport", }, ], @@ -170,11 +170,11 @@ export default function LandingPage() { icon: Lock, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=8", imageAlt: "Cybersécurité", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=9", imageAlt: "Cybersécurité", }, ], @@ -187,11 +187,11 @@ export default function LandingPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=10", imageAlt: "Ménage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=11", imageAlt: "Ménage", }, ], @@ -250,35 +250,35 @@ export default function LandingPage() { id: "p1", name: "Pack Entretien Jardin", price: "99€", - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=12", imageAlt: "Entretien jardin", }, { id: "p2", name: "Pack Sécurité Web", price: "149€", - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=13", imageAlt: "Sécurité Web", }, { id: "p3", name: "Pack Ménage Complet", price: "79€", - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=14", imageAlt: "Ménage", }, { id: "p4", name: "Pack Transport Privé", price: "59€", - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=15", imageAlt: "Transport", }, { id: "p5", name: "Pack Installation Pro", price: "129€", - imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=16", imageAlt: "Installation", }, ]} @@ -294,7 +294,7 @@ export default function LandingPage() { tag="Réserver" title="Prendre un rendez-vous" description="Choisissez votre service et votre date pour bénéficier de notre intervention rapide." - imageSrc="http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-dancing-with-headphones_1149-1856.jpg?_wi=17" mediaAnimation="slide-up" inputPlaceholder="Votre email professionnel" buttonText="Payer & Réserver"