Update src/app/platform/page.tsx

This commit is contained in:
2026-06-10 19:36:59 +00:00
parent 34c70abda5
commit c00ac67f6d

View File

@@ -7,7 +7,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; 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() { export default function LandingPage() {
return ( return (
@@ -28,25 +28,15 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Properties", name: "Properties", id: "/properties"},
id: "/properties",
},
{ {
name: "Platform", name: "Platform", id: "/platform"},
id: "/platform",
},
{ {
name: "Advisors", name: "Advisors", id: "/advisors"},
id: "/advisors",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="Azzeddine El Marhni Estates" brandName="Azzeddine El Marhni Estates"
/> />
@@ -58,37 +48,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Predictive Market Analytics", 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,
description: "Leverage our proprietary AI models to anticipate market shifts, identify emerging opportunities, and gain a competitive edge in Moroccos luxury sector.", buttonHref: "/platform#metrics"},
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", 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,
description: "A dedicated CRM module ensures every client interaction and preference is managed with utmost care and discretion, enabling a truly personalized journey.", buttonHref: "/platform#metrics"},
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", 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,
description: "Access and manage all critical transaction documents, contracts, and sensitive information within a highly secure, encrypted digital vault.", buttonHref: "#"},
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", 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,
description: "Receive bespoke reports detailing your portfolio performance, investment scores, and future projections, tailored to your specific financial goals.", buttonHref: "#"},
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" 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." 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" carouselMode="buttons"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "95/100", description: "Average Investment Score for Exclusive Listings"},
value: "95/100",
description: "Average Investment Score for Exclusive Listings",
},
{ {
id: "m2", id: "m2", value: "3.5x", description: "Faster Acquisition Cycle for Qualified Clients"},
value: "3.5x",
description: "Faster Acquisition Cycle for Qualified Clients",
},
{ {
id: "m3", id: "m3", value: "€100M+", description: "Client Assets Managed Through the Platform"},
value: "€100M+",
description: "Client Assets Managed Through the Platform",
},
]} ]}
title="Quantified Success: Performance at a Glance" 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." 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} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", 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."},
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", 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."},
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", 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."},
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" imageSrc="http://img.b2bpic.net/free-photo/close-up-ai-coding-notebook-screen-technicians_482257-118028.jpg"
imageAlt="AI concierge chat interface with FAQ" imageAlt="AI concierge chat interface with FAQ"
@@ -169,79 +121,47 @@ export default function LandingPage() {
logoText="Azzeddine El Marhni Estates" logoText="Azzeddine El Marhni Estates"
columns={[ columns={[
{ {
title: "Platform", title: "Platform", items: [
items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Properties", label: "Properties", href: "/properties"},
href: "/properties",
},
{ {
label: "Platform Features", label: "Platform Features", href: "/platform"},
href: "/platform",
},
{ {
label: "Our Advisors", label: "Our Advisors", href: "/advisors"},
href: "/advisors",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Market Insights", label: "Market Insights", href: "#"},
href: "#",
},
{ {
label: "Investment Guides", label: "Investment Guides", href: "#"},
href: "#",
},
{ {
label: "FAQ", label: "FAQ", href: "/platform#faq"},
href: "/platform#faq",
},
{ {
label: "Support", label: "Support", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Disclaimer", label: "Disclaimer", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "WhatsApp Concierge", label: "WhatsApp Concierge", href: "https://wa.me/212619685489"},
href: "https://wa.me/212619685489",
},
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "Request Access", label: "Request Access", href: "/contact"},
href: "/contact",
},
], ],
}, },
]} ]}