/* ============================================================ CONTACT / NOIDA STORE ============================================================ */ function ContactPage(){ const [form,setForm] = useState({ name:'', phone:'', purpose:'', msg:'' }); const [sent,setSent] = useState(false); const set = (k,v)=>setForm(f=>({...f,[k]:v})); const waMsg = `Hi Rudraa Ratna, I'm ${form.name||'(name)'}. Purpose: ${form.purpose||'general enquiry'} ${form.msg||''} (Phone: ${form.phone||'-'})`; return (
Visit · Call · WhatsApp

Rudraa Ratna support in Noida

Behind every order is a team that knows these products. Message us for guidance, product availability and visit details.

{/* info cards */}

Location

{RR.settings.storeAddr.split(',').map((line,i)=>{i>0&&
}{line.trim()}
)}
Exact visit address shared on WhatsApp before visit.

View Noida area

Timings

{RR.settings.timings}
{RR.settings.timingsAlt}

Talk to us

{RR.WA_DISPLAY}{RR.settings.email ?
{RR.settings.email}
:
Email support will be added soon.
}

Chat on WhatsApp

Fastest replies · usually within minutes

{/* map + form */}
{RR.settings.brandName}{RR.settings.storeCity}
{!sent ? (

Send an enquiry

We'll reply on WhatsApp. Prefer instant? Use the green button.

set('name',e.target.value)} placeholder="e.g. Shivani"/>
set('phone',e.target.value)} placeholder="+91 …"/>