Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 19:37:02 +00:00
3 changed files with 120 additions and 376 deletions

View File

@@ -27,25 +27,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Properties",
id: "/properties",
},
name: "Properties", id: "/properties"},
{
name: "Platform",
id: "/platform",
},
name: "Platform", id: "/platform"},
{
name: "Advisors",
id: "/advisors",
},
name: "Advisors", id: "/advisors"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Azzeddine El Marhni Estates"
/>
@@ -58,38 +48,20 @@ export default function LandingPage() {
description="Reach out to Azzeddine El Marhni Estates for discreet consultation on exclusive luxury properties and bespoke investment strategies in Morocco. Your inquiry is handled with the utmost confidentiality."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
},
name: "phone", type: "tel", placeholder: "Your Phone Number"},
]}
multiSelect={{
name: "region",
label: "Preferred Region",
options: [
"Casablanca",
"Marrakech",
"Rabat",
"Tangier",
"Other",
],
name: "region", label: "Preferred Region", options: [
"Casablanca", "Marrakech", "Rabat", "Tangier", "Other"],
}}
textarea={{
name: "message",
placeholder: "How can we assist you?",
rows: 5,
name: "message", placeholder: "How can we assist you?", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797669.jpg"
@@ -105,25 +77,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What kind of properties do you specialize in?",
content: "We specialize in ultra-luxury residential properties, including penthouses, villas, riads, and oceanfront estates, as well as high-value commercial and investment properties across Morocco's prime locations.",
},
id: "1", title: "What kind of properties do you specialize in?", content: "We specialize in ultra-luxury residential properties, including penthouses, villas, riads, and oceanfront estates, as well as high-value commercial and investment properties across Morocco's prime locations."},
{
id: "2",
title: "How does your AI concierge service work?",
content: "Our AI concierge provides personalized property recommendations, market insights, and assists with scheduling viewings, documentation, and various aspects of the acquisition process, all tailored to your specific criteria.",
},
id: "2", title: "How does your AI concierge service work?", content: "Our AI concierge provides personalized property recommendations, market insights, and assists with scheduling viewings, documentation, and various aspects of the acquisition process, all tailored to your specific criteria."},
{
id: "3",
title: "Do you offer off-market properties?",
content: "Yes, a significant portion of our portfolio consists of exclusive, off-market properties that are not publicly advertised, ensuring privacy and unique opportunities for our clients.",
},
id: "3", title: "Do you offer off-market properties?", content: "Yes, a significant portion of our portfolio consists of exclusive, off-market properties that are not publicly advertised, ensuring privacy and unique opportunities for our clients."},
{
id: "4",
title: "What regions in Morocco do you cover?",
content: "We primarily cover Casablanca, Marrakech, Rabat, and Tangier, but our network extends to other high-demand luxury destinations within Morocco.",
},
id: "4", title: "What regions in Morocco do you cover?", content: "We primarily cover Casablanca, Marrakech, Rabat, and Tangier, but our network extends to other high-demand luxury destinations within Morocco."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our exclusive services and luxury real estate offerings."
@@ -135,16 +95,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
variant: "radial-gradient"}}
tag="Ready to Connect?"
title="Unlock Exclusive Moroccan Luxury Properties"
description="Our dedicated team is ready to assist you. Schedule a private consultation today to explore unparalleled opportunities and discover how our intelligence platform can serve your investment goals."
buttons={[
{
text: "Schedule a Consultation",
href: "/contact",
},
text: "Schedule a Consultation", href: "/contact"},
]}
/>
</div>
@@ -153,58 +110,35 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Vision",
href: "/vision",
},
label: "Our Vision", href: "/vision"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Property Acquisition",
href: "/services/acquisition",
},
label: "Property Acquisition", href: "/services/acquisition"},
{
label: "AI Concierge",
href: "/services/ai-concierge",
},
label: "AI Concierge", href: "/services/ai-concierge"},
{
label: "Investment Advisory",
href: "/services/advisory",
},
label: "Investment Advisory", href: "/services/advisory"},
],
},
{
title: "Locations",
items: [
title: "Locations", items: [
{
label: "Casablanca",
href: "/locations/casablanca",
},
label: "Casablanca", href: "/locations/casablanca"},
{
label: "Marrakech",
href: "/locations/marrakech",
},
label: "Marrakech", href: "/locations/marrakech"},
{
label: "Rabat",
href: "/locations/rabat",
},
label: "Rabat", href: "/locations/rabat"},
{
label: "Tangier",
href: "/locations/tangier",
},
label: "Tangier", href: "/locations/tangier"},
],
},
]}

View File

@@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Briefcase, Lock, Mail, Shield, Zap } from "lucide-react";
import { Briefcase, Lock, Mail, Shield, Zap, Eye, MessageSquare, ActivitySquare } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Properties",
id: "/properties",
},
name: "Properties", id: "/properties"},
{
name: "Platform",
id: "/platform",
},
name: "Platform", id: "/platform"},
{
name: "Advisors",
id: "/advisors",
},
name: "Advisors", id: "/advisors"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Azzeddine El Marhni Estates"
/>
@@ -57,24 +47,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
variant: "plain"}}
imagePosition="right"
title="Azzeddine El Marhni Estates"
description="Your private intelligence platform for acquiring ultra-luxury property in Morocco. Unrivaled access to off-market gems in Casablanca, Marrakech, Rabat, and Tangier."
kpis={[
{
value: "200+",
label: "Exclusive Listings",
},
value: "200+", label: "Exclusive Listings"},
{
value: "1.5B MAD",
label: "Assets Under Advisory",
},
value: "1.5B MAD", label: "Assets Under Advisory"},
{
value: "100%",
label: "Discreet Transactions",
},
value: "100%", label: "Discreet Transactions"},
]}
enableKpiAnimation={true}
tag="Private Access"
@@ -82,9 +65,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Request Private Access",
href: "/contact",
},
text: "Request Private Access", href: "/contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/pensee-royal-azur-tourist-resort-pools_1385-3083.jpg"
@@ -92,53 +73,28 @@ export default function LandingPage() {
mediaAnimation="opacity"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/positive-businessman-reading-document-couch_1262-3059.jpg",
alt: "Positive businessman reading document on couch",
},
src: "http://img.b2bpic.net/free-photo/positive-businessman-reading-document-couch_1262-3059.jpg", alt: "Positive businessman reading document on couch"},
{
src: "http://img.b2bpic.net/free-photo/mature-businessman-using-digital-tablet-restaurant_23-2147956340.jpg",
alt: "Mature businessman using digital tablet in restaurant",
},
src: "http://img.b2bpic.net/free-photo/mature-businessman-using-digital-tablet-restaurant_23-2147956340.jpg", alt: "Mature businessman using digital tablet in restaurant"},
{
src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-working-digital-tablet-restaurant_23-2147955283.jpg",
alt: "Smiling mature businessman working on digital tablet in restaurant",
},
src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-working-digital-tablet-restaurant_23-2147955283.jpg", alt: "Smiling mature businessman working on digital tablet in restaurant"},
{
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-using-digital-tablet-outdoors_23-2147955287.jpg",
alt: "Happy mature businessman using digital tablet at outdoors",
},
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-using-digital-tablet-outdoors_23-2147955287.jpg", alt: "Happy mature businessman using digital tablet at outdoors"},
{
src: "http://img.b2bpic.net/free-photo/focused-businessman-who-is-wearing-eyeglasses-are-working-laptop-restaurant_8353-10553.jpg",
alt: "Focused businessman who is wearing eyeglasses are working on the laptop at the restaurant",
},
src: "http://img.b2bpic.net/free-photo/focused-businessman-who-is-wearing-eyeglasses-are-working-laptop-restaurant_8353-10553.jpg", alt: "Focused businessman who is wearing eyeglasses are working on the laptop at the restaurant"},
]}
avatarText="Join our network of discerning clients"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-vector/logo-luxury-design-gradient-illustration_483537-1202.jpg",
alt: "luxury investment group logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/logo-luxury-design-gradient-illustration_483537-1202.jpg", alt: "luxury investment group logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/flat-design-bank-holiday-labels_23-2149360401.jpg",
alt: "private banking logo elegant",
},
type: "image", src: "http://img.b2bpic.net/free-vector/flat-design-bank-holiday-labels_23-2149360401.jpg", alt: "private banking logo elegant"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/luxury-company-gold-color-logo-template_361591-691.jpg",
alt: "luxury asset management logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/luxury-company-gold-color-logo-template_361591-691.jpg", alt: "luxury asset management logo"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/premium-gasoline-banner-icon-illustration_53876-40628.jpg",
alt: "high net worth network logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/premium-gasoline-banner-icon-illustration_53876-40628.jpg", alt: "high net worth network logo"},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vbmkjg",
alt: "prestige property developer logo",
},
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vbmkjg", alt: "prestige property developer logo"},
]}
marqueeSpeed={30}
showMarqueeCard={true}
@@ -152,17 +108,11 @@ export default function LandingPage() {
description="We offer an unparalleled, financial-grade operating system for discerning investors. Combining AI concierge intelligence, a robust CRM, and physically realistic 3D spatial navigation, our platform transcends traditional real estate listings. It's built for precision, discretion, and bespoke acquisition strategies."
metrics={[
{
value: "AI-Powered",
title: "Concierge Intelligence",
},
value: "AI-Powered", title: "Concierge Intelligence"},
{
value: "Real-time",
title: "Market Insights",
},
value: "Real-time", title: "Market Insights"},
{
value: "Verified",
title: "Off-Market Properties",
},
value: "Verified", title: "Off-Market Properties"},
]}
tag="Discreet Advantage"
tagIcon={Shield}
@@ -180,37 +130,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "3D Spatial Navigation",
description: "Immerse yourself in architectural environments with cinematic camera work and realistic physics. Navigate luxury properties as if you were truly there.",
imageSrc: "http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg",
imageAlt: "Spatial 3D real estate navigation interface",
buttonIcon: "Eye",
buttonHref: "/platform",
},
title: "3D Spatial Navigation", description: "Immerse yourself in architectural environments with cinematic camera work and realistic physics. Navigate luxury properties as if you were truly there.", imageSrc: "http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg", imageAlt: "Spatial 3D real estate navigation interface", buttonIcon: Eye,
buttonHref: "/platform"},
{
title: "AI Concierge Intelligence",
description: "Receive concise, intelligent recommendations and real-time market updates. Our AI learns your preferences to qualify intent and suggest optimal investment opportunities.",
imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-new-year-close-up_169016-43490.jpg",
imageAlt: "AI chatbot concierge interface",
buttonIcon: "MessageSquare",
buttonHref: "/platform",
},
title: "AI Concierge Intelligence", description: "Receive concise, intelligent recommendations and real-time market updates. Our AI learns your preferences to qualify intent and suggest optimal investment opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-new-year-close-up_169016-43490.jpg", imageAlt: "AI chatbot concierge interface", buttonIcon: MessageSquare,
buttonHref: "/platform"},
{
title: "Advanced CRM Integration",
description: "Track your investment pipeline from 'New' to 'Closed' with complete transparency. Every interaction, every saved listing, every intent score, meticulously recorded.",
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg",
imageAlt: "CRM pipeline dashboard",
buttonIcon: "ActivitySquare",
buttonHref: "/platform",
},
title: "Advanced CRM Integration", description: "Track your investment pipeline from 'New' to 'Closed' with complete transparency. Every interaction, every saved listing, every intent score, meticulously recorded.", imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg", imageAlt: "CRM pipeline dashboard", buttonIcon: ActivitySquare,
buttonHref: "/platform"},
{
title: "Exclusive Off-Market Access",
description: "Unlock a curated portfolio of properties not available on the open market. Our network provides access to the most coveted luxury assets in Morocco.",
imageSrc: "http://img.b2bpic.net/free-photo/partal-gardens-alhambra_1139-29.jpg",
imageAlt: "Exterior of a luxurious off-market palace in Marrakech",
buttonIcon: "Lock",
buttonHref: "/properties",
},
title: "Exclusive Off-Market Access", description: "Unlock a curated portfolio of properties not available on the open market. Our network provides access to the most coveted luxury assets in Morocco.", imageSrc: "http://img.b2bpic.net/free-photo/partal-gardens-alhambra_1139-29.jpg", imageAlt: "Exterior of a luxurious off-market palace in Marrakech", buttonIcon: Lock,
buttonHref: "/properties"},
]}
title="Platform Pillars: Precision, Discretion, Exclusivity"
description="Our integrated system empowers your investment decisions with unparalleled tools. Experience real-time market dynamics, secure off-market transactions, and a level of personalized service only Azzeddine El Marhni Estates can provide."
@@ -225,14 +155,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Private Wealth Advisors",
"International Family Offices",
"Bespoke Investment Funds",
"Luxury Asset Managers",
"Exclusive Legal Councils",
"Global Property Investors",
"Strategic Capital Groups",
]}
"Private Wealth Advisors", "International Family Offices", "Bespoke Investment Funds", "Luxury Asset Managers", "Exclusive Legal Councils", "Global Property Investors", "Strategic Capital Groups"]}
title="Trusted by Discerning Investors and Partners"
description="Our network extends to leading financial institutions, private wealth managers, and exclusive investment groups globally, ensuring discreet and robust transactions for our clientele."
tag="Our Network"
@@ -246,8 +169,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Exclusive Invitation"
title="Request Private Access to the Platform"
description="Unlock a world of unparalleled luxury real estate opportunities. Submit your request for private access, and one of our dedicated advisors will contact you shortly to guide you through the next steps."
@@ -268,79 +190,47 @@ export default function LandingPage() {
logoText="Azzeddine El Marhni Estates"
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Properties",
href: "/properties",
},
label: "Properties", href: "/properties"},
{
label: "Platform Features",
href: "/platform",
},
label: "Platform Features", href: "/platform"},
{
label: "Our Advisors",
href: "/advisors",
},
label: "Our Advisors", href: "/advisors"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Market Insights",
href: "#",
},
label: "Market Insights", href: "#"},
{
label: "Investment Guides",
href: "#",
},
label: "Investment Guides", href: "#"},
{
label: "FAQ",
href: "/platform#faq",
},
label: "FAQ", href: "/platform#faq"},
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Disclaimer",
href: "#",
},
label: "Disclaimer", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "WhatsApp Concierge",
href: "https://wa.me/212619685489",
},
label: "WhatsApp Concierge", href: "https://wa.me/212619685489"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Request Access",
href: "/contact",
},
label: "Request Access", href: "/contact"},
],
},
]}

View File

@@ -7,7 +7,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { HelpCircle, Settings, Target } from "lucide-react";
import { HelpCircle, Settings, Target, LineChart, Users, FileLock, FileText } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,25 +28,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Properties",
id: "/properties",
},
name: "Properties", id: "/properties"},
{
name: "Platform",
id: "/platform",
},
name: "Platform", id: "/platform"},
{
name: "Advisors",
id: "/advisors",
},
name: "Advisors", id: "/advisors"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Azzeddine El Marhni Estates"
/>
@@ -58,37 +48,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Predictive Market Analytics",
description: "Leverage our proprietary AI models to anticipate market shifts, identify emerging opportunities, and gain a competitive edge in Moroccos luxury sector.",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-housing-brokerage-concept_53876-122726.jpg",
imageAlt: "Financial market analytics dashboard with charts",
buttonIcon: "LineChart",
buttonHref: "/platform#metrics",
},
title: "Predictive Market Analytics", description: "Leverage our proprietary AI models to anticipate market shifts, identify emerging opportunities, and gain a competitive edge in Moroccos luxury sector.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-housing-brokerage-concept_53876-122726.jpg", imageAlt: "Financial market analytics dashboard with charts", buttonIcon: LineChart,
buttonHref: "/platform#metrics"},
{
title: "Client-Centric CRM",
description: "A dedicated CRM module ensures every client interaction and preference is managed with utmost care and discretion, enabling a truly personalized journey.",
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-businessman-relaxes-with-netflix-office_482257-123031.jpg",
imageAlt: "Detailed CRM pipeline for client management",
buttonIcon: "Users",
buttonHref: "/platform#metrics",
},
title: "Client-Centric CRM", description: "A dedicated CRM module ensures every client interaction and preference is managed with utmost care and discretion, enabling a truly personalized journey.", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-businessman-relaxes-with-netflix-office_482257-123031.jpg", imageAlt: "Detailed CRM pipeline for client management", buttonIcon: Users,
buttonHref: "/platform#metrics"},
{
title: "Secured Document Vault",
description: "Access and manage all critical transaction documents, contracts, and sensitive information within a highly secure, encrypted digital vault.",
imageSrc: "http://img.b2bpic.net/free-psd/secure-folder-with-shield-icon_84443-56468.jpg",
imageAlt: "Secure digital document vault interface",
buttonIcon: "FileLock",
buttonHref: "#",
},
title: "Secured Document Vault", description: "Access and manage all critical transaction documents, contracts, and sensitive information within a highly secure, encrypted digital vault.", imageSrc: "http://img.b2bpic.net/free-psd/secure-folder-with-shield-icon_84443-56468.jpg", imageAlt: "Secure digital document vault interface", buttonIcon: FileLock,
buttonHref: "#"},
{
title: "Custom Investment Reporting",
description: "Receive bespoke reports detailing your portfolio performance, investment scores, and future projections, tailored to your specific financial goals.",
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg",
imageAlt: "Custom investment report dashboard",
buttonIcon: "FileText",
buttonHref: "#",
},
title: "Custom Investment Reporting", description: "Receive bespoke reports detailing your portfolio performance, investment scores, and future projections, tailored to your specific financial goals.", imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg", imageAlt: "Custom investment report dashboard", buttonIcon: FileText,
buttonHref: "#"},
]}
title="Unlocking Value: The Azzeddine El Marhni Intelligence"
description="Our platform is engineered for the discerning investor, providing a suite of advanced tools that transform how luxury real estate is acquired and managed. From predictive analytics to personalized advisory, every feature is designed to optimize your portfolio."
@@ -107,20 +77,11 @@ export default function LandingPage() {
carouselMode="buttons"
metrics={[
{
id: "m1",
value: "95/100",
description: "Average Investment Score for Exclusive Listings",
},
id: "m1", value: "95/100", description: "Average Investment Score for Exclusive Listings"},
{
id: "m2",
value: "3.5x",
description: "Faster Acquisition Cycle for Qualified Clients",
},
id: "m2", value: "3.5x", description: "Faster Acquisition Cycle for Qualified Clients"},
{
id: "m3",
value: "€100M+",
description: "Client Assets Managed Through the Platform",
},
id: "m3", value: "€100M+", description: "Client Assets Managed Through the Platform"},
]}
title="Quantified Success: Performance at a Glance"
description="Our platforms intelligence provides clear, actionable metrics to evaluate opportunities and track progress. Every data point is designed to inform and empower your investment strategy."
@@ -136,20 +97,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How does the AI concierge function?",
content: "Our AI concierge leverages advanced machine learning to analyze your preferences, market data, and property attributes, providing personalized recommendations and real-time insights. It's designed to streamline your search and identify optimal investment matches.",
},
id: "f1", title: "How does the AI concierge function?", content: "Our AI concierge leverages advanced machine learning to analyze your preferences, market data, and property attributes, providing personalized recommendations and real-time insights. It's designed to streamline your search and identify optimal investment matches."},
{
id: "f2",
title: "What makes Azzeddine El Marhni Estates different?",
content: "We are not a listing website; we are a private intelligence platform. Our focus on off-market properties, physically accurate 3D spatial navigation, AI-driven insights, and a dedicated CRM provides an exclusive, discreet, and highly efficient acquisition process for luxury real estate.",
},
id: "f2", title: "What makes Azzeddine El Marhni Estates different?", content: "We are not a listing website; we are a private intelligence platform. Our focus on off-market properties, physically accurate 3D spatial navigation, AI-driven insights, and a dedicated CRM provides an exclusive, discreet, and highly efficient acquisition process for luxury real estate."},
{
id: "f3",
title: "How do I gain VIP Private Access?",
content: "VIP Private Access is granted through a qualification process initiated via our contact form or direct advisor consultation. This ensures tailored service and exclusive access to off-market opportunities aligned with your investment profile and discretion requirements.",
},
id: "f3", title: "How do I gain VIP Private Access?", content: "VIP Private Access is granted through a qualification process initiated via our contact form or direct advisor consultation. This ensures tailored service and exclusive access to off-market opportunities aligned with your investment profile and discretion requirements."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-ai-coding-notebook-screen-technicians_482257-118028.jpg"
imageAlt="AI concierge chat interface with FAQ"
@@ -169,79 +121,47 @@ export default function LandingPage() {
logoText="Azzeddine El Marhni Estates"
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Properties",
href: "/properties",
},
label: "Properties", href: "/properties"},
{
label: "Platform Features",
href: "/platform",
},
label: "Platform Features", href: "/platform"},
{
label: "Our Advisors",
href: "/advisors",
},
label: "Our Advisors", href: "/advisors"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Market Insights",
href: "#",
},
label: "Market Insights", href: "#"},
{
label: "Investment Guides",
href: "#",
},
label: "Investment Guides", href: "#"},
{
label: "FAQ",
href: "/platform#faq",
},
label: "FAQ", href: "/platform#faq"},
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Disclaimer",
href: "#",
},
label: "Disclaimer", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "WhatsApp Concierge",
href: "https://wa.me/212619685489",
},
label: "WhatsApp Concierge", href: "https://wa.me/212619685489"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Request Access",
href: "/contact",
},
label: "Request Access", href: "/contact"},
],
},
]}