From b0c56fb66b175cb2e8e646bbdc68ac0ac38e14aa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:17:42 +0000 Subject: [PATCH 1/2] 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 ecb6302..6c74867 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -47,7 +47,7 @@ export default function ContactPage() { tagIcon={Mail} background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg" + imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg?_wi=2" imageAlt="Contact Royal Residency" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1 From c40c803d41fe23bea568c02ea0025328f4e031ce Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 08:17:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 885e093..e443b9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,10 +135,10 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/old-woman-uses-phone-photo-hotel_482257-103236.jpg", imageAlt: "Rajesh Kumar"}, { id: "3", name: "Anita Verma", role: "Wedding Guest", company: "Event Attendee", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg", imageAlt: "Anita Verma"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg?_wi=1", imageAlt: "Anita Verma"}, { id: "4", name: "Vikram Singh", role: "Corporate Event", company: "Business Event", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg", imageAlt: "Vikram Singh"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-bathrobe-reading-magazine-while-relaxing-beauty-spa-looking-camera_637285-7434.jpg?_wi=2", imageAlt: "Vikram Singh"}, { id: "5", name: "Sanya Gupta", role: "Honeymoon", company: "Newlyweds", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-takes-off-her-protective-medical-face-mask_1153-7755.jpg", imageAlt: "Sanya Gupta"}, @@ -175,7 +175,7 @@ export default function HomePage() { tagIcon={MessageCircle} background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg" + imageSrc="http://img.b2bpic.net/free-vector/web-contact-form-template_23-2147608998.jpg?_wi=1" imageAlt="Contact Royal Residency" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1