From 913478fba3c3f864d7cddd63742096748ac310ce Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:09:10 +0000 Subject: [PATCH 1/5] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index e69318b..c1368d1 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -126,21 +126,21 @@ export default function AmenitiesPage() { id: "standard", name: "Standard Room", price: "Starting at 60 DH", - imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141454.jpg?_wi=3", imageAlt: "Standard Room with twin beds", }, { id: "double", name: "Double Room", price: "Starting at 85 DH", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-bouquet-wedding-dress-tulle_114579-2086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-bouquet-wedding-dress-tulle_114579-2086.jpg?_wi=3", imageAlt: "Double Room with king bed", }, { id: "suite", name: "Premium Suite", price: "Starting at 120 DH", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-white-hotel-egypt-eastern-style-resort-with-nice-big-pool-pretty-girl-model-wearing-black-swimsuit-posing-middle-pool-vacation-holiday-summertime_197531-3135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-white-hotel-egypt-eastern-style-resort-with-nice-big-pool-pretty-girl-model-wearing-black-swimsuit-posing-middle-pool-vacation-holiday-summertime_197531-3135.jpg?_wi=3", imageAlt: "Premium Suite with sitting area", }, ]} -- 2.49.1 From 4bc7b92b9cd0b98127934be8e5d4631394826dfc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:09:11 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1f646ad..54c4deb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1429,6 +1429,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +