From 77e062f35cbf8f8567c12e39d68e75e75e6318a4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:06:51 +0000 Subject: [PATCH 1/6] 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 798c14e..4471258 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -62,19 +62,19 @@ export default function AboutPage() { { title: "Excellence", description: "We pursue excellence in every aspect of our service, from the quality of our facilities to the attentiveness of our staff.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-big-building-with-hotel-sign-dark-blue-sky_181624-1783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-big-building-with-hotel-sign-dark-blue-sky_181624-1783.jpg?_wi=2", imageAlt: "Hotel Excellence" }, { title: "Integrity", description: "We conduct our business with honesty and transparency, ensuring our guests always know they can trust our commitments.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=2", imageAlt: "Integrity" }, { title: "Community", description: "We are proud members of Kumasi's business community and actively contribute to the cultural and economic development of our region.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=2", imageAlt: "Community" } ]} -- 2.49.1 From b458866e4de0a2f31e7736f181bae8eb30b72a48 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:06:52 +0000 Subject: [PATCH 2/6] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index fae552e..b7e69a0 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -48,25 +48,25 @@ export default function AmenitiesPage() { { title: "Fine Dining Restaurant", description: "Savor exquisite cuisine prepared by our award-winning culinary team. Enjoy authentic Ghanaian dishes and international specialties in our elegant dining space.", - imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg?_wi=3", imageAlt: "Fine Dining Restaurant" }, { title: "Conference & Events", description: "Host your business meetings, weddings, and special events in our state-of-the-art conference facilities with full audio-visual support.", - imageSrc: "http://img.b2bpic.net/free-photo/conference-hall-empty-seats-row-projection-screen-before-seminar_637285-6721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/conference-hall-empty-seats-row-projection-screen-before-seminar_637285-6721.jpg?_wi=3", imageAlt: "Conference Room" }, { title: "Swimming Pool & Spa", description: "Relax and rejuvenate at our pristine swimming pool and full-service spa offering therapeutic treatments and wellness programs.", - imageSrc: "http://img.b2bpic.net/free-photo/sky-vacation-swimming-beautiful-sea_1203-4989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sky-vacation-swimming-beautiful-sea_1203-4989.jpg?_wi=3", imageAlt: "Swimming Pool" }, { title: "Free Wi-Fi & Business Center", description: "Stay connected with high-speed internet throughout the hotel and access our fully equipped business center for your professional needs.", - imageSrc: "http://img.b2bpic.net/free-photo/personnel-hotel-checking-information-papers-laptop-looking-guest-registry-reception-five-star-resort-team-employees-oversee-room-reservations-front-desk-staff-handheld-shot_482257-73252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/personnel-hotel-checking-information-papers-laptop-looking-guest-registry-reception-five-star-resort-team-employees-oversee-room-reservations-front-desk-staff-handheld-shot_482257-73252.jpg?_wi=3", imageAlt: "Business Center" } ]} -- 2.49.1 From fa7416beeffa28423720d9f41356d5f1af323476 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:06:52 +0000 Subject: [PATCH 3/6] 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 12009c4..5a9f94d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/personnel-hotel-checking-information-papers-laptop-looking-guest-registry-reception-five-star-resort-team-employees-oversee-room-reservations-front-desk-staff-handheld-shot_482257-73252.jpg" + imageSrc="http://img.b2bpic.net/free-photo/personnel-hotel-checking-information-papers-laptop-looking-guest-registry-reception-five-star-resort-team-employees-oversee-room-reservations-front-desk-staff-handheld-shot_482257-73252.jpg?_wi=4" imageAlt="Hotel Staff" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From 691554a78e0190784aab1fd316f41ef648ba21ae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:06:53 +0000 Subject: [PATCH 4/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 91ca80e..abd4935 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -47,37 +47,37 @@ export default function GalleryPage() { { title: "Hotel Exterior", description: "Beautiful modern architecture blending contemporary design with traditional African elements.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-big-building-with-hotel-sign-dark-blue-sky_181624-1783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-big-building-with-hotel-sign-dark-blue-sky_181624-1783.jpg?_wi=3", imageAlt: "Hotel Exterior" }, { title: "Luxurious Lobby", description: "Grand entrance with elegant décor creating a welcoming atmosphere for all guests.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=3", imageAlt: "Lobby Interior" }, { title: "Garden & Landscapes", description: "Serene outdoor spaces perfect for relaxation and enjoying nature's beauty.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=3", imageAlt: "Garden Area" }, { title: "Guest Rooms", description: "Impeccably furnished rooms offering comfort and luxury for a restful stay.", - 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" }, { title: "Fine Dining", description: "Elegant restaurant serving international and local cuisine in a sophisticated ambiance.", - imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg?_wi=4", imageAlt: "Dining Area" }, { title: "Recreation Facilities", description: "State-of-the-art swimming pool and wellness center for your relaxation and fitness.", - imageSrc: "http://img.b2bpic.net/free-photo/sky-vacation-swimming-beautiful-sea_1203-4989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sky-vacation-swimming-beautiful-sea_1203-4989.jpg?_wi=4", imageAlt: "Pool Area" } ]} -- 2.49.1 From 596684c074deb88c42bc186d9347dda83c1f3fce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:06:54 +0000 Subject: [PATCH 5/6] 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 145dbfd..c4e9078 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,25 +115,25 @@ export default function HomePage() { { title: "Fine Dining Restaurant", description: "Savor exquisite cuisine prepared by our award-winning culinary team. Enjoy authentic Ghanaian dishes and international specialties in our elegant dining space.", - imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg?_wi=1", imageAlt: "Fine Dining Restaurant" }, { title: "Conference & Events", description: "Host your business meetings, weddings, and special events in our state-of-the-art conference facilities with full audio-visual support.", - imageSrc: "http://img.b2bpic.net/free-photo/conference-hall-empty-seats-row-projection-screen-before-seminar_637285-6721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/conference-hall-empty-seats-row-projection-screen-before-seminar_637285-6721.jpg?_wi=1", imageAlt: "Conference Room" }, { title: "Swimming Pool & Spa", description: "Relax and rejuvenate at our pristine swimming pool and full-service spa offering therapeutic treatments and wellness programs.", - imageSrc: "http://img.b2bpic.net/free-photo/sky-vacation-swimming-beautiful-sea_1203-4989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sky-vacation-swimming-beautiful-sea_1203-4989.jpg?_wi=1", imageAlt: "Swimming Pool" }, { title: "Free Wi-Fi & Business Center", description: "Stay connected with high-speed internet throughout the hotel and access our fully equipped business center for your professional needs.", - imageSrc: "http://img.b2bpic.net/free-photo/personnel-hotel-checking-information-papers-laptop-looking-guest-registry-reception-five-star-resort-team-employees-oversee-room-reservations-front-desk-staff-handheld-shot_482257-73252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/personnel-hotel-checking-information-papers-laptop-looking-guest-registry-reception-five-star-resort-team-employees-oversee-room-reservations-front-desk-staff-handheld-shot_482257-73252.jpg?_wi=1", imageAlt: "Business Center" } ]} @@ -160,7 +160,7 @@ export default function HomePage() { quote: "My stay at Karikari Royal Hotel exceeded all expectations. The staff was incredibly attentive, the rooms are beautifully appointed, and the dining experience was outstanding. I'll definitely return for my next visit to Kumasi.", tag: "Executive Suite", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-big-building-with-hotel-sign-dark-blue-sky_181624-1783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-big-building-with-hotel-sign-dark-blue-sky_181624-1783.jpg?_wi=1", imageAlt: "Hotel Exterior" }, { @@ -171,7 +171,7 @@ export default function HomePage() { quote: "The hotel offers everything a business traveler needs - excellent conference facilities, reliable internet, and a convenient location. The team was helpful in arranging transportation and making my stay seamless.", tag: "Deluxe Room", avatarSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stools-table-huge-bright-hall_1127-3339.jpg?_wi=1", imageAlt: "Lobby Interior" }, { @@ -182,7 +182,7 @@ export default function HomePage() { quote: "From the warm welcome at check-in to the delicious breakfast buffet, every detail was perfect. The spa services were incredibly relaxing, and I felt completely pampered throughout my stay.", tag: "Standard Room", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-outdoor-hotel_1150-12915.jpg?_wi=1", imageAlt: "Garden Area" }, { @@ -193,7 +193,7 @@ export default function HomePage() { quote: "We hosted our corporate gala at Karikari Royal Hotel, and it was a tremendous success. The event team coordinated everything flawlessly, and our guests were thoroughly impressed with the elegance and service.", tag: "Conference Package", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/conference-hall-empty-seats-row-projection-screen-before-seminar_637285-6721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/conference-hall-empty-seats-row-projection-screen-before-seminar_637285-6721.jpg?_wi=2", imageAlt: "Conference Room" }, { @@ -204,7 +204,7 @@ export default function HomePage() { quote: "I've stayed at many hotels during my travels, and Karikari Royal Hotel stands out for its combination of luxury, comfort, and genuine hospitality. The team went above and beyond to ensure my comfort.", tag: "Executive Suite", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg?_wi=2", imageAlt: "Restaurant" }, { @@ -215,7 +215,7 @@ export default function HomePage() { quote: "We brought our entire family for a holiday weekend, and everyone had an amazing time. The facilities are well-maintained, the staff is patient with children, and there are plenty of activities for all ages.", tag: "Suite Package", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sky-vacation-swimming-beautiful-sea_1203-4989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sky-vacation-swimming-beautiful-sea_1203-4989.jpg?_wi=2", imageAlt: "Swimming Pool" } ]} @@ -233,7 +233,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/personnel-hotel-checking-information-papers-laptop-looking-guest-registry-reception-five-star-resort-team-employees-oversee-room-reservations-front-desk-staff-handheld-shot_482257-73252.jpg" + imageSrc="http://img.b2bpic.net/free-photo/personnel-hotel-checking-information-papers-laptop-looking-guest-registry-reception-five-star-resort-team-employees-oversee-room-reservations-front-desk-staff-handheld-shot_482257-73252.jpg?_wi=2" imageAlt="Hotel Staff" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From c5d9d7e9b07eb9f4f3e296ae10d2927743ebc753 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:06:55 +0000 Subject: [PATCH 6/6] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 2900ab7..781b3d6 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -56,14 +56,14 @@ export default function RoomsPage() { id: "2", name: "Deluxe Room", price: "GHS 650", - 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" }, { id: "3", name: "Executive Suite", price: "GHS 950", - 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: "Executive Suite" } ]} -- 2.49.1