// Eva Jewellers — verified data from research files. Do not invent. // All AED prices verbatim from research/collections.md. window.EVA_PRODUCTS = [ { id: "lab-2ct", name: "2-Carat Lab-Grown Solitaire Ring", cat: "solitaires", catLabel: "Solitaire", price: 4999, wasPrice: 6499, stone: "lab", metal: "white", image: "media/p-lab-2ct-solitaire.webp", bg: "white", tags: ["Lab-grown", "18K White Gold"], }, { id: "lab-pear", name: "3.5-Carat Pear Lab-Grown Solitaire", cat: "solitaires", catLabel: "Solitaire", price: 7499, wasPrice: 9999, stone: "lab", metal: "yellow", image: "media/p-lab-pear-solitaire.webp", bg: "white", tags: ["Lab-grown", "Pear Cut", "18K Yellow Gold"], }, { id: "rose-serpent", name: "18K Rose Gold Serpent Ring", cat: "design-rings", catLabel: "Design Ring", price: 10699, wasPrice: 12399, stone: "natural", metal: "rose", image: "media/p-rose-serpent.webp", bg: "white", tags: ["Statement", "18K Rose Gold"], }, { id: "pear-yellow", name: "Pear Fancy Yellow Engagement Ring", cat: "engagement-rings", catLabel: "Engagement Ring", price: 13335, stone: "natural", metal: "white", image: "media/p-pear-yellow.webp", bg: "white", tags: ["1.31 ct", "Fancy Yellow", "Pear Cut"], featured: true, }, { id: "scorpion", name: "18K Yellow Gold Scorpion Ring", cat: "design-rings", catLabel: "Design Ring", price: 13399, wasPrice: 15748, stone: "natural", metal: "yellow", image: "media/p-scorpion.webp", bg: "white", tags: ["1.49 ct", "18K Yellow Gold"], }, { id: "rose-leaf", name: "Rose Gold Leaf Diamond Earrings", cat: "earrings", catLabel: "Earrings", price: 14999, wasPrice: 16299, stone: "natural", metal: "rose", image: "media/p-rose-leaf-earrings.webp", bg: "white", tags: ["Pavé", "18K Rose Gold"], }, { id: "double-heart", name: "Double Heart Diamond Ring", cat: "design-rings", catLabel: "Design Ring", price: 16299, wasPrice: 17899, stone: "natural", metal: "white", image: "media/p-double-heart.webp", bg: "white", tags: ["Heart Cut", "18K White Gold"], }, { id: "fancy-halo", name: "Fancy Yellow Halo Diamond Ring", cat: "engagement-rings", catLabel: "Engagement Ring", price: 18950, stone: "natural", metal: "mixed", image: "media/p-fancy-yellow-halo.webp", bg: "white", tags: ["1.54 ct", "Fancy Yellow", "Halo"], featured: true, }, { id: "rose-bangle", name: "Rose Gold Diamond Bangle", cat: "bracelets", catLabel: "Bangle", price: 21999, wasPrice: 23799, stone: "natural", metal: "rose", image: "media/p-rose-bangle.webp", bg: "white", tags: ["2.89 ct", "18K Rose Gold"], }, { id: "studs", name: "4-Prong Solitaire Stud Earrings", cat: "earrings", catLabel: "Earrings", price: 22450, stone: "natural", metal: "white", image: "media/p-stud-earrings.webp", bg: "white", tags: ["Classic", "18K White Gold"], }, { id: "heart-drops", name: "18K Heart Diamond Drop Earrings", cat: "earrings", catLabel: "Earrings", price: 24999, wasPrice: 26499, stone: "natural", metal: "white", image: "media/p-heart-drop-earrings.webp", bg: "white", tags: ["Pavé Heart", "18K White Gold"], }, { id: "tennis", name: "White Gold Diamond Tennis Bracelet", cat: "bracelets", catLabel: "Tennis Bracelet", price: 38899, wasPrice: 41499, stone: "natural", metal: "white", image: "media/p-tennis-bracelet.webp", bg: "white", tags: ["Tennis", "18K White Gold"], featured: true, }, ]; // Tripadvisor d32977547 — verbatim, dated, real reviews from research/reviews-ratings.md window.EVA_REVIEWS = [ { name: "A T", date: "5 June 2025", quote: "Vicky was helpful and understood exactly what we wanted and created the most stunning ring.", theme: "Bespoke", }, { name: "Nou r", date: "29 December 2025", quote: "Amazing and fast service. My engagement ring turned out to be amazing!!", theme: "Speed", }, { name: "Rami Z", date: "29 June 2025", quote: "He made sure I felt comfortable, answered all my questions with patience, and provided honest, transparent guidance.", theme: "Honesty", }, { name: "Verica K", date: "18 February 2026", quote: "Perfect Diamond Earrings & Exceptional Service from Vicky.", theme: "Service", }, { name: "Dainy M", date: "10 May 2025", quote: "This shop is amazing! Nilesh was great at helping me find my dream ring and earrings. The service was exceptional.", theme: "Service", }, { name: "Mays A", date: "6 December 2025", quote: "The staff were welcoming, knowledgeable, and incredibly helpful.", theme: "Service", }, { name: "Wissam A", date: "6 May 2025", quote: "Great customer service, high quality products and good prices.", theme: "Value", }, { name: "Nomad49146991021", date: "29 August 2025", quote: "The service was quick and the result was a brand new 18K ring that I am proud of.", theme: "Speed", }, { name: "Mr pit", date: "10 June 2025", quote: "Their service has always been professional and have built up a lovely relationship with them.", theme: "Trust", }, { name: "Svetlana M", date: "13 April 2025", quote: "Thank you Neel, for helping me choose the earrings of my dreams!", theme: "Service", }, ]; window.EVA_COLLECTIONS = [ { slug: "engagement-rings", label: "Engagement Rings", tagline: "Certified diamonds for the milestone." }, { slug: "wedding-bands", label: "Wedding Bands", tagline: "Forever, in 18K gold or platinum." }, { slug: "solitaires", label: "Solitaires", tagline: "Natural or lab-grown — the choice is yours." }, { slug: "earrings", label: "Earrings", tagline: "Studs, drops, statement." }, { slug: "bracelets", label: "Bracelets & Bangles", tagline: "Tennis, pavé, design." }, { slug: "design-rings", label: "Design Rings", tagline: "Serpent, scorpion, sculptural." }, ]; window.EVA_FACTS = { // Confirmed in research/contact-location.md (2026-05-21 re-verify) phone: "+971 4 347 9923", whatsapp: "971527537859", // wa.me whatsappDisplay: "+971 52 753 7859", email: "info@evagems.com", address: "Shop 5, Building 1, Gold & Diamond Park, Sheikh Zayed Road, Dubai", hoursShort: "Daily · 10:00 – 21:00", // Verified on Tripadvisor 2026-05-21 rating: "5.0", reviewCount: 30, ranking: "#49 of 905 Shopping in Dubai", tripadvisorUrl: "https://www.tripadvisor.com/Attraction_Review-g295424-d32977547-Reviews-Eva_Jewellers_Fzco-Dubai_Emirate_of_Dubai.html", instagram: "https://www.instagram.com/evagemsdubai/", };