From f1df995867243cb24a425612edc99424e49841ae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:27:10 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 94d0a9c..3635fe5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function AboutPage() { id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2" }, items: [ { icon: Wind, text: "Air Conditioning" }, { icon: Wifi, text: "Free Wi-Fi" }, @@ -72,7 +72,7 @@ export default function AboutPage() { id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=2" }, items: [ { icon: Phone, text: "24-Hour Front Desk" }, { icon: MapPin, text: "Local Shuttle Service" }, @@ -84,7 +84,7 @@ export default function AboutPage() { id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=2" }, items: [ { icon: UtensilsCrossed, text: "Free Breakfast Daily" }, { icon: Utensils, text: "On-Site Restaurant" }, -- 2.49.1 From 7d2aa561518202c794a4d72dd4e15f8c4880b813 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:27:11 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f7a623e..c235452 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,7 +41,7 @@ export default function ContactPage() { description="Located in the heart of Santipara, Hotel Siddarth Palace is easily accessible and centrally positioned for exploring Mangaldoi. Call +91 60000 80182 for directions and reservations." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg" + imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg?_wi=2" imageAlt="Hotel location map" mediaAnimation="slide-up" mediaPosition="right" @@ -63,7 +63,7 @@ export default function ContactPage() { quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!", name: "Rajesh Kumar", role: "Business Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", }, { id: "2", @@ -71,7 +71,7 @@ export default function ContactPage() { quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.", name: "Priya Sharma", role: "Family Vacationer", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg?_wi=2", }, { id: "3", @@ -79,7 +79,7 @@ export default function ContactPage() { quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.", name: "Amit Patel", role: "Frequent Guest", - 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", @@ -87,7 +87,7 @@ export default function ContactPage() { quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!", name: "Deepika Nair", role: "Solo Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", }, ]} textboxLayout="default" -- 2.49.1 From c38961aa248b685ceddbc86e9ab65469194e9280 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:27:13 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30ba792..bffc4d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function HomePage() { id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1" }, items: [ { icon: Wind, text: "Air Conditioning" }, { icon: Wifi, text: "Free Wi-Fi" }, @@ -93,7 +93,7 @@ export default function HomePage() { id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=1" }, items: [ { icon: Phone, text: "24-Hour Front Desk" }, { icon: MapPin, text: "Local Shuttle Service" }, @@ -105,7 +105,7 @@ export default function HomePage() { id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=1" }, items: [ { icon: UtensilsCrossed, text: "Free Breakfast Daily" }, { icon: Utensils, text: "On-Site Restaurant" }, @@ -127,9 +127,9 @@ export default function HomePage() { tag="Special Offer" tagIcon={Sparkles} products={[ - { id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Standard AC Room" }, - { id: "2", name: "Deluxe Room", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room" }, - { id: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", imageAlt: "Family Room" }, + { id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg?_wi=1", imageAlt: "Standard AC Room" }, + { id: "2", name: "Deluxe Room", price: "₹1,799", 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" }, + { id: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=1", imageAlt: "Family Room" }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -150,7 +150,7 @@ export default function HomePage() { quote: "Great location, clean rooms, and the staff was incredibly helpful. Free breakfast was a wonderful addition. Highly recommend for budget travelers!", name: "Rajesh Kumar", role: "Business Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", }, { id: "2", @@ -158,7 +158,7 @@ export default function HomePage() { quote: "We stayed for three nights and loved every moment. The family room was spacious, kids enjoyed the local shuttle service, and food was delicious.", name: "Priya Sharma", role: "Family Vacationer", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-black-haired-woman-standing-city-park-smiling-lady-enjoying-leisure-time-outdoors-summer-closeup-front-view-female-portrait-concept_74855-12894.jpg?_wi=1", }, { id: "3", @@ -166,7 +166,7 @@ export default function HomePage() { quote: "For the price, this hotel offers exceptional comfort. The rooms are well-maintained, Wi-Fi is fast, and the central location is perfect.", name: "Amit Patel", role: "Frequent Guest", - 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: "4", @@ -174,7 +174,7 @@ export default function HomePage() { quote: "The 24-hour front desk team went above and beyond to help us. Very professional and courteous. We'll definitely return!", name: "Deepika Nair", role: "Solo Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", }, ]} textboxLayout="default" @@ -189,7 +189,7 @@ export default function HomePage() { description="Located in the heart of Santipara, Hotel Siddarth Palace is easily accessible and centrally positioned for exploring Mangaldoi. Call +91 60000 80182 for directions and reservations." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg" + imageSrc="http://img.b2bpic.net/free-photo/map-passport-banknotes-magnifying-glass-camera-binoculars-wrist-watch-wooden-backdrop_23-2147950742.jpg?_wi=1" imageAlt="Hotel location map" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 5e85f84173d4d1b0ae582e511f48ab7678eb816c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:27:14 +0000 Subject: [PATCH 4/5] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index eae12b0..5dd8868 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -42,9 +42,9 @@ export default function RoomsPage() { tag="Special Offer" tagIcon={Sparkles} products={[ - { id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg", imageAlt: "Standard AC Room" }, - { id: "2", name: "Deluxe Room", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room" }, - { id: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", imageAlt: "Family Room" }, + { id: "1", name: "Standard AC Room", price: "₹1,235", imageSrc: "http://img.b2bpic.net/free-photo/interior-hotel-room-residence-is-furnished-modernly-copy-space-background_1258-84783.jpg?_wi=2", imageAlt: "Standard AC Room" }, + { id: "2", name: "Deluxe Room", price: "₹1,799", 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: "3", name: "Family Room", price: "₹2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=2", imageAlt: "Family Room" }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -64,7 +64,7 @@ export default function RoomsPage() { id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=3" }, items: [ { icon: Wind, text: "Air Conditioning" }, { icon: Wifi, text: "Free Wi-Fi" }, @@ -76,7 +76,7 @@ export default function RoomsPage() { id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=3" }, items: [ { icon: Phone, text: "24-Hour Front Desk" }, { icon: MapPin, text: "Local Shuttle Service" }, @@ -88,7 +88,7 @@ export default function RoomsPage() { id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=3" }, items: [ { icon: UtensilsCrossed, text: "Free Breakfast Daily" }, { icon: Utensils, text: "On-Site Restaurant" }, -- 2.49.1 From 83f395f5595cfa970feedf04fc08ed70c407e02d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:27:15 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d191646..f4e52f2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -46,7 +46,7 @@ export default function ServicesPage() { id: "1", title: "Room Essentials", description: "All rooms feature air conditioning, free Wi-Fi, flat-screen TV, and attached bathrooms with hot water.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=4" }, items: [ { icon: Wind, text: "Air Conditioning" }, { icon: Wifi, text: "Free Wi-Fi" }, @@ -58,7 +58,7 @@ export default function ServicesPage() { id: "2", title: "Guest Services", description: "Our dedicated 24-hour front desk team is always ready to assist with bookings, directions, and local recommendations.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=4" }, items: [ { icon: Phone, text: "24-Hour Front Desk" }, { icon: MapPin, text: "Local Shuttle Service" }, @@ -70,7 +70,7 @@ export default function ServicesPage() { id: "3", title: "Dining & Comfort", description: "Enjoy complimentary breakfast daily, restaurant service for lunch and dinner, plus laundry and parking facilities.", - media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=4" }, items: [ { icon: UtensilsCrossed, text: "Free Breakfast Daily" }, { icon: Utensils, text: "On-Site Restaurant" }, -- 2.49.1