From c21f4acdfb03552b69e43c9b0894b320c2ee091a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:33:40 +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 bc3fea3..778595e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { background={{ variant: "aurora" }} 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