,
document.body
)}
);
}
function Founders() {
return (
Founders & Medical Directors
Led by two of India's most respected fertility specialists.
Bloom IVF was founded in 1991 by Dr. Hrishikesh Pai and Dr. Nandita Palshetkar. Their clinical standard sets the protocol every Bloom IVF centre runs on.
);
}
function HeroVisual({ img = "https://images.unsplash.com/photo-1584982751601-97dcc096659c?auto=format&fit=crop&w=900&q=80", alt = "Bloom IVF reproductive medicine specialist with patient at fertility consultation" }) {
return (
35+ yrs
Of clinical experience in reproductive medicine
ART (Regulation) Act, 2021 Registered & compliant clinic
);
}
function LeadForm({ compact = false, city = "" }) {
const [name, setName] = useState("");
const [phone, setPhone] = useState("");
const [cityVal, setCity] = useState(city);
const [age, setAge] = useState("");
const [consent, setConsent] = useState(true);
const [errors, setErrors] = useState({});
const [sent, setSent] = useState(false);
function submit(e) {
e.preventDefault();
const errs = {};
if (!name.trim() || name.trim().length < 2) errs.name = "Please enter your name";
const digits = phone.replace(/\D/g, "");
if (digits.length < 10) errs.phone = "Enter a valid 10-digit phone number";
if (!consent) errs.consent = "Please agree to be contacted";
setErrors(errs);
if (Object.keys(errs).length === 0) setSent(true);
}
if (sent) {
return (
Thank you, {name.split(" ")[0]}.
A clinical counsellor will call you on +91 {phone.replace(/\D/g,"").slice(-10)} during clinic hours.
);
}
return (
);
}
function LeadSection({ city = "", heading, sub }) {
return (
Accepting new patients
{heading || <>Speak with a fertility specialist.>}
{sub || "Share a few details. A clinical counsellor will call you back with a clear next step — no pressure, no obligation."}
Private, confidential callback
Evidence-based diagnostic review
Transparent, ethical clinical guidance
Compliant with ART (Regulation) Act, 2021
);
}
function Locations() {
return (
Our Centers
7 IVF centres. Many affiliates. One clinical standard.
Bloom IVF runs seven full-fledged IVF centres across India and many affiliate centres. Three of these are in North India — Delhi, Gurgaon and Mohali. Walk into any Bloom IVF clinic and you'll find the same specialists, laboratory standards and patient-first protocols.
Statutory: Bloom IVF strictly adheres to the PCPNDT Act, 1994. We do not perform, support or promote sex selection or pre-natal sex determination. All clinics registered under ART (Regulation) Act, 2021.
);
}
function Footer() {
return (
);
}
function StickyCTA({ visible, label = "Free Consultation" }) {
return (
Start your fertility journey
Private consultation · clinical counsellor