From 47dada4b3e11ee5420cee9a200c61437a9d76744 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:03:01 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 8317cab..35e3c22 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -86,32 +86,32 @@ export default function ReviewsPage() { carouselItems={[ { id: "carousel-review-1", - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-worker-business-trip_482257-80852.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-worker-business-trip_482257-80852.jpg", imageAlt: "Central Residence lobby", }, { id: "carousel-review-2", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg", imageAlt: "Hotel interior", }, { id: "carousel-review-3", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-phone_23-2149155173.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-phone_23-2149155173.jpg", imageAlt: "Guest testimonial", }, { id: "carousel-review-4", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg", imageAlt: "Happy guest", }, { id: "carousel-review-5", - imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg", imageAlt: "Satisfied guest", }, { id: "carousel-review-6", - imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg", imageAlt: "Hotel exterior", }, ]} @@ -133,7 +133,7 @@ export default function ReviewsPage() { handle: "Business Traveler", testimonial: "Exceptional stay! The cleanliness standards are impeccable, and the staff's hospitality made me feel truly welcomed. Highly recommend for business or leisure.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-phone_23-2149155173.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-phone_23-2149155173.jpg", imageAlt: "Ahmed Hassan review", }, { @@ -142,7 +142,7 @@ export default function ReviewsPage() { handle: "Family Guest", testimonial: "Central Residence is a hidden gem. Professional service, comfortable rooms, and the perfect location. My family loved every moment of our stay.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg", imageAlt: "Fatima Khan family review", }, { @@ -151,7 +151,7 @@ export default function ReviewsPage() { handle: "Corporate Executive", testimonial: "Outstanding hospitality and attention to detail. The rooms are spacious and beautifully appointed. This is my go-to hotel whenever I'm in Karachi.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714434.jpg", imageAlt: "Muhammad Ali review", }, { @@ -160,7 +160,7 @@ export default function ReviewsPage() { handle: "International Traveler", testimonial: "Fantastic experience! The staff went above and beyond to ensure my comfort. The central location is perfect, and the rooms are pristine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661547.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661547.jpg", imageAlt: "Sarah Williams review", }, { @@ -169,7 +169,7 @@ export default function ReviewsPage() { handle: "Leisure Traveler", testimonial: "A truly luxurious experience at reasonable prices. The hospitality, cleanliness, and room comfort exceeded my expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-outdoors-medium-shot_23-2148962801.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-outdoors-medium-shot_23-2148962801.jpg", imageAlt: "Amina Malik review", }, { @@ -178,7 +178,7 @@ export default function ReviewsPage() { handle: "Repeat Guest", testimonial: "I've stayed at Central Residence multiple times, and the quality never wavers. Consistent excellence in every aspect. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg", imageAlt: "Hassan Mirza review", }, ]} @@ -203,7 +203,7 @@ export default function ReviewsPage() { tag="Performance Metrics" tagIcon={CheckCircle} tagAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ -- 2.49.1