Update src/app/page.tsx
This commit is contained in:
297
src/app/page.tsx
297
src/app/page.tsx
@@ -34,53 +34,36 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "#properties",
|
||||
},
|
||||
name: "Properties", id: "#properties"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg"
|
||||
logoAlt="Elite Estates Logo"
|
||||
brandName="Elite Estates"
|
||||
button={{
|
||||
text: "Enquire Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Enquire Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Your Vision, Our Expertise. Unrivaled Luxury Real Estate."
|
||||
description="Elite Estates offers an exclusive portfolio of the world's most distinguished properties, meticulously selected for discerning clientele. Experience unparalleled service and discover a home beyond compare."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Properties",
|
||||
href: "#properties",
|
||||
},
|
||||
text: "Explore Properties", href: "#properties"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6669.jpg"
|
||||
imageAlt="Luxury beachfront villa"
|
||||
@@ -88,53 +71,28 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
|
||||
alt: "Satisfied client Ava Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", alt: "Satisfied client Ava Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
|
||||
alt: "Satisfied client Robert Miles",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", alt: "Satisfied client Robert Miles"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-couple_23-2147892051.jpg",
|
||||
alt: "Satisfied client Jessica Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-couple_23-2147892051.jpg", alt: "Satisfied client Jessica Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg",
|
||||
alt: "Satisfied client David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg", alt: "Satisfied client David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
alt: "Satisfied client Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "Satisfied client Sarah Johnson"},
|
||||
]}
|
||||
avatarText="Join our 5,000+ satisfied clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/orlando-panorama_649448-739.jpg",
|
||||
alt: "Modern city penthouse view",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/orlando-panorama_649448-739.jpg", alt: "Modern city penthouse view"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912525.jpg",
|
||||
alt: "Coastal luxury villa",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912525.jpg", alt: "Coastal luxury villa"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-14311.jpg",
|
||||
alt: "Architectural masterpiece interior",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-14311.jpg", alt: "Architectural masterpiece interior"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-wedding-flower-arrangement-seats-along-aisle_1127-3214.jpg",
|
||||
alt: "Serene private estate",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/beautiful-wedding-flower-arrangement-seats-along-aisle_1127-3214.jpg", alt: "Serene private estate"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-jumping-into-pool_23-2147814740.jpg",
|
||||
alt: "Exclusive resort-style living",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-jumping-into-pool_23-2147814740.jpg", alt: "Exclusive resort-style living"},
|
||||
]}
|
||||
marqueeSpeed={35}
|
||||
showMarqueeCard={false}
|
||||
@@ -150,24 +108,16 @@ export default function LandingPage() {
|
||||
description="At Elite Estates, we transcend traditional real estate, offering a bespoke experience tailored to your unique aspirations. Our deep market insight, global network, and unwavering dedication ensure every transaction is seamless and rewarding."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Exclusive Global Portfolio",
|
||||
description: "Access to a meticulously curated collection of premier properties worldwide, including off-market opportunities.",
|
||||
icon: Globe,
|
||||
title: "Exclusive Global Portfolio", description: "Access to a meticulously curated collection of premier properties worldwide, including off-market opportunities.", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Personalized Client Service",
|
||||
description: "Benefit from a dedicated advisor committed to understanding your needs and exceeding your expectations.",
|
||||
icon: UserCheck,
|
||||
title: "Personalized Client Service", description: "Benefit from a dedicated advisor committed to understanding your needs and exceeding your expectations.", icon: UserCheck,
|
||||
},
|
||||
{
|
||||
title: "Discreet & Confidential Transactions",
|
||||
description: "We prioritize your privacy, handling every aspect of your real estate journey with the utmost discretion.",
|
||||
icon: ShieldCheck,
|
||||
title: "Discreet & Confidential Transactions", description: "We prioritize your privacy, handling every aspect of your real estate journey with the utmost discretion.", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
title: "Expert Market Analysis",
|
||||
description: "Leverage our profound market knowledge to make informed decisions and secure the best possible value.",
|
||||
icon: TrendingUp,
|
||||
title: "Expert Market Analysis", description: "Leverage our profound market knowledge to make informed decisions and secure the best possible value.", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-business-persons_23-2147702079.jpg"
|
||||
@@ -184,47 +134,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Oceanfront Grandeur",
|
||||
price: "$25,000,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2721.jpg",
|
||||
imageAlt: "Oceanfront Grandeur",
|
||||
},
|
||||
id: "p1", name: "Oceanfront Grandeur", price: "$25,000,000", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2721.jpg", imageAlt: "Oceanfront Grandeur"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Urban Sky Villa",
|
||||
price: "$12,500,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg",
|
||||
imageAlt: "Urban Sky Villa",
|
||||
},
|
||||
id: "p2", name: "Urban Sky Villa", price: "$12,500,000", imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-stylish-smiling-woman-walking-exotic-street-near-hotel-sunny-hot-day-spending-her-vacation-los-angeles_273443-2714.jpg", imageAlt: "Urban Sky Villa"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Alpine Mountain Estate",
|
||||
price: "$18,000,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118914.jpg",
|
||||
imageAlt: "Alpine Mountain Estate",
|
||||
},
|
||||
id: "p3", name: "Alpine Mountain Estate", price: "$18,000,000", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118914.jpg", imageAlt: "Alpine Mountain Estate"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Historic City Mansion",
|
||||
price: "$9,800,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/typical-french-style-architecture-paris_649448-4935.jpg",
|
||||
imageAlt: "Historic City Mansion",
|
||||
},
|
||||
id: "p4", name: "Historic City Mansion", price: "$9,800,000", imageSrc: "http://img.b2bpic.net/free-photo/typical-french-style-architecture-paris_649448-4935.jpg", imageAlt: "Historic City Mansion"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Desert Modern Sanctuary",
|
||||
price: "$11,200,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg",
|
||||
imageAlt: "Desert Modern Sanctuary",
|
||||
},
|
||||
id: "p5", name: "Desert Modern Sanctuary", price: "$11,200,000", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg", imageAlt: "Desert Modern Sanctuary"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Private Island Retreat",
|
||||
price: "$35,000,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728836.jpg",
|
||||
imageAlt: "Private Island Retreat",
|
||||
},
|
||||
id: "p6", name: "Private Island Retreat", price: "$35,000,000", imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728836.jpg", imageAlt: "Private Island Retreat"},
|
||||
]}
|
||||
title="Discover Our Exclusive Property Listings"
|
||||
description="Explore a curated selection of luxury homes, penthouses, and estates in the most sought-after locations worldwide. Each property represents the pinnacle of architectural design and lavish amenities."
|
||||
@@ -238,19 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic Listings",
|
||||
"Limited Network",
|
||||
"Impersonal Service",
|
||||
"Hidden Fees",
|
||||
],
|
||||
"Generic Listings", "Limited Network", "Impersonal Service", "Hidden Fees"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Exclusive Off-Market Properties",
|
||||
"Global Buyer & Seller Network",
|
||||
"Dedicated Personal Advisor",
|
||||
"Transparent Process & Pricing",
|
||||
],
|
||||
"Exclusive Off-Market Properties", "Global Buyer & Seller Network", "Dedicated Personal Advisor", "Transparent Process & Pricing"],
|
||||
}}
|
||||
title="Bespoke Services for Discerning Clients"
|
||||
description="Our comprehensive suite of services ensures a seamless and exceptional real estate journey, from initial consultation to closing and beyond."
|
||||
@@ -265,25 +177,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Years of Experience",
|
||||
description: "Unmatched expertise in the high-end property market.",
|
||||
icon: Award,
|
||||
id: "m1", value: "20+", title: "Years of Experience", description: "Unmatched expertise in the high-end property market.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Properties Sold",
|
||||
description: "A robust portfolio of successful, high-value transactions.",
|
||||
icon: Home,
|
||||
id: "m2", value: "500+", title: "Properties Sold", description: "A robust portfolio of successful, high-value transactions.", icon: Home,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Our dedication translates into consistently exceptional client experiences.",
|
||||
icon: Sparkles,
|
||||
id: "m3", value: "98%", title: "Client Satisfaction", description: "Our dedication translates into consistently exceptional client experiences.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
title="Our Legacy of Excellence in Luxury Real Estate"
|
||||
@@ -296,14 +196,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Luxury Hotel Group",
|
||||
"Private Wealth Bank",
|
||||
"Exclusive Auto Group",
|
||||
"Elite Yacht Charters",
|
||||
"Fine Art Collections",
|
||||
"Global Concierge",
|
||||
"Premium Jet Services",
|
||||
]}
|
||||
"Luxury Hotel Group", "Private Wealth Bank", "Exclusive Auto Group", "Elite Yacht Charters", "Fine Art Collections", "Global Concierge", "Premium Jet Services"]}
|
||||
title="Trusted by the World's Most Prestigious Brands"
|
||||
description="Our collaborations with leading luxury lifestyle and financial institutions underscore our commitment to excellence and high standards."
|
||||
speed={50}
|
||||
@@ -318,45 +211,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Eleanor Vance",
|
||||
handle: "@EleanorVance",
|
||||
testimonial: "Elite Estates provided an unmatched level of service. Their discretion and access to exclusive properties truly set them apart. My new home is beyond perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg",
|
||||
imageAlt: "Eleanor Vance",
|
||||
},
|
||||
id: "t1", name: "Eleanor Vance", handle: "@EleanorVance", testimonial: "Elite Estates provided an unmatched level of service. Their discretion and access to exclusive properties truly set them apart. My new home is beyond perfect.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageAlt: "Eleanor Vance"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@MarcusThorne",
|
||||
testimonial: "The team at Elite Estates managed the sale of my estate with remarkable efficiency and a deep understanding of the luxury market. A truly professional experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
||||
imageAlt: "Marcus Thorne",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", handle: "@MarcusThorne", testimonial: "The team at Elite Estates managed the sale of my estate with remarkable efficiency and a deep understanding of the luxury market. A truly professional experience.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", imageAlt: "Marcus Thorne"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia & David Chen",
|
||||
handle: "@ChenResidences",
|
||||
testimonial: "Finding our dream villa felt effortless with Elite Estates. Their personalized approach and attention to detail made the entire process enjoyable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105982.jpg",
|
||||
imageAlt: "Sophia and David Chen",
|
||||
},
|
||||
id: "t3", name: "Sophia & David Chen", handle: "@ChenResidences", testimonial: "Finding our dream villa felt effortless with Elite Estates. Their personalized approach and attention to detail made the entire process enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105982.jpg", imageAlt: "Sophia and David Chen"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Isabelle Dubois",
|
||||
handle: "@IsabelleD_Lux",
|
||||
testimonial: "I highly recommend Elite Estates for anyone seeking unparalleled expertise in luxury real estate. Their network and insights are invaluable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worried-businessman-pointing-with-index-finger_1262-5944.jpg",
|
||||
imageAlt: "Isabelle Dubois",
|
||||
},
|
||||
id: "t4", name: "Isabelle Dubois", handle: "@IsabelleD_Lux", testimonial: "I highly recommend Elite Estates for anyone seeking unparalleled expertise in luxury real estate. Their network and insights are invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/worried-businessman-pointing-with-index-finger_1262-5944.jpg", imageAlt: "Isabelle Dubois"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alexander Knight",
|
||||
handle: "@KnightInvests",
|
||||
testimonial: "As an investor, I rely on precision and performance. Elite Estates delivered on both counts, securing an exceptional off-market opportunity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-cheerful-young-man-searches-job-browses-webpage-modern-cell-phone-checks-information-internet-sits-cafeteria-enjoys-sweet-dessert-fresh-drink_273609-29263.jpg",
|
||||
imageAlt: "Alexander Knight",
|
||||
},
|
||||
id: "t5", name: "Alexander Knight", handle: "@KnightInvests", testimonial: "As an investor, I rely on precision and performance. Elite Estates delivered on both counts, securing an exceptional off-market opportunity.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-cheerful-young-man-searches-job-browses-webpage-modern-cell-phone-checks-information-internet-sits-cafeteria-enjoys-sweet-dessert-fresh-drink_273609-29263.jpg", imageAlt: "Alexander Knight"},
|
||||
]}
|
||||
title="What Our Esteemed Clients Say"
|
||||
description="Hear firsthand accounts of the exceptional service and unparalleled results experienced by those who chose Elite Estates for their luxury real estate needs."
|
||||
@@ -370,25 +233,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What makes Elite Estates unique?",
|
||||
content: "Elite Estates distinguishes itself through a curated global portfolio, personalized advisory services, a commitment to discretion, and unparalleled market expertise in the luxury sector.",
|
||||
},
|
||||
id: "faq1", title: "What makes Elite Estates unique?", content: "Elite Estates distinguishes itself through a curated global portfolio, personalized advisory services, a commitment to discretion, and unparalleled market expertise in the luxury sector."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you handle international property transactions?",
|
||||
content: "Yes, our extensive global network and expertise allow us to facilitate seamless luxury property transactions across various international markets, ensuring a smooth process for our global clientele.",
|
||||
},
|
||||
id: "faq2", title: "Do you handle international property transactions?", content: "Yes, our extensive global network and expertise allow us to facilitate seamless luxury property transactions across various international markets, ensuring a smooth process for our global clientele."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How do you ensure client privacy and confidentiality?",
|
||||
content: "Client privacy is paramount. We employ strict confidentiality protocols and conduct all transactions with the utmost discretion, safeguarding your personal and financial information throughout the process.",
|
||||
},
|
||||
id: "faq3", title: "How do you ensure client privacy and confidentiality?", content: "Client privacy is paramount. We employ strict confidentiality protocols and conduct all transactions with the utmost discretion, safeguarding your personal and financial information throughout the process."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can you assist with off-market properties?",
|
||||
content: "Absolutely. Through our exclusive network and deep industry connections, we often provide access to coveted off-market properties that are not publicly listed, offering unique opportunities to our clients.",
|
||||
},
|
||||
id: "faq4", title: "Can you assist with off-market properties?", content: "Absolutely. Through our exclusive network and deep industry connections, we often provide access to coveted off-market properties that are not publicly listed, offering unique opportunities to our clients."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common inquiries about buying, selling, and investing in luxury properties with Elite Estates."
|
||||
@@ -402,16 +253,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Exclusive Consultation"
|
||||
title="Ready to Find Your Next Luxury Home?"
|
||||
description="Our dedicated team of luxury real estate advisors is ready to provide you with personalized service and access to off-market opportunities. Reach out today for a confidential discussion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -421,62 +269,37 @@ export default function LandingPage() {
|
||||
logoText="Elite Estates"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Buy a Property",
|
||||
href: "#properties",
|
||||
},
|
||||
label: "Buy a Property", href: "#properties"},
|
||||
{
|
||||
label: "Sell an Estate",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Sell an Estate", href: "#contact"},
|
||||
{
|
||||
label: "Property Management",
|
||||
href: "#",
|
||||
},
|
||||
label: "Property Management", href: "#"},
|
||||
{
|
||||
label: "Market Insights",
|
||||
href: "#",
|
||||
},
|
||||
label: "Market Insights", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Team", href: "#"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
label: "Disclaimer", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user