// CONTACT — Majlis booking + enquiry form + details function ContactPage({ initialTab, productId }) { const { navigate } = useRouter(); const [tab, setTab] = useState(initialTab || 'majlis'); const [form, setForm] = useState({ name: '', email: '', phone: '', date: '', time: '', visitors: '2', interest: '', notes: '' }); const [submitted, setSubmitted] = useState(false); const update = (k, v) => setForm((f) => ({ ...f, [k]: v })); const referenced = productId ? PRODUCTS.find((p) => p.id === productId) : null; return (
Book a private viewing, ask after a piece, or begin a conversation with the studio. Replies within one working day.
The studio will be in touch shortly{form.name ? `, ${form.name}` : ''}. For anything urgent, please use WhatsApp.
An unhurried introduction to the house — pieces brought out for you, served quietly, with no pressure to decide that day.