From a43039ee9980627f909dd879ac5b6b74da544b1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:02:44 +0000 Subject: [PATCH 1/5] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 9c805af..7f8ba6e 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -45,27 +45,27 @@ export default function AmenitiesPage() { { title: "Free High-Speed WiFi", description: "Ultra-fast internet connectivity throughout the hotel for seamless communication and entertainment.", - imageSrc: "http://img.b2bpic.net/free-photo/pregnant-businesswoman-using-digital-tablet-near-corridor_107420-95763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pregnant-businesswoman-using-digital-tablet-near-corridor_107420-95763.jpg?_wi=2", }, { title: "Indoor Swimming Pool", description: "Heated indoor pool with relaxation areas, perfect for guests seeking refreshment and leisure.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg?_wi=2", }, { title: "Spa & Hammam", description: "Traditional Uzbek hammam and modern spa treatments to rejuvenate body and mind.", - imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg?_wi=3", }, { title: "Free Parking", description: "Secure on-site parking available for all guests at no additional charge.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-36876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-36876.jpg?_wi=2", }, { title: "Fine Dining Restaurant", description: "Award-winning restaurant serving authentic Uzbek and international cuisine with expert wine selection.", - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg?_wi=3", } ]} title="Premium Amenities" @@ -85,17 +85,17 @@ export default function AmenitiesPage() { { title: "Business Center", description: "Fully equipped with high-speed internet, printing services, and private meeting rooms.", - imageSrc: "http://img.b2bpic.net/free-photo/pregnant-businesswoman-using-digital-tablet-near-corridor_107420-95763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pregnant-businesswoman-using-digital-tablet-near-corridor_107420-95763.jpg?_wi=3", }, { title: "Fitness Center", description: "State-of-the-art gym with modern exercise equipment and professional trainers available.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg?_wi=3", }, { title: "Concierge Service", description: "Expert local guides ready to arrange tours, reservations, and unforgettable experiences.", - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg?_wi=4", } ]} title="Additional Services & Features" @@ -118,7 +118,7 @@ export default function AmenitiesPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg?_wi=3" mediaPosition="right" mediaAnimation="blur-reveal" inputPlaceholder="Your email address" -- 2.49.1 From ea90d2fd053a3f98877da0f5934fdd4e7d9312c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:02:45 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 80b16e4..460d25a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,7 +47,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg?_wi=5" mediaPosition="right" mediaAnimation="blur-reveal" inputPlaceholder="Your email address" @@ -65,7 +65,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg?_wi=6" mediaPosition="left" mediaAnimation="blur-reveal" inputPlaceholder="Your email address" -- 2.49.1 From 0d5e2397b51b68a91190240fb5072201d86a3a53 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:02:45 +0000 Subject: [PATCH 3/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index ba36a48..a103adb 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -45,12 +45,12 @@ export default function GalleryPage() { { title: "Luxury Bedrooms", description: "Beautifully appointed rooms with premium furnishings and modern amenities for ultimate comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=4", }, { title: "Suite Accommodations", description: "Spacious suites featuring separate living areas and stunning views of historic Bukhara.", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg?_wi=4", }, { title: "Architectural Beauty", @@ -60,7 +60,7 @@ export default function GalleryPage() { { title: "Spa & Wellness", description: "Our tranquil spa facilities offering traditional hammam experiences and rejuvenating treatments.", - imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg?_wi=4", }, { title: "Fine Dining", @@ -88,7 +88,7 @@ export default function GalleryPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg?_wi=4" mediaPosition="right" mediaAnimation="blur-reveal" inputPlaceholder="Your email address" -- 2.49.1 From 869506236ceb6f2b042de56cf2202a941252f5c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:02:46 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce31cf0..51e7048 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,27 +88,27 @@ export default function HomePage() { { title: "Free High-Speed WiFi", description: "Ultra-fast internet connectivity throughout the hotel for seamless communication and entertainment.", - imageSrc: "http://img.b2bpic.net/free-photo/pregnant-businesswoman-using-digital-tablet-near-corridor_107420-95763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pregnant-businesswoman-using-digital-tablet-near-corridor_107420-95763.jpg?_wi=1", }, { title: "Indoor Swimming Pool", description: "Heated indoor pool with relaxation areas, perfect for guests seeking refreshment and leisure.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-woman-getting-out-water-after-swimming-pool-spa-copy-space_637285-7560.jpg?_wi=1", }, { title: "Spa & Hammam", description: "Traditional Uzbek hammam and modern spa treatments to rejuvenate body and mind.", - imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg?_wi=1", }, { title: "Free Parking", description: "Secure on-site parking available for all guests at no additional charge.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-36876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-36876.jpg?_wi=1", }, { title: "Fine Dining Restaurant", description: "Award-winning restaurant serving authentic Uzbek and international cuisine with expert wine selection.", - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg?_wi=1", } ]} title="World-Class Amenities" @@ -148,7 +148,7 @@ export default function HomePage() { quote: "Our team's stay at Mercure Bukhara exceeded all expectations. The blend of traditional Uzbek hospitality with modern amenities created an unforgettable experience. The spa treatments were divine, and the restaurant's local cuisine was simply exceptional.", tag: "Business Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-sitting-bed-hotel-room-talking-mobile-phone_637285-7636.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-sitting-bed-hotel-room-talking-mobile-phone_637285-7636.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-sitting-bed-hotel-room-talking-mobile-phone_637285-7636.jpg?_wi=1" }, { id: "2", @@ -158,7 +158,7 @@ export default function HomePage() { quote: "We celebrated our honeymoon in the most beautiful setting. The hotel staff treated us like royalty, and every detail was perfectly thought through. From the elegant rooms to the candlelit dinners by the pool, it was pure magic.", tag: "Couple's Retreat", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-couple-vacation_23-2147978848.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-couple-vacation_23-2147978848.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-couple-vacation_23-2147978848.jpg?_wi=1" }, { id: "3", @@ -188,7 +188,7 @@ export default function HomePage() { quote: "Staying here while researching Central Asian architecture was a dream. The hotel's design itself is a masterpiece. The concierge provided exceptional guidance for my explorations. Absolutely remarkable.", tag: "Cultural Explorer", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-sitting-bed-hotel-room-talking-mobile-phone_637285-7636.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-sitting-bed-hotel-room-talking-mobile-phone_637285-7636.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-sitting-bed-hotel-room-talking-mobile-phone_637285-7636.jpg?_wi=2" }, { id: "6", @@ -198,7 +198,7 @@ export default function HomePage() { quote: "This is my third stay, and I'm already planning my fourth. The consistency of excellence, the warm hospitality, and the attention to detail are unmatched. You feel genuinely welcomed here.", tag: "Loyal Guest", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-couple-vacation_23-2147978848.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-couple-vacation_23-2147978848.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-couple-vacation_23-2147978848.jpg?_wi=2" } ]} title="What Our Guests Say" @@ -219,7 +219,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg?_wi=1" mediaPosition="right" mediaAnimation="blur-reveal" inputPlaceholder="Your email address" -- 2.49.1 From 9bb92989e4146efdb25fa5b421c12f7deb8c3d24 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:02:46 +0000 Subject: [PATCH 5/5] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index e613a1f..f0e264a 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -45,27 +45,27 @@ export default function RoomsPage() { { title: "Luxury Bedrooms", description: "Beautifully appointed rooms with premium furnishings and modern amenities for ultimate comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", }, { title: "Suite Accommodations", description: "Spacious suites featuring separate living areas and stunning views of historic Bukhara.", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg?_wi=1", }, { title: "Deluxe Rooms", description: "Premium double and twin rooms with state-of-the-art bathrooms and panoramic windows.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", }, { title: "Executive Suites", description: "Top-tier accommodations with private lounge access and personalized concierge service.", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg?_wi=2", }, { title: "Family Rooms", description: "Spacious interconnected rooms perfect for families and group travelers seeking comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", } ]} title="Our Room Collection" @@ -85,17 +85,17 @@ export default function RoomsPage() { { title: "Premium Linens", description: "Egyptian cotton sheets and down pillows ensure a restful night's sleep.", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg?_wi=3", }, { title: "Modern Bathroom", description: "Marble-appointed bathrooms with rainfall showers and luxury toiletries.", - imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg?_wi=2", }, { title: "Room Service", description: "24-hour room service delivering culinary excellence directly to your accommodation.", - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1311.jpg?_wi=2", } ]} title="Room Amenities & Features" @@ -118,7 +118,7 @@ export default function RoomsPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg?_wi=2" mediaPosition="right" mediaAnimation="blur-reveal" inputPlaceholder="Your email address" -- 2.49.1