From b2668349c0385f3038d275cdc79289b90ec7e518 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:23:28 +0000 Subject: [PATCH 1/4] 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 7effbd5..1385a2a 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -50,37 +50,37 @@ export default function AmenitiesPage() { id: 1, title: "Free High-Speed WiFi", description: "Stay connected with reliable internet throughout the hotel. Work-friendly speeds and 24/7 availability for all guests.", - imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg?_wi=4", }, { id: 2, title: "Swimming Pool", description: "Enjoy our refreshing outdoor swimming pool. Perfect for relaxation and unwinding after a day of travel or work.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg?_wi=2", }, { id: 3, title: "Air-Conditioned Rooms", description: "All rooms feature modern air-conditioning for your comfort. Adjustable temperature controls in every room.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg?_wi=3", }, { id: 4, title: "24/7 Room Service", description: "Professional room service available round the clock. Order food, beverages, or request any assistance anytime.", - imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=2", }, { id: 5, title: "Laundry Service", description: "Complete laundry and dry-cleaning facilities available. Express service for urgent needs at reasonable rates.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=2", }, { id: 6, title: "Free Secure Parking", description: "Spacious parking area with 24-hour security surveillance. Complimentary parking for all hotel guests.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-37546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-37546.jpg?_wi=2", }, ]} animationType="blur-reveal" @@ -101,19 +101,19 @@ export default function AmenitiesPage() { id: 1, title: "Concierge Service", description: "Expert assistance with restaurant reservations, local attractions, transportation bookings, and travel planning.", - imageSrc: "http://img.b2bpic.net/free-photo/friendly-concierge-assisting-guest_482257-103256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friendly-concierge-assisting-guest_482257-103256.jpg?_wi=2", }, { id: 2, title: "Reception Desk", description: "Multilingual front desk staff available 24/7 to assist with check-in, check-out, and general inquiries.", - imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=3", }, { id: 3, title: "Express Checkout", description: "Quick and convenient checkout process. Express luggage storage available for late checkout guests.", - imageSrc: "http://img.b2bpic.net/free-photo/important-building-facade_1127-23.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/important-building-facade_1127-23.jpg?_wi=3", }, ]} animationType="blur-reveal" -- 2.49.1 From 5a67b0f88543cd191026136a2e80127d0c80c8e9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:23:29 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1b70072..cd985fd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -63,7 +63,7 @@ export default function ContactPage() { description="Hotel Malhar Regency" subdescription="Mandal, Shirpur, Maharashtra 425405, India | Phone: +91 98222 72219" icon={MapPin} - imageSrc="http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg" + imageSrc="http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg?_wi=3" imageAlt="Hotel Location on Map" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1 From 6abbca9860f340260f4ced91a8c99bbc4cd5080b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:23:30 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8f47a5..4b4a63a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,17 +63,17 @@ export default function HomePage() { imageAlt: "Hotel Swimming Pool", }, { - imageSrc: "http://img.b2bpic.net/free-photo/friendly-concierge-assisting-guest_482257-103256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friendly-concierge-assisting-guest_482257-103256.jpg?_wi=1", imageAlt: "Hotel Reception Area", }, { - imageSrc: "http://img.b2bpic.net/free-photo/important-building-facade_1127-23.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/important-building-facade_1127-23.jpg?_wi=1", imageAlt: "Hotel Exterior", }, ]} rightCarouselItems={[ { - 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", imageAlt: "Deluxe Room", }, { @@ -85,7 +85,7 @@ export default function HomePage() { imageAlt: "Family Room", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-maid-holding-folded-towels_171337-12686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-maid-holding-folded-towels_171337-12686.jpg?_wi=1", imageAlt: "Hotel Amenities", }, ]} @@ -130,25 +130,25 @@ export default function HomePage() { id: 1, title: "Affordable Rooms", description: "Budget-friendly accommodation without compromising on comfort and cleanliness. Perfect for all types of travelers.", - imageSrc: "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg?_wi=1", }, { id: 2, title: "Free Parking", description: "Secure, free parking facility available for all guests. No hidden charges or additional parking fees.", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-picture-car-parking-underground-garage-interior-with-neon-lights-autocars-parked-buildings-urban-constructions-space-transportation-vehicle-night-city-concept_343059-3077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-picture-car-parking-underground-garage-interior-with-neon-lights-autocars-parked-buildings-urban-constructions-space-transportation-vehicle-night-city-concept_343059-3077.jpg?_wi=1", }, { id: 3, title: "Convenient Location", description: "Centrally located in Shirpur with easy access to bus stands, markets, and main attractions.", - imageSrc: "http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg?_wi=1", }, { id: 4, title: "Fast WiFi", description: "High-speed internet throughout the hotel. Work or leisure, stay connected with our reliable WiFi.", - imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg?_wi=1", }, ]} animationType="blur-reveal" @@ -173,21 +173,21 @@ export default function HomePage() { id: "standard", name: "Standard Room", price: "₹1,500 - ₹2,000/night", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg?_wi=1", imageAlt: "Standard Room", }, { id: "deluxe", name: "Deluxe Room", price: "₹2,500 - ₹3,500/night", - 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", imageAlt: "Deluxe Room", }, { id: "family", name: "Family Room", price: "₹3,500 - ₹5,000/night", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roommates-laying-bed_23-2149485690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roommates-laying-bed_23-2149485690.jpg?_wi=1", imageAlt: "Family Room", }, ]} @@ -206,37 +206,37 @@ export default function HomePage() { id: 1, title: "Free High-Speed WiFi", description: "Stay connected with reliable internet throughout the hotel. Work-friendly speeds and 24/7 availability.", - imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg?_wi=2", }, { id: 2, title: "Swimming Pool", description: "Enjoy our refreshing outdoor swimming pool. Perfect for relaxation after a day of travel.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-stair-ladder-around-there_74190-7881.jpg?_wi=1", }, { id: 3, title: "Air-Conditioned Rooms", description: "All rooms feature modern air-conditioning for your comfort in every season.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg?_wi=1", }, { id: 4, title: "24/7 Room Service", description: "Professional room service available round the clock for your convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=1", }, { id: 5, title: "Laundry Service", description: "Complete laundry facilities available. Express service for urgent needs.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=1", }, { id: 6, title: "Free Secure Parking", description: "Spacious parking area with 24-hour security. Complimentary for all guests.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-37546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-coffee-talking-phone-parking-lot_169016-37546.jpg?_wi=1", }, ]} animationType="blur-reveal" @@ -252,32 +252,32 @@ export default function HomePage() { { id: "1", name: "Rajesh Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", }, { id: "2", name: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", }, { id: "3", name: "Amit Patel", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", }, { id: "4", name: "Neha Gupta", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", }, { id: "5", name: "Vikram Singh", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", }, { id: "6", name: "Anjali Desai", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3", }, ]} cardTitle="Over 595 Happy Guests Rate Us 3.6★ on Google" @@ -296,7 +296,7 @@ export default function HomePage() { description="Hotel Malhar Regency" subdescription="Mandal, Shirpur, Maharashtra 425405, India | Phone: +91 98222 72219" icon={MapPin} - imageSrc="http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg" + imageSrc="http://img.b2bpic.net/free-vector/map-background-design_1212-290.jpg?_wi=2" imageAlt="Hotel Location Map" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1 From d1b2353879c8cd11fa9c9501fe566c8450438911 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:23:31 +0000 Subject: [PATCH 4/4] 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 f1e80b9..e79113e 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -56,21 +56,21 @@ export default function RoomsPage() { id: "standard", name: "Standard Room", price: "₹1,500 - ₹2,000/night", - imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-blanket-bed-decoration-interior-bedroom_74190-13578.jpg?_wi=2", imageAlt: "Standard Room with comfortable bedding and air-conditioning", }, { id: "deluxe", name: "Deluxe Room", price: "₹2,500 - ₹3,500/night", - 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", imageAlt: "Deluxe Room with premium furnishings and luxury amenities", }, { id: "family", name: "Family Room", price: "₹3,500 - ₹5,000/night", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roommates-laying-bed_23-2149485690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roommates-laying-bed_23-2149485690.jpg?_wi=2", imageAlt: "Spacious Family Room ideal for groups and families", }, ]} @@ -89,19 +89,19 @@ export default function RoomsPage() { id: 1, title: "Air Conditioning", description: "Climate-controlled rooms with adjustable temperature settings for maximum comfort throughout the year.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg?_wi=2", }, { id: 2, title: "Free WiFi", description: "High-speed internet available in all rooms and public areas. Ideal for business travelers and remote workers.", - imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-pulling-out-lan-cable-from-modem_482257-118912.jpg?_wi=3", }, { id: 3, title: "Modern Bathroom", description: "Well-appointed bathrooms with hot water, premium toiletries, and clean towels provided daily.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-maid-holding-folded-towels_171337-12686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-maid-holding-folded-towels_171337-12686.jpg?_wi=2", }, ]} animationType="blur-reveal" @@ -122,19 +122,19 @@ export default function RoomsPage() { id: 1, title: "Instant Confirmation", description: "Get immediate booking confirmation via email and SMS with your room details and check-in instructions.", - imageSrc: "http://img.b2bpic.net/free-photo/important-building-facade_1127-23.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/important-building-facade_1127-23.jpg?_wi=2", }, { id: 2, title: "Flexible Cancellation", description: "Cancel your reservation up to 24 hours before check-in with full refund. No hidden charges or surprises.", - imageSrc: "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg?_wi=2", }, { id: 3, title: "Best Price Guarantee", description: "We offer the best rates on our website. If you find a lower price, we'll match it and give you an additional 10% discount.", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-picture-car-parking-underground-garage-interior-with-neon-lights-autocars-parked-buildings-urban-constructions-space-transportation-vehicle-night-city-concept_343059-3077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-picture-car-parking-underground-garage-interior-with-neon-lights-autocars-parked-buildings-urban-constructions-space-transportation-vehicle-night-city-concept_343059-3077.jpg?_wi=2", }, ]} animationType="blur-reveal" -- 2.49.1