From 1ee2e74f11885da1e8d3b81dc85ac75a0541c7a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:30:59 +0000 Subject: [PATCH 1/2] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index be3b8d5..3eb0851 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -68,11 +68,11 @@ export default function AmenitiesPage() { { title: "Business Center", description: "Fully equipped workspace with high-speed internet for business travelers", imageSrc: "http://img.b2bpic.net/free-photo/curve-parking-lot_1127-27.jpg", imageAlt: "Professional business center"}, { - title: "Laundry Service", description: "Express laundry and dry cleaning services available with quick turnaround", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg", imageAlt: "Premium laundry services"}, + title: "Laundry Service", description: "Express laundry and dry cleaning services available with quick turnaround", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg?_wi=2", imageAlt: "Premium laundry services"}, { - title: "Concierge Service", description: "Professional concierge team ready to assist with travel arrangements and recommendations", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg", imageAlt: "Dedicated concierge support"}, + title: "Concierge Service", description: "Professional concierge team ready to assist with travel arrangements and recommendations", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=3", imageAlt: "Dedicated concierge support"}, { - title: "Travel Desk", description: "Expert assistance for local tours, transportation, and travel bookings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg", imageAlt: "Travel assistance desk"}, + title: "Travel Desk", description: "Expert assistance for local tours, transportation, and travel bookings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=3", imageAlt: "Travel assistance desk"}, ]} title="Hotel Amenities & Services" description="Experience comprehensive facilities and personalized services to make your stay exceptional" -- 2.49.1 From 2228761cc8fb2a89020f8a4981181880f2274a8b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:30:59 +0000 Subject: [PATCH 2/2] Update src/app/dining/page.tsx --- src/app/dining/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/dining/page.tsx b/src/app/dining/page.tsx index 4ea33f0..65115f3 100644 --- a/src/app/dining/page.tsx +++ b/src/app/dining/page.tsx @@ -52,7 +52,7 @@ export default function DiningPage() { text: "View Menu", href: "#dining-features"}, ]} background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=1" imageAlt="Rooftop restaurant dining experience" mediaAnimation="slide-up" frameStyle="card" @@ -64,13 +64,13 @@ export default function DiningPage() {