Update src/app/sell-with-me/page.tsx

This commit is contained in:
2026-06-12 08:52:08 +00:00
parent d4c9bf89ba
commit c1569495a2

View File

@@ -27,29 +27,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Properties",
id: "/properties",
},
name: "Properties", id: "/properties"},
{
name: "Sell With Me",
id: "/sell-with-me",
},
name: "Sell With Me", id: "/sell-with-me"},
{
name: "Book a Tour",
id: "/book-a-tour",
},
name: "Book a Tour", id: "/book-a-tour"},
]}
logoSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg"
logoAlt="Luxhaven Realty Logo"
brandName="Luxhaven Realty"
button={{
text: "🔒 Owner Dashboard",
href: "/private",
}}
text: "🔒 Owner Dashboard", href: "/private"}}
/>
</div>
@@ -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"
/>
</div>
@@ -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() {
<FooterLogoReveal
logoText="Luxhaven Realty"
leftLink={{
text: "WhatsApp Us",
href: "https://wa.me/233551056514",
}}
text: "WhatsApp Us", href: "https://wa.me/233551056514"}}
rightLink={{
text: "Instagram @Luxhaven_realty",
href: "https://instagram.com/Luxhaven_realty",
}}
text: "Instagram @Luxhaven_realty", href: "https://instagram.com/Luxhaven_realty"}}
/>
</div>
</ReactLenis>