From 60d83e5351c2580f8cfe2206f365d3703fcb05ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:15:31 +0000 Subject: [PATCH 1/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index fab8bf6..88fb5c7 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -48,7 +48,7 @@ export default function GalleryPage() { name: "Single Room", price: "Contact for rates", variant: "1 Guest • WiFi • Private Bath", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2734.jpg?_wi=3", imageAlt: "Single room with comfortable bed", }, { @@ -56,7 +56,7 @@ export default function GalleryPage() { name: "Double Room", price: "Contact for rates", variant: "2 Guests • WiFi • TV • Parking", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg?_wi=4", imageAlt: "Double room with elegant furnishings", }, { @@ -64,7 +64,7 @@ export default function GalleryPage() { name: "Family Room", price: "Contact for rates", variant: "4+ Guests • Kitchen • WiFi • Parking", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=4", imageAlt: "Family room with spacious layout", }, { @@ -72,7 +72,7 @@ export default function GalleryPage() { name: "Room Amenities", price: "All Included", variant: "WiFi • Private Bath • TV • Parking", - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=3", imageAlt: "Modern room interior with amenities", }, ]} @@ -100,7 +100,7 @@ export default function GalleryPage() { name: "Peaceful Grounds", price: "Complimentary", variant: "Quiet Area • Green Space • Parking", - imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool_74190-2395.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool_74190-2395.jpg?_wi=2", imageAlt: "Peaceful outdoor grounds with seating", }, { @@ -108,7 +108,7 @@ export default function GalleryPage() { name: "Guest Testimonials", price: "4.9★ Rating", variant: "102+ Reviews • Verified Guests • Trusted", - imageSrc: "http://img.b2bpic.net/free-photo/excited-handsome-young-man-sits-bed-shows-globe-tickets-has-suitcase-camera-packed_1258-270297.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-handsome-young-man-sits-bed-shows-globe-tickets-has-suitcase-camera-packed_1258-270297.jpg?_wi=2", imageAlt: "Happy guest at accommodation", }, { @@ -116,7 +116,7 @@ export default function GalleryPage() { name: "Friendly Staff", price: "Personal Service", variant: "Warm Welcome • Local Tips • Care", - imageSrc: "http://img.b2bpic.net/free-photo/professionals-greeted-by-hotel-staff-front-desk-businessmen-suits-arriving-luxury-resort-people-travelling-work-partnership-doing-check-procedure-reception_482257-65296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professionals-greeted-by-hotel-staff-front-desk-businessmen-suits-arriving-luxury-resort-people-travelling-work-partnership-doing-check-procedure-reception_482257-65296.jpg?_wi=2", imageAlt: "Friendly hotel staff at reception", }, ]} -- 2.49.1 From 20dfad00a94022c969e852542e0fe04d3c55432c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:15:31 +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 8af8c9a..c25ba32 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +