From fac4913ece84c7e67a0ba5650b018a2b216c5ac9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:41:39 +0000 Subject: [PATCH 1/3] 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 8ce153e..b3fef37 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { placeholder: "Email Address", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=5" mediaAnimation="slide-up" /> -- 2.49.1 From f98a91694407ebfd76e0d34e0c83dbed51f7df4f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:41:40 +0000 Subject: [PATCH 2/3] 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 0b0e1b5..a4ad6c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-walk-outdoors-city_23-2150579709.jpg" + imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-walk-outdoors-city_23-2150579709.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -89,13 +89,13 @@ export default function LandingPage() { icon: Wifi, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg?_wi=1", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-walk-outdoors-city_23-2150579709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-walk-outdoors-city_23-2150579709.jpg?_wi=2", imageAlt: "luxurious hotel exterior gold accents", }, { @@ -104,13 +104,13 @@ export default function LandingPage() { icon: ShieldCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=3", imageAlt: "modern hotel deluxe room interior", }, { @@ -119,13 +119,13 @@ export default function LandingPage() { icon: Utensils, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg?_wi=3", imageAlt: "clean standard hotel room interior", }, ]} -- 2.49.1 From 0026a66e21f65158a993517dbc9296436bbc713d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:41:40 +0000 Subject: [PATCH 3/3] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 05e279a..ab3c587 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -60,21 +60,21 @@ export default function LandingPage() { name: "Standard Room", price: "₹1,500/night", variant: "Cozy", - imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-bed-decoration-interior-bed-room_74190-10023.jpg?_wi=4", }, { id: "r2", name: "Deluxe Suite", price: "₹2,500/night", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-room-with-open-balcony-soft-light-through-curtains-cozy-bedroom_169016-70022.jpg?_wi=4", }, { id: "r3", name: "AC Executive", price: "₹3,500/night", variant: "Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg?_wi=3", }, ]} title="Explore Our Rooms" -- 2.49.1