// Eva — Bespoke page function PageBespoke({ go, openConsult }) { const { useState } = React; const [step, setStep] = useState(1); const [data, setData] = useState({ piece: "Engagement ring", occasion: "Proposal", metal: "18K Yellow Gold", stone: "natural", carat: "1.0", budget: 15000, timeline: "Under a week", refDesc: "", name: "", contact: "", waOk: true, }); const [submitted, setSubmitted] = useState(false); const pieces = ["Engagement ring", "Wedding band", "Statement ring", "Earrings", "Necklace / pendant", "Bracelet / bangle"]; const occasions = ["Proposal", "Wedding", "Anniversary", "Birthday", "Reset of an heirloom", "Just because"]; const metals = ["18K Yellow Gold", "18K Rose Gold", "18K White Gold", "Platinum"]; const timelines = ["Under 24 hours", "Under a week", "2–4 weeks", "Take the time it needs"]; return (
{/* HERO */}
Bespoke at Eva

Your piece, drawn at the velvet,
finished in under 24 hours.

Most studios "make to order" and quote four weeks. Eva keeps a master jeweller, a CAD station, casting and a setter under one roof in Gold & Diamond Park — so a ring agreed at noon can sit on a finger by dinner.

50+bespoke pieces a month
under 24htypical turnaround
60 yearsof family craft (Mamiya, 1966)
{/* HOW IT WORKS */}
How it works

Four steps. One day.

{[ { n: "01", t: "Consult", d: "A private 45-minute appointment — in the boutique or by video. We talk stones, metals, story, fit. Bring a sketch, an heirloom, a Pinterest board." }, { n: "02", t: "Design", d: "By the end of the session you'll see a hand sketch. By the evening, a photoreal CAD render to approve — usually after one or two revisions." }, { n: "03", t: "Craft", d: "Cast, set, polish — all on-site. Diamonds set by a master setter; rhodium plating done in-house. Nothing leaves Gold & Diamond Park." }, { n: "04", t: "Deliver", d: "Hand-delivered in the boutique, or sent by insured courier worldwide — free. Comes with a GIA, IGI or HRD certificate where applicable." }, ].map(s => (
{s.n}

{s.t}

{s.d}

))}
{/* QUOTE */}
"
Vicky was helpful and understood exactly what we wanted and created the most stunning ring.
A T · 5 June 2025 · Tripadvisor 5★
{/* REQUEST A CUSTOM DESIGN — FORM */}
Request a custom design

Tell us what you have in mind.

No commitment. We'll come back within the hour with a sketch direction, a stone option, and an indicative price — by WhatsApp, the way you want it.

{submitted ? (

Thank you, {data.name.split(" ")[0] || "friend"}.

Your brief is with the bench. One of our master jewellers will reach you on WhatsApp within the hour — likely from {window.EVA_FACTS.whatsappDisplay}.

) : (
{[1, 2, 3].map(n => (
{n} {n === 1 ? "The piece" : n === 2 ? "Stone & feel" : "Your details"}
))}
{step === 1 && (
{pieces.map(o => ( ))}
{occasions.map(o => ( ))}