// PRODUCT DETAIL function ProductPage({ id }) { const { navigate } = useRouter(); const p = PRODUCTS.find((x) => x.id === id) || PRODUCTS[0]; const c = COLLECTIONS.find((x) => x.id === p.collection); const related = PRODUCTS.filter((x) => x.collection === p.collection && x.id !== p.id).slice(0, 4); const [size, setSize] = useState(null); const [zoom, setZoom] = useState(false); const isRing = p.type === 'Ring'; const sizes = isRing ? ['46','48','50','52','54','56'] : ['One size']; return (
Part of the Gafla {c?.name} line — {c?.story}
Material details available on request. Each Gafla piece is hallmarked and accompanied by a certificate of authenticity. Gemstone, carat, and dimension details are confirmed at private viewing.
Pieces ship from Dubai with secure handling. For an unhurried, in‑person introduction to the piece, request a private viewing at the Gafla Majlis or via partner boutiques in Abu Dhabi.
Lifetime cleaning and polishing through Gafla Concierge. Resizing and repair work available — please consult the Concierge before any service.