From b7ed4e063e1fcaecb1b0f1b37c08d89b28533ba6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:45:20 +0000 Subject: [PATCH] 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 8e70317..0a27ebf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -55,11 +55,11 @@ export default function ContactPage() { variant: "radial-gradient"}} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/two-young-couples-enjoying-drink-staircase_23-2147828190.jpg", imageAlt: "Hotel Radhe building entrance"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-young-couples-enjoying-drink-staircase_23-2147828190.jpg?_wi=2", imageAlt: "Hotel Radhe building entrance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg", imageAlt: "Hotel reception area"}, + imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=3", imageAlt: "Hotel reception area"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-with-coffee-mobile-phone_74190-9558.jpg", imageAlt: "Hotel staff ready to assist"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-with-coffee-mobile-phone_74190-9558.jpg?_wi=2", imageAlt: "Hotel staff ready to assist"}, ]} mediaAnimation="slide-up" tagAnimation="opacity" @@ -80,7 +80,7 @@ export default function ContactPage() { { value: "Quick", title: "Response Time"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wide-angle-shot-travel-accommodation-hotel-lounge-with-check-reception-desk-stylish-empty-modern-resort-foyer-interior-with-cozy-furniture-warm-fireplace-ready-welcome-tourists_482257-67830.jpg?_wi=4" imageAlt="Hotel Radhe reception desk" useInvertedBackground={false} mediaAnimation="slide-up" @@ -106,7 +106,7 @@ export default function ContactPage() { {/* Footer */}