diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c7a5738..af493bd 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -45,35 +45,35 @@ export default function GalleryPage() { id: "gallery-1", name: "Ambiance Salon Premium", price: "", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-protective-face-mask-getting-her-hair-styled-hairdresser-virus-epidemic_637285-9041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-protective-face-mask-getting-her-hair-styled-hairdresser-virus-epidemic_637285-9041.jpg?_wi=3", imageAlt: "Espace salon luxe T Belle", }, { id: "gallery-2", name: "Coiffure Signature", price: "", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-lady-lying-calmly-with-petals-flowers-her-long-gorgeous-hair-beauty-concept_132075-8037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-lady-lying-calmly-with-petals-flowers-her-long-gorgeous-hair-beauty-concept_132075-8037.jpg?_wi=2", imageAlt: "Coiffure professionnelle signature", }, { id: "gallery-3", name: "Maquillage Artistique", price: "", - imageSrc: "http://img.b2bpic.net/free-photo/girl-making-up-her-cheeks_23-2148136596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-making-up-her-cheeks_23-2148136596.jpg?_wi=2", imageAlt: "Maquillage beauté professionnel", }, { id: "gallery-4", name: "Espace Wellness", price: "", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bathing-brush-with-essential-oils-candles-spa-concept_127675-2567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-bathing-brush-with-essential-oils-candles-spa-concept_127675-2567.jpg?_wi=2", imageAlt: "Espace spa esthétique relaxation", }, { id: "gallery-5", name: "Coloration Highlights", price: "", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-creative-coloured-hair-pink-makeup_633478-1312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-creative-coloured-hair-pink-makeup_633478-1312.jpg?_wi=2", imageAlt: "Coloration highlights cheveux premium", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index be3ae65..0140221 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,6 +1425,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +