// data.jsx — content for the Cala Del Mar microsite // All figures verified per CLAUDE-DESIGN.md / research files. // No prices, no unit counts, no handover dates (POA / by registration per services.md). const DATA = { brand: { name: "Ellington Properties", tagline: "Live in Design", parent: "Part of the Ellington Group", founded: 2014, }, project: { name: "Cala Del Mar", district: "Al Hamra Island", emirate: "Ras Al Khaimah, UAE", eyebrow: "Off-plan · By registration", intro: "A sea-facing residential composition on Al Hamra Island, drawn around light, water and a quiet northern coastline.", hook: ( <>The architecture answers to the horizon line, not the road behind it. ), designStory: [ <>An island address on the Ras Al Khaimah coast, Cala Del Mar is composed as a slow, white volume that opens to the Arabian Gulf. Sheer fluted stone, brushed metal verticals and softly arched openings carry the project's interior vocabulary outward — from the lobby's quiet ceremony to the residences' long sightlines., <>Inside, the palette is calmed: pale travertine, washed timber, ribbed plaster, and the kind of sheer linen drapery that lets the sea do most of the talking. Living spaces are organised around the view; service spaces are tucked behind. Materials are chosen for how they age — not for how they photograph on day one., <>"We elevate, stylise and rethink the traditional notions of a building." — Ellington Properties, ], residences: [ { num: "01", name: "One Bedroom", detail: "Sea & marina aspect", price: "Prices on request" }, { num: "02", name: "Two Bedroom", detail: "Corner & balcony plans", price: "By registration" }, { num: "03", name: "Three Bedroom", detail: "Family-sized residences", price: "By registration" }, { num: "04", name: "Penthouse", detail: "Top-floor, full sea frontage", price: "Private viewing" }, ], amenities: [ { n: "01", title: "Infinity pool deck", desc: "Sea-edge swimming with a sun terrace facing west toward the horizon." }, { n: "02", title: "Wellness & spa", desc: "Treatment rooms, sauna and steam set against a calm courtyard garden." }, { n: "03", title: "Fitness atelier", desc: "Strength and cardio floor with sea views; private training studios adjacent." }, { n: "04", title: "Residents' lounge", desc: "A library-like club room for quiet hours, work and after-dark gatherings." }, { n: "05", title: "Co-working studio", desc: "Pin-quiet desks, meeting rooms and a small private café for resident use." }, { n: "06", title: "Beach access", desc: "Direct, landscaped path to a curated stretch of Al Hamra Island's coastline." }, { n: "07", title: "Children's garden", desc: "A shaded play landscape woven into the ground-floor gardens." }, { n: "08", title: "Concierge & valet", desc: "24-hour concierge with valet, package handling and private-driver pickup." }, { n: "09", title: "Cinema room", desc: "An intimate screening room programmed for residents and private bookings." }, ], proximity: [ { name: "Al Hamra Marina", unit: "Walk", dist: "5 min" }, { name: "Al Hamra Golf Club", unit: "Drive", dist: "6 min" }, { name: "Al Hamra Mall", unit: "Drive", dist: "8 min" }, { name: "Al Marjan Island", unit: "Drive", dist: "12 min" }, { name: "RAK International Airport", unit: "Drive", dist: "27 min" }, { name: "Dubai International Airport", unit: "Drive", dist: "60 min" }, ], gallery: [ { src: "media/project-cala-del-mar.webp", label: "EXT 01 · Twin Towers", cls: "t-a" }, { src: "media/interior-cala-del-mar-1.webp", label: "INT 01 · Lobby", cls: "t-b" }, { src: "media/interior-the-crestmark-1.webp", label: "INT 02 · Lounge ref.", cls: "t-c" }, { src: "media/interior-mercer-house-1.webp", label: "INT 03 · Kitchen ref.", cls: "t-d" }, { src: "media/interior-art-bay-1.webp", label: "INT 04 · Living ref.", cls: "t-e" }, ], }, awards: [ { year: "2025", body: "International Property Awards" }, { year: "2024", body: "International Property Awards" }, ], portfolio: [ { name: "Mercer House", district: "JLT", img: "media/project-mercer-house.webp" }, { name: "The Crestmark", district: "Business Bay", img: "media/project-the-crestmark.webp" }, { name: "One River Point", district: "Business Bay · JV Dutco", img: "media/project-one-river-point.webp" }, { name: "Art Bay", district: "Al Jaddaf", img: "media/project-art-bay.webp" }, ], contact: { phone: "+971 4 278 0888", tollfree: "800 8288", whatsapp: "+971 4 454 0823", email: "info@ellingtongroup.com", careEmail: "customercare@ellingtongroup.com", hours: "Mon–Sat · 10:00–18:00", hq: ["16th & 17th Floor, Burlington Tower", "Marasi Drive, Business Bay", "Dubai, UAE · P.O. Box 117500"], }, socials: [ { label: "Instagram", short: "IG", url: "https://www.instagram.com/ellingtondubai/" }, { label: "LinkedIn", short: "LI", url: "https://www.linkedin.com/company/ellingtondubai/" }, { label: "YouTube", short: "YT", url: "https://www.youtube.com/channel/UCqep6YzgElWmlD-D9DpLwKg/" }, { label: "Facebook", short: "FB", url: "https://www.facebook.com/ellingtondubai/" }, { label: "Twitter / X", short: "TW", url: "https://twitter.com/ellingtondubai/" }, ], locales: ["EN", "AR", "RU", "ZH", "FR"], }; window.DATA = DATA;