From 08da33d34b409ba14155bf684f952e3933e1d306 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 08:51:16 +0000 Subject: [PATCH 1/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 78602f2..476e974 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@aisha_h", testimonial: "Luxhaven Realty exceeded our expectations. Finding our dream home was a seamless and luxurious experience from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-with-ideal-teeth_633478-2699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-with-ideal-teeth_633478-2699.jpg?_wi=1", imageAlt: "Smiling African woman", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { imageAlt: "African family", }, ]} - videoSrc="http://img.b2bpic.net/free-photo/beautiful-clear-lake-with-few-houses-built-hill_181624-2274.jpg" + videoSrc="http://img.b2bpic.net/free-photo/beautiful-clear-lake-with-few-houses-built-hill_181624-2274.jpg?_wi=1" imageAlt="Luxhaven Realty luxury property video background" showDimOverlay={true} textPosition="bottom" @@ -127,7 +127,7 @@ export default function LandingPage() { alt: "Client avatar 5", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-woman-with-ideal-teeth_633478-2699.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-woman-with-ideal-teeth_633478-2699.jpg?_wi=2" /> -- 2.49.1 From dcc41b56562e7fbe615cd84288e40c85848788ab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 08:51:17 +0000 Subject: [PATCH 2/2] Update src/app/sell-with-me/page.tsx --- src/app/sell-with-me/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/sell-with-me/page.tsx b/src/app/sell-with-me/page.tsx index b969653..bbf9790 100644 --- a/src/app/sell-with-me/page.tsx +++ b/src/app/sell-with-me/page.tsx @@ -61,10 +61,10 @@ export default function LandingPage() { description="Look no further. Partner with Luxhaven Realty for unparalleled market exposure and expert guidance." subdescription="Contact us via the WhatsApp link below to get started." icon={PhoneCall} - videoSrc="http://img.b2bpic.net/free-photo/view-city-skyline-with-defocused-camera_23-2148287816.jpg" + videoSrc="http://img.b2bpic.net/free-photo/view-city-skyline-with-defocused-camera_23-2148287816.jpg?_wi=1" videoAriaLabel="Selling property background video" mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/view-city-skyline-with-defocused-camera_23-2148287816.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-city-skyline-with-defocused-camera_23-2148287816.jpg?_wi=2" imageAlt="luxury villa cinematic drone footage" /> @@ -88,7 +88,7 @@ export default function LandingPage() { imageAlt: "Nana Ama Serwaa, Lead Agent", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-clear-lake-with-few-houses-built-hill_181624-2274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-clear-lake-with-few-houses-built-hill_181624-2274.jpg?_wi=2", imageAlt: "professional female real estate agent african", }, ]} -- 2.49.1