From 05b7c442fcfd53457f7a1cc5e6e49c5ff7f9cd05 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:47:21 +0000 Subject: [PATCH 1/4] Update src/app/comparison/page.tsx --- src/app/comparison/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/comparison/page.tsx b/src/app/comparison/page.tsx index b8f0efe..8ce5634 100644 --- a/src/app/comparison/page.tsx +++ b/src/app/comparison/page.tsx @@ -47,7 +47,7 @@ export default function ComparisonPage() { { text: "Book Now", href: "/rooms" }, { text: "View Features", href: "#features" }, ]} - 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=5" imageAlt="Hotel Comparison" showDimOverlay={true} buttonAnimation="slide-up" -- 2.49.1 From f8c59178aaaf82ec70112baa02758c361ae44626 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:47:22 +0000 Subject: [PATCH 2/4] Update src/app/hotel/page.tsx --- src/app/hotel/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/hotel/page.tsx b/src/app/hotel/page.tsx index 27628d0..823a738 100644 --- a/src/app/hotel/page.tsx +++ b/src/app/hotel/page.tsx @@ -50,7 +50,7 @@ export default function HotelDetailPage() { { text: "Book Now", href: "/rooms" }, { text: "View Rooms", href: "#rooms" }, ]} - 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="Hotel Park Continental Lobby" showDimOverlay={true} buttonAnimation="slide-up" @@ -66,7 +66,7 @@ export default function HotelDetailPage() { { text: "Book Your Stay", href: "/rooms" }, { text: "Contact Us", href: "#contact" }, ]} - 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=3" imageAlt="Hotel Park Continental Interior" useInvertedBackground={false} buttonAnimation="slide-up" -- 2.49.1 From 63a815cd72dfe3d45c2c86efdccdb354fa17fde1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:47:22 +0000 Subject: [PATCH 3/4] Update src/app/hyatt-place-hyderabad/page.tsx --- src/app/hyatt-place-hyderabad/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/hyatt-place-hyderabad/page.tsx b/src/app/hyatt-place-hyderabad/page.tsx index b579587..3946510 100644 --- a/src/app/hyatt-place-hyderabad/page.tsx +++ b/src/app/hyatt-place-hyderabad/page.tsx @@ -49,7 +49,7 @@ export default function HyattPlaceHyderabadPage() { { text: "Book Your Stay", href: "#pricing" }, { text: "Explore More", href: "#amenities" }, ]} - 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=4" imageAlt="Hyatt Place Hyderabad" showDimOverlay={true} buttonAnimation="slide-up" -- 2.49.1 From 97980ebf138e54a4c432962438576f6951b2c2cd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:47:23 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a21ba3b..e1a72ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function HomePage() { { text: "Explore Hotels", href: "#featured-hotels" }, { text: "Learn More", href: "#about" }, ]} - 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=1" imageAlt="Multi-Hotel Platform" showDimOverlay={true} buttonAnimation="slide-up" -- 2.49.1