From d4c9bf89ba4d3223b1d2c917996cb0fe67d6d7ba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 08:52:08 +0000 Subject: [PATCH 1/2] Update src/app/book-a-tour/page.tsx --- src/app/book-a-tour/page.tsx | 49 +++++++++--------------------------- 1 file changed, 12 insertions(+), 37 deletions(-) diff --git a/src/app/book-a-tour/page.tsx b/src/app/book-a-tour/page.tsx index a0867a4..2a1a0f4 100644 --- a/src/app/book-a-tour/page.tsx +++ b/src/app/book-a-tour/page.tsx @@ -26,29 +26,19 @@ export default function LandingPage() { @@ -56,15 +46,13 @@ export default function LandingPage() { @@ -75,20 +63,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How do I select a property?", - content: "You can browse our 'Properties' page and note down the property title and location. This information can then be selected in the booking form dropdown.", - }, + id: "1", title: "How do I select a property?", content: "You can browse our 'Properties' page and note down the property title and location. This information can then be selected in the booking form dropdown."}, { - id: "2", - title: "What happens after I submit the form?", - content: "Our team will receive your request and contact you directly via your provided WhatsApp or call number to confirm your preferred date and time for the tour.", - }, + id: "2", title: "What happens after I submit the form?", content: "Our team will receive your request and contact you directly via your provided WhatsApp or call number to confirm your preferred date and time for the tour."}, { - id: "3", - title: "Is there a fee for booking a tour?", - content: "No, booking a tour with Luxhaven Realty is completely free of charge. We are committed to helping you find your dream luxury home.", - }, + id: "3", title: "Is there a fee for booking a tour?", content: "No, booking a tour with Luxhaven Realty is completely free of charge. We are committed to helping you find your dream luxury home."}, ]} sideTitle="Booking Your Tour" sideDescription="Find answers to frequently asked questions about scheduling property viewings with Luxhaven Realty." @@ -101,13 +80,9 @@ export default function LandingPage() { From c1569495a2d1784d7b68d625873788db97fc62f1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 08:52:08 +0000 Subject: [PATCH 2/2] Update src/app/sell-with-me/page.tsx --- src/app/sell-with-me/page.tsx | 47 ++++++++--------------------------- 1 file changed, 11 insertions(+), 36 deletions(-) diff --git a/src/app/sell-with-me/page.tsx b/src/app/sell-with-me/page.tsx index bbf9790..76610c5 100644 --- a/src/app/sell-with-me/page.tsx +++ b/src/app/sell-with-me/page.tsx @@ -27,29 +27,19 @@ export default function LandingPage() { @@ -61,10 +51,9 @@ 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?_wi=1" + videoSrc="http://img.b2bpic.net/free-photo/view-city-skyline-with-defocused-camera_23-2148287816.jpg" videoAriaLabel="Selling property background video" mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/view-city-skyline-with-defocused-camera_23-2148287816.jpg?_wi=2" imageAlt="luxury villa cinematic drone footage" /> @@ -76,20 +65,10 @@ export default function LandingPage() { useInvertedBackground={false} groups={[ { - id: "agent", - groupTitle: "Leading Real Estate Specialist", - members: [ + id: "agent", groupTitle: "Leading Real Estate Specialist", members: [ { - id: "agent-1", - title: "Nana Ama Serwaa", - subtitle: "Lead Agent", - detail: "With over a decade of expertise in luxury real estate, Nana Ama provides bespoke service and tailored strategies to ensure a seamless selling experience and maximum returns for our clients.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - imageAlt: "Nana Ama Serwaa, Lead Agent", - }, - ], - 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", + id: "agent-1", title: "Nana Ama Serwaa", subtitle: "Lead Agent", detail: "With over a decade of expertise in luxury real estate, Nana Ama provides bespoke service and tailored strategies to ensure a seamless selling experience and maximum returns for our clients.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Nana Ama Serwaa, Lead Agent"}, + ] }, ]} title="Meet Your Dedicated Agent" @@ -101,13 +80,9 @@ export default function LandingPage() {