Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-09 18:58:52 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Portfolio",
id: "portfolio",
},
name: "Portfolio", id: "portfolio"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="ELITE ESTATES"
/>
@@ -52,62 +44,39 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Discover Extraordinary Properties, Invest Intelligently"
description="Curated luxury real estate portfolio for discerning investors. Access exclusive listings and market insights unavailable elsewhere."
buttons={[
{
text: "Explore Premium Listings",
href: "#portfolio",
},
text: "Explore Premium Listings", href: "#portfolio"},
]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-villa-with-illuminated-staircase-sunset_23-2151986056.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322087.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322087.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/two-smiling-male-female-colleagues-working-outdoor-cafe_1262-12596.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/two-smiling-male-female-colleagues-working-outdoor-cafe_1262-12596.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-near-brick-wall-street-background-metrosexual_158538-10503.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-near-brick-wall-street-background-metrosexual_158538-10503.jpg", alt: "Client 5"},
]}
avatarText="Trusted by 500+ global investors"
marqueeItems={[
{
type: "text",
text: "Ultra-Luxury Estates",
},
type: "text", text: "Ultra-Luxury Estates"},
{
type: "text",
text: "Off-Market Access",
},
type: "text", text: "Off-Market Access"},
{
type: "text",
text: "Global Investment",
},
type: "text", text: "Global Investment"},
{
type: "text",
text: "Discreet Transactions",
},
type: "text", text: "Discreet Transactions"},
{
type: "text",
text: "Prime Locations",
},
type: "text", text: "Prime Locations"},
]}
/>
</div>
@@ -119,9 +88,7 @@ export default function LandingPage() {
description="We specialize in connecting discerning investors with the world's most elite real estate. Our portfolio is meticulously curated to provide maximum return and lasting prestige, ensuring a seamless experience for every client."
buttons={[
{
text: "Learn About Our Process",
href: "#",
},
text: "Learn About Our Process", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/living-room-with-blue-sofa-gold-coffee-table_123827-23877.jpg"
/>
@@ -135,41 +102,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Modern Villa, Amalfi",
price: "$12.5M",
imageSrc: "http://img.b2bpic.net/free-photo/city-landscape-with-tall-buildings_23-2149444894.jpg",
},
id: "p1", name: "Modern Villa, Amalfi", price: "$12.5M", imageSrc: "http://img.b2bpic.net/free-photo/city-landscape-with-tall-buildings_23-2149444894.jpg"},
{
id: "p2",
name: "Waterfront Estate, Miami",
price: "$8.2M",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg",
},
id: "p2", name: "Waterfront Estate, Miami", price: "$8.2M", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg"},
{
id: "p3",
name: "Penthouse, Dubai",
price: "$15.0M",
imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg",
},
id: "p3", name: "Penthouse, Dubai", price: "$15.0M", imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg"},
{
id: "p4",
name: "Historic Manor, London",
price: "$22.0M",
imageSrc: "http://img.b2bpic.net/free-photo/facade-building-with-classical-architecture_23-2148184255.jpg",
},
id: "p4", name: "Historic Manor, London", price: "$22.0M", imageSrc: "http://img.b2bpic.net/free-photo/facade-building-with-classical-architecture_23-2148184255.jpg"},
{
id: "p5",
name: "Secluded Oasis, Bali",
price: "$6.4M",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg",
},
id: "p5", name: "Secluded Oasis, Bali", price: "$6.4M", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg"},
{
id: "p6",
name: "Modern Glass Home, Aspen",
price: "$11.2M",
imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg",
},
id: "p6", name: "Modern Glass Home, Aspen", price: "$11.2M", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg"},
]}
title="Curated Portfolio"
description="Explore our current collection of elite properties, selected for their exceptional quality and investment potential."
@@ -178,44 +121,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Jenkins",
handle: "CEO, Global Equities",
testimonial: "Elite Estates facilitated my most complex acquisition with total discretion and unmatched market insight.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322087.jpg",
},
id: "1", name: "Sarah Jenkins", handle: "CEO, Global Equities", testimonial: "Elite Estates facilitated my most complex acquisition with total discretion and unmatched market insight.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-talking-real-estate-agent_23-2150322087.jpg"},
{
id: "2",
name: "Michael Thorne",
handle: "Private Investor",
testimonial: "The property selection process was effortless. Their attention to detail in luxury real estate is simply in a league of its own.",
imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-female-colleagues-working-outdoor-cafe_1262-12596.jpg",
},
id: "2", name: "Michael Thorne", handle: "Private Investor", testimonial: "The property selection process was effortless. Their attention to detail in luxury real estate is simply in a league of its own.", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-female-colleagues-working-outdoor-cafe_1262-12596.jpg"},
{
id: "3",
name: "Elena Rodriguez",
handle: "Real Estate Mogul",
testimonial: "Working with the Elite team has redefined what I expect from a luxury brokerage. Professionalism at every turn.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
},
id: "3", name: "Elena Rodriguez", handle: "Real Estate Mogul", testimonial: "Working with the Elite team has redefined what I expect from a luxury brokerage. Professionalism at every turn.", imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg"},
{
id: "4",
name: "David Chen",
handle: "Tech Founder",
testimonial: "I came to them looking for an exclusive investment property and left with a portfolio addition that exceeded expectations.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg",
},
id: "4", name: "David Chen", handle: "Tech Founder", testimonial: "I came to them looking for an exclusive investment property and left with a portfolio addition that exceeded expectations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg"},
{
id: "5",
name: "Sophia Vance",
handle: "International Buyer",
testimonial: "Seamless from start to finish. Their expertise in global markets ensured my cross-border transition was smooth and successful.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-near-brick-wall-street-background-metrosexual_158538-10503.jpg",
},
id: "5", name: "Sophia Vance", handle: "International Buyer", testimonial: "Seamless from start to finish. Their expertise in global markets ensured my cross-border transition was smooth and successful.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-near-brick-wall-street-background-metrosexual_158538-10503.jpg"},
]}
title="Client Excellence"
description="Our reputation is built on trust, discretion, and consistent results for our high-net-worth clientele."
@@ -226,8 +145,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Inquire"
title="Request Exclusive Access"
description="Connect with our advisory team to gain entry to off-market listings and customized investment strategies."
@@ -238,13 +156,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="ELITE ESTATES"
leftLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>