Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-26 15:45:27 +00:00

View File

@@ -29,70 +29,31 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "About",
id: "#about",
},
{
name: "Listings",
id: "#listings",
},
{
name: "Team",
id: "#team",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Listings", id: "#listings" },
{ name: "Team", id: "#team" },
{ name: "Contact", id: "#contact" }
]}
brandName="EstateHorizon"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Defining Luxury Living"
description="Exquisite properties curated for those with a discerning eye for quality and style."
tag="Premier Real Estate Agency"
buttons={[
{
text: "View Listings",
href: "#listings",
},
]}
buttons={[{ text: "View Listings", href: "#listings" }]}
mediaItems={[
{
imageSrc: "https://pixabay.com/get/g6fbefaec96d1c62b05997b469d1a62f8256fa8146dffc3af207c43fa4074760592843d0fe4b55d549676d3f9ef615f1dd721a3a6daa1a2bc599eaae0b2ef4d01_1280.jpg",
imageAlt: "Luxury villa exterior",
},
{
imageSrc: "https://pixabay.com/get/gb65d8094a6d9912c9da92746c80bb687f4a168cdca629f01d0e5572e8c7a1cb7231951b9575b74c352d4686b2fb608270eea48d7bea30bc5e8063c44154c6281_1280.jpg?_wi=1",
imageAlt: "Modern architecture",
},
{
imageSrc: "https://pixabay.com/get/g719af2b058bd3c8ed98a68becaba4d5cb213a093504c7bcb5186c48964608e4424845cb7fd63a06ab09eec8775e1ad2463b13c556a8d4da73d9a9822b20e0696_1280.jpg?_wi=1",
imageAlt: "Charming family home",
},
{
imageSrc: "https://pixabay.com/get/g3a66ca07217211b071b80ff9a92576c09df00450d4763a71887b207442acb408da25f6e3dde7c45cfdb96d1e9c9259e4953a116e3ada6d583b17e84b28c4671c_1280.jpg?_wi=1",
imageAlt: "Urban luxury condo",
},
{
imageSrc: "https://pixabay.com/get/gb0648311dc463485610712342c899e4f025f9ba8bed1991491b34970bc02c92068bc4f1f4681a2e37f2d916aebcd324b49bb6bda14985901f699a2e48fbc5b42_1280.jpg?_wi=1",
imageAlt: "Modern office",
},
{
imageSrc: "https://pixabay.com/get/gcd14c360138d1c2ca403ce143050ca25aa0e35ba0d0c99f6efcd95c598cabe4c649ac210b89191b211878df8200563a916332532bba2ec0d5cce7e68c491157d_1280.jpg?_wi=1",
imageAlt: "Agency space",
},
{ imageSrc: "https://pixabay.com/get/g6fbefaec96d1c62b05997b469d1a62f8256fa8146dffc3af207c43fa4074760592843d0fe4b55d549676d3f9ef615f1dd721a3a6daa1a2bc599eaae0b2ef4d01_1280.jpg", imageAlt: "Luxury villa exterior" },
{ imageSrc: "https://pixabay.com/get/gb65d8094a6d9912c9da92746c80bb687f4a168cdca629f01d0e5572e8c7a1cb7231951b9575b74c352d4686b2fb608270eea48d7bea30bc5e8063c44154c6281_1280.jpg", imageAlt: "Modern architecture" },
{ imageSrc: "https://pixabay.com/get/g719af2b058bd3c8ed98a68becaba4d5cb213a093504c7bcb5186c48964608e4424845cb7fd63a06ab09eec8775e1ad2463b13c556a8d4da73d9a9822b20e0696_1280.jpg", imageAlt: "Charming family home" },
{ imageSrc: "https://pixabay.com/get/g3a66ca07217211b071b80ff9a92576c09df00450d4763a71887b207442acb408da25f6e3dde7c45cfdb96d1e9c9259e4953a116e3ada6d583b17e84b28c4671c_1280.jpg", imageAlt: "Urban luxury condo" },
{ imageSrc: "https://pixabay.com/get/gb0648311dc463485610712342c899e4f025f9ba8bed1991491b34970bc02c92068bc4f1f4681a2e37f2d916aebcd324b49bb6bda14985901f699a2e48fbc5b42_1280.jpg", imageAlt: "Modern office" },
{ imageSrc: "https://pixabay.com/get/gcd14c360138d1c2ca403ce143050ca25aa0e35ba0d0c99f6efcd95c598cabe4c649ac210b89191b211878df8200563a916332532bba2ec0d5cce7e68c491157d_1280.jpg", imageAlt: "Agency space" }
]}
/>
</div>
@@ -103,7 +64,7 @@ export default function LandingPage() {
title="Your Vision, Our Expertise"
description="With years of experience in the luxury market, EstateHorizon bridges the gap between dreams and reality, offering tailored solutions for every client."
tag="About EstateHorizon"
imageSrc="https://pixabay.com/get/gb0648311dc463485610712342c899e4f025f9ba8bed1991491b34970bc02c92068bc4f1f4681a2e37f2d916aebcd324b49bb6bda14985901f699a2e48fbc5b42_1280.jpg?_wi=2"
imageSrc="https://pixabay.com/get/gb0648311dc463485610712342c899e4f025f9ba8bed1991491b34970bc02c92068bc4f1f4681a2e37f2d916aebcd324b49bb6bda14985901f699a2e48fbc5b42_1280.jpg"
imageAlt="Our dedicated agency office"
/>
</div>
@@ -115,27 +76,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Modern Hilltop Villa",
price: "$2,500,000",
imageSrc: "https://pixabay.com/get/gb65d8094a6d9912c9da92746c80bb687f4a168cdca629f01d0e5572e8c7a1cb7231951b9575b74c352d4686b2fb608270eea48d7bea30bc5e8063c44154c6281_1280.jpg?_wi=2",
imageAlt: "Modern Hilltop Villa",
},
{
id: "p2",
name: "Suburban Estate",
price: "$1,200,000",
imageSrc: "https://pixabay.com/get/g719af2b058bd3c8ed98a68becaba4d5cb213a093504c7bcb5186c48964608e4424845cb7fd63a06ab09eec8775e1ad2463b13c556a8d4da73d9a9822b20e0696_1280.jpg?_wi=2",
imageAlt: "Suburban Estate",
},
{
id: "p3",
name: "City View Penthouse",
price: "$3,800,000",
imageSrc: "https://pixabay.com/get/g3a66ca07217211b071b80ff9a92576c09df00450d4763a71887b207442acb408da25f6e3dde7c45cfdb96d1e9c9259e4953a116e3ada6d583b17e84b28c4671c_1280.jpg?_wi=2",
imageAlt: "City View Penthouse",
},
{ id: "p1", name: "Modern Hilltop Villa", price: "$2,500,000", imageSrc: "https://pixabay.com/get/gb65d8094a6d9912c9da92746c80bb687f4a168cdca629f01d0e5572e8c7a1cb7231951b9575b74c352d4686b2fb608270eea48d7bea30bc5e8063c44154c6281_1280.jpg", imageAlt: "Modern Hilltop Villa" },
{ id: "p2", name: "Suburban Estate", price: "$1,200,000", imageSrc: "https://pixabay.com/get/g719af2b058bd3c8ed98a68becaba4d5cb213a093504c7bcb5186c48964608e4424845cb7fd63a06ab09eec8775e1ad2463b13c556a8d4da73d9a9822b20e0696_1280.jpg", imageAlt: "Suburban Estate" },
{ id: "p3", name: "City View Penthouse", price: "$3,800,000", imageSrc: "https://pixabay.com/get/g3a66ca07217211b071b80ff9a92576c09df00450d4763a71887b207442acb408da25f6e3dde7c45cfdb96d1e9c9259e4953a116e3ada6d583b17e84b28c4671c_1280.jpg", imageAlt: "City View Penthouse" }
]}
title="Curated Property Listings"
description="Browse our hand-picked selection of premium residences, estates, and urban retreats."
@@ -149,27 +92,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{
id: "tm1",
name: "Jonathan Sterling",
role: "Senior Principal",
imageSrc: "https://pixabay.com/get/gafb02563f00b5671cdcdf9be918352994f63571a4dd126e86e4385fb56a7c8ad7c4802aad9431a729ac9905a252f8edc9f0e8a88ab29b08b43a34e088500c0f6_1280.jpg",
imageAlt: "Jonathan Sterling",
},
{
id: "tm2",
name: "Elena Vance",
role: "Luxury Consultant",
imageSrc: "https://pixabay.com/get/gcbf951099478b4497f7692e3afc7b3331ed2f907447c8bbd0142e940c4d8697106e48b67aa3bde363c12c9d833ae7f5736f1fb76e7a0977821b66cd25d97d2e1_1280.jpg",
imageAlt: "Elena Vance",
},
{
id: "tm3",
name: "Marcus Thorne",
role: "Listing Specialist",
imageSrc: "https://pixabay.com/get/g73a6071aabc8b5e10b2fce6c391406e14a03e5fbe5d99420519cca174adced5adeedd249d71501df2c3d885fbd95d2ea0170f551e4423d924ac3da446c69f32e_1280.jpg",
imageAlt: "Marcus Thorne",
},
{ id: "tm1", name: "Jonathan Sterling", role: "Senior Principal", imageSrc: "https://pixabay.com/get/gafb02563f00b5671cdcdf9be918352994f63571a4dd126e86e4385fb56a7c8ad7c4802aad9431a729ac9905a252f8edc9f0e8a88ab29b08b43a34e088500c0f6_1280.jpg" },
{ id: "tm2", name: "Elena Vance", role: "Luxury Consultant", imageSrc: "https://pixabay.com/get/gcbf951099478b4497f7692e3afc7b3331ed2f907447c8bbd0142e940c4d8697106e48b67aa3bde363c12c9d833ae7f5736f1fb76e7a0977821b66cd25d97d2e1_1280.jpg" },
{ id: "tm3", name: "Marcus Thorne", role: "Listing Specialist", imageSrc: "https://pixabay.com/get/g73a6071aabc8b5e10b2fce6c391406e14a03e5fbe5d99420519cca174adced5adeedd249d71501df2c3d885fbd95d2ea0170f551e4423d924ac3da446c69f32e_1280.jpg" }
]}
title="Meet Our Experts"
description="Passionate professionals dedicated to guiding your journey through the real estate market."
@@ -180,35 +105,12 @@ export default function LandingPage() {
<TestimonialCardTwo
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Homeowner",
testimonial: "EstateHorizon made our transition effortless. Truly professional experience.",
imageSrc: "https://pixabay.com/get/g17de017d9056f5cf3bc21f4b0586bcf5defb385b799c7584fb0f2416c568aaf03c12afed6f707d6a3f9926ec35e6f3a069e3fb96bbe44bb7da3e32c1c0c592f3_1280.jpg",
},
{
id: "2",
name: "David Chen",
role: "Investor",
testimonial: "The expertise demonstrated in navigating the local market was invaluable.",
imageSrc: "https://pixabay.com/get/g7f887ce8fd74c6f8d473d6c1544efdf644e93a8315205dedee80d9c6fc3dd72b37b1ed93504a3909e25f219b58d549390645b1667a1ef5a54e43c0db1759f287_1280.jpg",
},
{
id: "3",
name: "Rachel Adams",
role: "New Buyer",
testimonial: "Found my dream home with the most supportive team. Highly recommended.",
imageSrc: "https://pixabay.com/get/g25ad7c77fed1ab515cbdb52d2a39e2d6101cd49402053964ac48b5a2e4b22cacca53408aace22a902bc23537519e0e3f0720f308e1d35172c5daedf22a8b569b_1280.jpg",
},
{
id: "4",
name: "James Wilson",
role: "Homeowner",
testimonial: "Outstanding communication and market insights every step of the way.",
imageSrc: "https://pixabay.com/get/g06d044dc01e17cf96666244435caa70e05b577089eed607378445c821021923770d6e198edc9e8f2d1b246c9afd8c5b3b7a28c763ae76a72ae78a3338a569b8e_1280.jpg",
},
{ id: "1", name: "Sarah Miller", role: "Homeowner", testimonial: "EstateHorizon made our transition effortless. Truly professional experience.", imageSrc: "https://pixabay.com/get/g17de017d9056f5cf3bc21f4b0586bcf5defb385b799c7584fb0f2416c568aaf03c12afed6f707d6a3f9926ec35e6f3a069e3fb96bbe44bb7da3e32c1c0c592f3_1280.jpg" },
{ id: "2", name: "David Chen", role: "Investor", testimonial: "The expertise demonstrated in navigating the local market was invaluable.", imageSrc: "https://pixabay.com/get/g7f887ce8fd74c6f8d473d6c1544efdf644e93a8315205dedee80d9c6fc3dd72b37b1ed93504a3909e25f219b58d549390645b1667a1ef5a54e43c0db1759f287_1280.jpg" },
{ id: "3", name: "Rachel Adams", role: "New Buyer", testimonial: "Found my dream home with the most supportive team. Highly recommended.", imageSrc: "https://pixabay.com/get/g25ad7c77fed1ab515cbdb52d2a39e2d6101cd49402053964ac48b5a2e4b22cacca53408aace22a902bc23537519e0e3f0720f308e1d35172c5daedf22a8b569b_1280.jpg" },
{ id: "4", name: "James Wilson", role: "Homeowner", testimonial: "Outstanding communication and market insights every step of the way.", imageSrc: "https://pixabay.com/get/g06d044dc01e17cf96666244435caa70e05b577089eed607378445c821021923770d6e198edc9e8f2d1b246c9afd8c5b3b7a28c763ae76a72ae78a3338a569b8e_1280.jpg" }
]}
title="Clients Speak"
description="Building relationships through integrity and exceptional results."
@@ -218,13 +120,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Ready to Start?"
description="Connect with our team to schedule a private viewing or discuss your real estate requirements."
imageSrc="https://pixabay.com/get/gcd14c360138d1c2ca403ce143050ca25aa0e35ba0d0c99f6efcd95c598cabe4c649ac210b89191b211878df8200563a916332532bba2ec0d5cce7e68c491157d_1280.jpg?_wi=2"
imageSrc="https://pixabay.com/get/gcd14c360138d1c2ca403ce143050ca25aa0e35ba0d0c99f6efcd95c598cabe4c649ac210b89191b211878df8200563a916332532bba2ec0d5cce7e68c491157d_1280.jpg"
imageAlt="Contact us office"
mediaAnimation="slide-up"
/>
@@ -233,38 +133,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Listings",
href: "#listings",
},
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
{
label: "Licensing",
href: "#",
},
],
},
{ items: [{ label: "Listings", href: "#listings" }, { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Licensing", href: "#" }] }
]}
logoText="EstateHorizon"
/>