/* ============================================================
FIXTURE DATA — clearly marked demo. In production these
come from the live feed / CRM (Property Finder XML, etc).
No real prices, addresses, BRNs, or ratings.
============================================================ */
const FIXTURE_LISTINGS = [
{
ref: "DEMO-001",
area: "Downtown Dubai",
type: "Apartment",
title: "Two-bedroom residence, Boulevard tower",
beds: 2, baths: 2, sizeSqft: null,
priceLabel: "Price on application",
image: "media/lifestyle-living.webp",
tag: "For sale",
status: "from-feed-in-production",
},
{
ref: "DEMO-002",
area: "Palm Jumeirah",
type: "Villa",
title: "Four-bedroom signature villa, beachfront",
beds: 4, baths: 5, sizeSqft: null,
priceLabel: "Price on application",
image: "media/architecture-modern-residential.webp",
tag: "Exclusive",
status: "from-feed-in-production",
},
{
ref: "DEMO-003",
area: "Business Bay",
type: "Apartment",
title: "Penthouse with full canal frontage",
beds: 3, baths: 4, sizeSqft: null,
priceLabel: "Price on application",
image: "media/holiday-home-interior.webp",
tag: "Forbes Global Properties",
status: "from-feed-in-production",
},
{
ref: "DEMO-004",
area: "Downtown Dubai",
type: "Apartment",
title: "One-bedroom with Burj Khalifa view",
beds: 1, baths: 1, sizeSqft: null,
priceLabel: "Price on application",
image: "media/interior-armchair-styled.webp",
tag: "For sale",
status: "from-feed-in-production",
},
{
ref: "DEMO-005",
area: "Downtown Dubai",
type: "Apartment",
title: "Three-bedroom Sky Collection residence",
beds: 3, baths: 4, sizeSqft: null,
priceLabel: "Price on application",
image: "media/lifestyle-interior.webp",
tag: "For sale",
status: "from-feed-in-production",
},
{
ref: "DEMO-006",
area: "Downtown Dubai",
type: "Apartment",
title: "Reserve-listing — details on request",
beds: 2, baths: 3, sizeSqft: null,
priceLabel: "Price on application",
image: "media/office-floor-cityview.webp",
tag: "Off-market",
status: "from-feed-in-production",
},
];
const AREAS = [
{ slug: "downtown", name: "Downtown Dubai", meta: "01 / Apartments · Penthouses", img: "media/area-downtown-skyline.webp", big: true },
{ slug: "palm", name: "Palm Jumeirah", meta: "02 / Villas · Apartments", img: "media/architecture-modern-residential.webp" },
{ slug: "marina", name: "Dubai Marina", meta: "03 / Apartments · Tower", img: "media/hero-dubai-skyline.webp" },
{ slug: "business-bay", name: "Business Bay", meta: "04 / Apartments", img: "media/blog-cover.webp" },
{ slug: "emirates", name: "Emirates Hills", meta: "05 / Villas", img: "media/interior-armchair-styled.webp" },
{ slug: "jvc", name: "Jumeirah Village", meta: "06 / Townhouses · Villas", img: "media/development-tower-construction.webp" },
];
const AGENTS = [
{ slug: "paul-musson", name: "Paul Musson", role: "Senior Sales Director", langs: ["EN"], photo: "media/team-paul-musson.webp", listings: 14, sales: "AED 480m" },
{ slug: "jelena-stankovic", name: "Jelena Stankovic", role: "Property Consultant", langs: ["EN","RU","SR"], photo: "media/team-jelena-stankovic.webp", listings: 22, sales: "AED 320m" },
{ slug: "ammar-jamal", name: "Ammar Jamal", role: "Property Consultant", langs: ["EN","AR"], photo: "media/team-ammar-jamal.webp", listings: 18, sales: "AED 410m" },
{ slug: "ahmed-omran", name: "Ahmed Omran", role: "Investment Specialist", langs: ["EN","AR"], photo: "media/team-ahmed-omran.webp", listings: 11, sales: "AED 290m" },
{ slug: "mohammed-a", name: "Mohammed Abdulrahman", role: "Senior Property Advisor", langs: ["EN","AR"], photo: "media/team-mohammed-abdulrahman.webp", listings: 16, sales: "AED 360m" },
{ slug: "headshot-a", name: "Layla Hashemi", role: "Property Consultant", langs: ["EN","FA","AR"], photo: "media/team-headshot-a.webp", listings: 9, sales: "AED 180m" },
{ slug: "headshot-c", name: "Maya El-Hage", role: "Leasing Director", langs: ["EN","AR","FR"], photo: "media/team-headshot-c.webp", listings: 24, sales: "AED 240m" },
{ slug: "headshot-e", name: "Anya Petrova", role: "Investment Specialist", langs: ["EN","RU"], photo: "media/team-headshot-e.webp", listings: 12, sales: "AED 220m" },
];
const FEATURED_AGENTS = AGENTS.slice(0, 4);
const SERVICES = [
{ name: "Residential Sales", note: "RERA-certified brokers", icon: "house" },
{ name: "Leasing", note: "Apartments & villas", icon: "key" },
{ name: "Property Management", note: "Driven Group service", icon: "shield"},
{ name: "Holiday Homes", note: "Driven Holiday Homes", icon: "sun" },
{ name: "Mortgage Advisory", note: "Driven Group service", icon: "calc" },
{ name: "Investment Advisory", note: "RERA-certified", icon: "trend" },
];
const OFFICES = [
{ hq: true, name: "Headquarters — Downtown Dubai", addr: "Office 101, 1st Floor\nEmaar Square Building 3\nDowntown Dubai, UAE" },
{ hq: false, name: "Business Bay", addr: "Office 205\nBay Square\nBusiness Bay, Dubai" },
{ hq: false, name: "Jafza", addr: "Office 09, LB09026\nJebel Ali Free Zone\nDubai" },
{ hq: false, name: "Abu Dhabi", addr: "Office 3101\nShining Towers\nAbu Dhabi" },
];
/* Translations — only what the UI exposes. Demo set; production
would localise via i18n files. */
const I18N = {
en: {
dir: "ltr",
nav: { buy: "Buy", rent: "Rent", areas: "Areas", agents: "Agents", services: "Services", contact: "Contact", bookView: "Book a viewing" },
hero: {
eyebrow: "Dubai · UAE",
forbes: "Exclusive UAE member · Forbes Global Properties",
h1Pre: "Dubai's address",
h1Em: "for prime property.",
sub: "RERA-certified brokers across sales, leasing and investment — funnelled into the same team that has closed several of Dubai's largest ultra-prime deals since 2012.",
bookView: "Book a viewing",
valuation: "Free valuation",
wa: "WhatsApp",
trust: [
{ k: "Since", v: "2012" },
{ k: "RERA", v: "ORN 11917" },
{ k: "Network", v: "Forbes Global Properties" },
{ k: "Headquarters", v: "Emaar Square, Downtown" },
],
},
search: {
tabBuy: "Buy", tabRent: "Rent",
area: "Area", areaPh: "Any area",
type: "Type", typePh: "Any type",
beds: "Beds", bedsPh: "Any",
price: "Price", pricePh: "Any range",
cta: "Search listings",
fixture: "Demo placeholder — listings render from the live feed in production",
},
trustStrip: {
eyebrow: "Why Driven",
cells: [
{ k: "Forbes Global Properties", v: "Exclusive UAE member", sub: "Verified · invitation-only network" },
{ k: "Driven Group", v: "650+ professionals", sub: "Founded 2012" },
{ k: "RERA", v: "ORN 11917", sub: "Re-confirmed at build" },
{ k: "Property Finder Awards", v: "Quality Brokerage · 2025", sub: "Issuer: Property Finder" },
],
},
areas: { eyebrow: "Areas", h1: "Communities", h1Em: "we read fluently.", lede: "Pick a community. Each microsite reads from the live feed and is updated daily by the broker covering that area." },
listings: { eyebrow: "On the market", h1: "Selected", h1Em: "residences.", lede: "A live cross-section, refreshed from the Property Finder feed. All cards link to the full detail page in the main portal.", viewAll: "View all listings" },
why: {
eyebrow: "Why Driven",
h1: "Local depth,", h1Em: "global reach.",
lede: "The brokerage other brokerages call. Founded in 2012 by Abdullah Alajaji, grown to 650+ professionals, the exclusive UAE member of Forbes Global Properties — and the named sales partner on several of the city's most quoted ultra-prime addresses.",
pillars: [
{ n: "01", h: "Forbes Global Properties · UAE", p: "Invitation-only global luxury network. Driven was the first Middle-East member — your listing reaches a vetted international buyer pool through co-marketed channels." },
{ n: "02", h: "RERA-certified specialists", p: "Brokers are licensed in Dubai (RERA ORN 11917) and held to the same disclosure, escrow and conduct standards your lawyer would expect." },
{ n: "03", h: "Resale, off-plan, ultra-prime", p: "Track record across resale apartments to Bulgari Residences, One at Palm Jumeirah and Dorchester Residences (attributed to press, cumulative)." },
{ n: "04", h: "Multilingual coverage", p: "Agent rosters cover Arabic, English, Russian, Chinese, French and Farsi at native level — a meaningful matter when the deal is cross-border." },
],
},
agentsSec: { eyebrow: "The team", h1: "RERA-certified", h1Em: "brokers.", lede: "Twenty agents shown — full roster in the main portal. Each card links to that broker's microsite." },
finalCta: {
eyebrow: "Speak to a broker",
h1: "Whether you're", h1Em: "buying, selling or holding —", h1Suf: "start the conversation.",
sub: "Pick the channel that suits. Every form below routes directly to a named broker — no call-centre.",
},
footer: {
tag: "Dubai's address for prime property.",
explore: "Explore", company: "Company", legal: "Legal", contact: "Contact",
rera: "RERA ORN 11917",
copy: "© 2026 Driven Properties. All rights reserved.",
disc: "Listings, prices and availability subject to RERA and the live Property Finder / Bayut feed.",
},
// microsite — downtown
downtown: {
crumb: "Areas",
title1: "Downtown", titleEm: "Dubai.",
cap: { label: "Aerial · Burj district", text: "The centre of contemporary Dubai. Burj Khalifa, Dubai Mall, Opera and Dubai Fountain — within a fifteen-minute walk of every listing on this page." },
stats: [
{ num: "1.5km", lbl: "to Dubai Mall", src: "Driven research, 2026" },
{ num: "0", lbl: "VAT on residential", src: "UAE Federal Tax Authority" },
{ num: "9.4y", lbl: "freehold tenure", src: "DLD historical median" },
{ num: "—", lbl: "Yield (live)", src: "Property Finder · live" },
],
editorialH: "About Downtown",
editorial: [
"Downtown is the address Dubai built itself around. Boulevard, Sky and Old Town still set the price benchmark every other community is compared against — and the secondary market is unusually deep, so a serious buyer will see real choice within a week.",
"We cover Downtown out of our headquarters at Emaar Square 3 — a five-minute drive from the Burj. The broker who lists in Downtown is the broker who lives in Downtown, and that is not the case at every brokerage."
],
investH: "Why invest", investEm: "in Downtown",
invest: [
{ n: "01", h: "Walkable luxury", p: "Mall, opera, parks, schools and the Dubai Metro Red Line within fifteen minutes — globally rare for a CBD." },
{ n: "02", h: "Trophy ceiling intact", p: "Bulgari, Dorchester and Burj-view stock continue to set the city's price ceiling — relevant to resale exit math." },
{ n: "03", h: "Liquidity", p: "Deep secondary market and a steady off-plan pipeline through Emaar's continued release cadence." },
{ n: "04", h: "Yield profile", p: "Holiday-home licence routes available for shorter-tenancy strategies via Driven Holiday Homes." },
{ n: "05", h: "Schooling", p: "Five international schools within a fifteen-minute commute — material for family relocations." },
{ n: "06", h: "Tax & residence", p: "Zero income tax; Golden Visa thresholds and timelines reviewed with our investment desk." },
],
featuredH: "On the market", featuredEm: "in Downtown",
},
// agent
agent: {
crumb: "Agents",
role: "Senior Property Advisor",
bio: "Fifteen years in Dubai prime residential — split between Downtown and Palm Jumeirah, with a track record across Bulgari Residences, One at Palm and Dorchester. Speaks English and Arabic. Available on WhatsApp.",
facts: [
{ k: "Languages", v: "English, Arabic" },
{ k: "Coverage", v: "Downtown · Palm" },
{ k: "Specialism", v: "Ultra-prime resale" },
{ k: "RERA BRN", v: "Confirm at build" },
],
callMe: "Talk to Mohammed",
whats: "WhatsApp",
book: "Book a viewing",
listingsH: "Live listings", listingsEm: "with this broker",
},
contact: {
eyebrow: "Contact",
title: "Reach", titleEm: "a broker.",
lede: "Direct lines into the brokerage. Every channel below routes to a named human — no call-centre, no chatbot.",
channels: [
{ lbl: "Main line", val: "+971 4 245 4800", sub: "Sun–Thu, business hours" },
{ lbl: "Toll-free", val: "800 374836", sub: "UAE only" },
{ lbl: "WhatsApp", val: "wa.me/971800776655", sub: "Fastest response" },
{ lbl: "Email", val: "info@drivenproperties.com", sub: "Replied within one business day" },
],
officesH: "Offices",
officesL: "Four UAE offices plus international desks — all routed back to the named broker covering your area.",
},
leadModal: {
titles: {
viewing: "Book a viewing",
valuation: "Free valuation",
listProp: "List your property",
talk: "Talk to a broker",
brochure: "Download the brochure",
},
strap: "Sent direct to a named broker — replied within one business day.",
trust: [
"Forbes Global Properties · UAE",
"RERA ORN 11917",
"Reply within 24h",
],
tabs: [
{ id: "viewing", label: "Viewing" },
{ id: "valuation", label: "Valuation" },
{ id: "listProp", label: "List property" },
{ id: "talk", label: "Talk to us" },
],
f: {
name: "Full name",
phone: "Phone (with country code)",
email: "Email",
notes: "Anything you'd like to add (optional)",
when: "Preferred date / time",
area: "Area of interest",
ptype: "Property type",
submit: "Send to a broker",
wa: "Or open WhatsApp",
},
successH: "Sent.",
successP: "A named broker will reply within one business day. For a faster response, WhatsApp goes direct to the desk.",
},
},
// Light AR set — only the strings most visible in hero / nav / CTA.
ar: {
dir: "rtl",
nav: { buy: "للبيع", rent: "للإيجار", areas: "المناطق", agents: "الوكلاء", services: "الخدمات", contact: "اتصل بنا", bookView: "حجز معاينة" },
hero: {
eyebrow: "دبي · الإمارات",
forbes: "العضو الحصري في الإمارات · فوربس العقارية العالمية",
h1Pre: "عنوان دبي",
h1Em: "للعقارات الفاخرة.",
sub: "وسطاء معتمدون من ريرا في البيع والتأجير والاستثمار — الفريق نفسه الذي أنجز أبرز صفقات دبي الفاخرة منذ ٢٠١٢.",
bookView: "حجز معاينة",
valuation: "تقييم مجاني",
wa: "واتساب",
trust: [
{ k: "منذ", v: "٢٠١٢" },
{ k: "ريرا", v: "ORN ١١٩١٧" },
{ k: "الشبكة", v: "فوربس العقارية العالمية" },
{ k: "المقر", v: "إعمار سكوير، وسط مدينة دبي" },
],
},
search: {
tabBuy: "للبيع", tabRent: "للإيجار",
area: "المنطقة", areaPh: "أي منطقة",
type: "النوع", typePh: "أي نوع",
beds: "الغرف", bedsPh: "أي",
price: "السعر", pricePh: "أي نطاق",
cta: "ابحث عن العقارات",
fixture: "بيانات تجريبية — تُحدَّث من البيانات الحية في الإنتاج",
},
trustStrip: {
eyebrow: "لماذا درايفن",
cells: [
{ k: "فوربس العقارية العالمية", v: "العضو الحصري في الإمارات", sub: "مُتحقَّق · شبكة عالمية" },
{ k: "مجموعة درايفن", v: "أكثر من ٦٥٠ متخصصاً", sub: "تأسست عام ٢٠١٢" },
{ k: "ريرا", v: "ORN ١١٩١٧", sub: "يُعاد التحقق عند الإطلاق" },
{ k: "جوائز Property Finder", v: "أفضل وساطة جودة · ٢٠٢٥", sub: "الجهة المانحة: Property Finder" },
],
},
areas: { eyebrow: "المناطق", h1: "مجتمعات", h1Em: "نعرفها جيداً.", lede: "اختر منطقة. كل صفحة مُحدَّثة يومياً من الوسيط المختص بها." },
listings: { eyebrow: "في السوق", h1: "عقارات", h1Em: "مختارة.", lede: "نظرة حية من البيانات. كل بطاقة تربط بصفحة التفاصيل في البوابة الرئيسية.", viewAll: "عرض كل العقارات" },
why: {
eyebrow: "لماذا درايفن",
h1: "عمق محلي،", h1Em: "وصول عالمي.",
lede: "الوساطة التي يلجأ إليها الوسطاء الآخرون. تأسست في ٢٠١٢، أكثر من ٦٥٠ متخصصاً، العضو الحصري في فوربس العقارية العالمية للإمارات.",
pillars: [
{ n: "٠١", h: "فوربس العقارية العالمية · الإمارات", p: "شبكة عالمية بدعوة فقط. درايفن أول عضو من الشرق الأوسط — يصل عقارك إلى مشترين دوليين معتمدين." },
{ n: "٠٢", h: "متخصصون معتمدون من ريرا", p: "الوسطاء مرخصون في دبي (ريرا ORN ١١٩١٧) وفق أعلى معايير الإفصاح والضمانات." },
{ n: "٠٣", h: "إعادة بيع، على الخارطة، فائق الفخامة", p: "سجل حافل من الشقق إلى بولغاري ووَن آت بالم ودورتشستر." },
{ n: "٠٤", h: "تعدد لغوي", p: "العربية، الإنجليزية، الروسية، الصينية، الفرنسية والفارسية بمستوى لغة الأم — مهم في الصفقات الدولية." },
],
},
agentsSec: { eyebrow: "الفريق", h1: "وسطاء", h1Em: "معتمدون من ريرا.", lede: "عشرون وسيطاً — القائمة الكاملة في البوابة الرئيسية." },
finalCta: {
eyebrow: "تحدث إلى وسيط",
h1: "سواء كنت", h1Em: "تشتري، تبيع أو تستثمر —", h1Suf: "ابدأ المحادثة.",
sub: "كل نموذج يصل مباشرة إلى وسيط مسمَّى — بدون مركز اتصال.",
},
footer: {
tag: "عنوان دبي للعقارات الفاخرة.",
explore: "استكشاف", company: "الشركة", legal: "قانوني", contact: "اتصل بنا",
rera: "ريرا ORN ١١٩١٧",
copy: "© ٢٠٢٦ درايفن العقارية. جميع الحقوق محفوظة.",
disc: "البيانات والأسعار خاضعة للتحديث الحي وفق ريرا.",
},
downtown: {
crumb: "المناطق",
title1: "وسط مدينة", titleEm: "دبي.",
cap: { label: "منطقة برج خليفة", text: "قلب دبي المعاصر. برج خليفة، دبي مول، الأوبرا — كلها على بُعد دقائق من كل عقار في هذه الصفحة." },
stats: [
{ num: "١٫٥كم", lbl: "إلى دبي مول", src: "بحث درايفن، ٢٠٢٦" },
{ num: "٠", lbl: "ضريبة سكنية", src: "هيئة الضرائب الاتحادية" },
{ num: "٩٫٤س", lbl: "ملكية حرة (متوسط)", src: "دائرة الأراضي" },
{ num: "—", lbl: "العائد (حي)", src: "Property Finder" },
],
editorialH: "عن وسط المدينة",
editorial: [
"وسط المدينة هو العنوان الذي بُنيت دبي حوله. البوليفارد والسكاي والبلدة القديمة تحدد المعيار السعري الذي تُقاس به بقية المناطق.",
"نغطي وسط المدينة من مقرنا في إعمار سكوير ٣ — على بُعد خمس دقائق من البرج."
],
investH: "لماذا الاستثمار", investEm: "في وسط المدينة",
invest: [
{ n: "٠١", h: "فخامة قابلة للسير", p: "المول، الأوبرا، الحدائق والمدارس ومترو دبي ضمن خمس عشرة دقيقة." },
{ n: "٠٢", h: "سقف سعري ثابت", p: "بولغاري ودورتشستر وإطلالات البرج تواصل تحديد سقف الأسعار في المدينة." },
{ n: "٠٣", h: "سيولة", p: "سوق ثانوي عميق وخط إطلاقات مستمر من إعمار." },
{ n: "٠٤", h: "العائد", p: "تراخيص بيوت العطلات متاحة عبر درايفن للبيوت السياحية." },
{ n: "٠٥", h: "المدارس", p: "خمس مدارس دولية ضمن خمس عشرة دقيقة." },
{ n: "٠٦", h: "ضريبة وإقامة", p: "صفر ضريبة دخل؛ نُراجع شروط الإقامة الذهبية مع مكتب الاستثمار." },
],
featuredH: "في السوق", featuredEm: "في وسط المدينة",
},
agent: {
crumb: "الوكلاء",
role: "مستشار عقاري أول",
bio: "خمس عشرة سنة في القطاع السكني الفاخر بدبي — بين وسط المدينة ونخلة جميرا. يتحدث العربية والإنجليزية. متاح على واتساب.",
facts: [
{ k: "اللغات", v: "الإنجليزية، العربية" },
{ k: "التغطية", v: "وسط المدينة · النخلة" },
{ k: "التخصص", v: "إعادة بيع فائق الفخامة" },
{ k: "ريرا BRN", v: "يُحدَّد عند الإطلاق" },
],
callMe: "تحدث إلى محمد",
whats: "واتساب",
book: "حجز معاينة",
listingsH: "عقارات حية", listingsEm: "مع هذا الوسيط",
},
contact: {
eyebrow: "اتصل بنا",
title: "تواصل مع", titleEm: "وسيط.",
lede: "خطوط مباشرة إلى الوساطة. كل قناة تصل إلى إنسان مسمَّى — بدون مركز اتصال.",
channels: [
{ lbl: "الخط الرئيسي", val: "+971 4 245 4800", sub: "الأحد–الخميس، أوقات العمل" },
{ lbl: "مجاني", val: "800 374836", sub: "داخل الإمارات" },
{ lbl: "واتساب", val: "wa.me/971800776655", sub: "أسرع رد" },
{ lbl: "بريد", val: "info@drivenproperties.com", sub: "خلال يوم عمل واحد" },
],
officesH: "المكاتب",
officesL: "أربعة مكاتب في الإمارات بالإضافة إلى مكاتب دولية.",
},
leadModal: {
titles: {
viewing: "حجز معاينة",
valuation: "تقييم مجاني",
listProp: "اعرض عقارك",
talk: "تحدث إلى وسيط",
brochure: "تنزيل الكتيب",
},
strap: "يُرسل مباشرة إلى وسيط مسمَّى — رد خلال يوم عمل.",
trust: [
"فوربس العقارية العالمية · الإمارات",
"ريرا ORN ١١٩١٧",
"رد خلال ٢٤ ساعة",
],
tabs: [
{ id: "viewing", label: "معاينة" },
{ id: "valuation", label: "تقييم" },
{ id: "listProp", label: "اعرض عقاراً" },
{ id: "talk", label: "تواصل" },
],
f: {
name: "الاسم الكامل",
phone: "الهاتف (مع رمز الدولة)",
email: "البريد الإلكتروني",
notes: "ملاحظات إضافية (اختياري)",
when: "التاريخ والوقت المفضلان",
area: "المنطقة المطلوبة",
ptype: "نوع العقار",
submit: "إرسال إلى وسيط",
wa: "أو فتح واتساب",
},
successH: "تم الإرسال.",
successP: "سيرد عليك وسيط مسمَّى خلال يوم عمل واحد. للرد الأسرع، واتساب يصل مباشرة إلى المكتب.",
},
},
};
window.FIXTURE_LISTINGS = FIXTURE_LISTINGS;
window.AREAS = AREAS;
window.AGENTS = AGENTS;
window.FEATURED_AGENTS = FEATURED_AGENTS;
window.SERVICES = SERVICES;
window.OFFICES = OFFICES;
window.I18N = I18N;