diff --git a/src/app/chambres/page.tsx b/src/app/chambres/page.tsx index d4e7d38..f0de3d5 100644 --- a/src/app/chambres/page.tsx +++ b/src/app/chambres/page.tsx @@ -52,7 +52,7 @@ export default function ChambresPage() { name: "Chambre Standard", price: "À partir de 75€", imageSrc: - "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg", + "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg?_wi=2", imageAlt: "Chambre Standard confortable", }, { @@ -60,7 +60,7 @@ export default function ChambresPage() { name: "Chambre Deluxe", price: "À partir de 120€", imageSrc: - "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg", + "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg?_wi=2", imageAlt: "Chambre Deluxe vue jardin", }, { @@ -68,7 +68,7 @@ export default function ChambresPage() { name: "Suite Familiale", price: "À partir de 150€", imageSrc: - "http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg", + "http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg?_wi=2", imageAlt: "Suite Familiale spacieuse", }, ]} diff --git a/src/app/disponibilites/page.tsx b/src/app/disponibilites/page.tsx index ce70b2c..cbaaf33 100644 --- a/src/app/disponibilites/page.tsx +++ b/src/app/disponibilites/page.tsx @@ -51,21 +51,21 @@ export default function DisponibilitesPage() { id: "1", name: "Chambre Standard", price: "À partir de 75€", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022097.jpg?_wi=3", imageAlt: "Chambre Standard confortable", }, { id: "2", name: "Chambre Deluxe", price: "À partir de 120€", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-bedroom-with-view_23-2151934207.jpg?_wi=3", imageAlt: "Chambre Deluxe vue jardin", }, { id: "3", name: "Suite Familiale", price: "À partir de 150€", - imageSrc: "http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-mom-spending-time-with-her-son-daughter_23-2149011751.jpg?_wi=3", imageAlt: "Suite Familiale spacieuse", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6813c1e..7af5e88 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1430,6 +1430,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +