From b86ea57d265f0d8666f466ae35b464529ffe8e73 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:35:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 548f52b..3f5e1aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { background={{ variant: "plain" }} dashboard={{ title: "Extreme Coiffure", logoIcon: Scissors, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg", imageAlt: "Salon Extreme Coiffure", searchPlaceholder: "Quelle coiffure voulez-vous?", sidebarItems: [ + imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg?_wi=1", imageAlt: "Salon Extreme Coiffure", searchPlaceholder: "Quelle coiffure voulez-vous?", sidebarItems: [ { icon: Home, active: true }, { icon: Calendar, active: false }, { icon: Star, active: false }, @@ -176,7 +176,7 @@ export default function LandingPage() { description="Votre satisfaction est notre succès" subdescription="Salon Extreme Coiffure - Bezons" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg?_wi=2" imageAlt="Équipe Extreme Coiffure" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1