From 9052596ec903568c47f73bf98e29ff9137022cda Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 04:36:59 +0000 Subject: [PATCH 1/3] 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 f99cc35..bd1b32b 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2681.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg?_wi=2", imageAlt: "modern luxury swimming pool hotel", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114244.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg?_wi=2", imageAlt: "modern luxury swimming pool hotel", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2669.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg?_wi=2", imageAlt: "modern luxury swimming pool hotel", }, ]} -- 2.49.1 From bfe84476cf8b71c3ddbc2be5b237a557687a752e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 04:37:00 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4478d6a..6290c32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { }} title="Escape to Cinematic Serenity" description="Experience the art of minimalism in the heart of the city. Aura Hotel defines luxury with understated elegance and warm architectural details." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Where Simplicity Meets Grandeur" description="Aura Hotel is designed for those who appreciate the quiet power of refined living. Every detail, from the textured materials to the soft natural lighting, is curated for your complete peace." - imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg?_wi=1" /> -- 2.49.1 From 188f09e7ed0662311dbeeb3891a8be1dbd64e204 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 04:37:00 +0000 Subject: [PATCH 3/3] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index cef17dd..0260ba2 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { name: "Zen Suite", price: "$450/night", variant: "King Size", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg?_wi=1", }, { id: "room-2", -- 2.49.1