diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index cc1ea58..9d8e980 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -42,21 +42,21 @@ export default function GalleryPage() { id: "1", name: "Treatment Room 1", price: "Experience", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-tattoo-master-workplace-modern-studio_574295-691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-tattoo-master-workplace-modern-studio_574295-691.jpg?_wi=2", imageAlt: "modern spa salon interior design aesthetic", }, { id: "2", name: "Relaxation Area", price: "Wellness", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-sunlit-wellness-wooden-waves_169016-68878.jpg?_wi=2", imageAlt: "spa relaxation room design peaceful", }, { id: "3", name: "Professional Space", price: "Excellence", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-applying-cosmetics_23-2148113238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-applying-cosmetics_23-2148113238.jpg?_wi=2", imageAlt: "beauty salon mirrors lighting professional", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8f2e98e..dfaec75 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +