// ─────────── Meet the Experts Page ─────────── const DR_ABHIJIT = { name: 'Dr. Abhijit Shanbhag', title: 'Co-Founder · Head Orthodontist', subtitle: 'MDS Orthodontics & Dentofacial Orthopaedics', initials: 'AS', photo: 'assets/6841d5bbc7ab210ee6a5f546.webp', education: [ { degree: 'BDS', inst: 'Maharashtra University of Health Sciences', year: 'Graduation' }, { degree: 'MDS', inst: 'A.B. Shetty Memorial Institute of Dental Sciences, NITTE University', detail: 'Orthodontics & Dentofacial Orthopaedics', year: 'Post-Graduation' }, { degree: 'Cert.', inst: 'Invisalign Fundamentals Training Course', detail: 'Certified Invisalign Provider', year: 'Certification' }, ], expertise: [ 'Braces — Metal, Ceramic, Self-Ligating, Lingual', 'Invisalign & Clear Aligner Therapy', 'Smile Design & Facial Aesthetics', 'Dentofacial Orthopaedics', 'Adult & Adolescent Orthodontic Correction', 'Complex Bite Correction & Jaw Alignment', 'Non-surgical Orthodontic Correction', 'Personalised Treatment Planning', ], stats: [ { n: '12+', l: 'Years treating' }, { n: '2,500+', l: 'Cases treated' }, { n: 'Invisalign', l: 'Certified Provider' }, { n: 'NITTE', l: 'MDS University' }, ], quote: 'Each treatment is curated to the patient\'s specific dental needs. I explain every step before it happens — no surprises, no rush, no compromises.', bio: 'Dr. Abhijit Shanbhag is the co-founder and Head Orthodontist at Align-O-Dent. He completed his BDS from Maharashtra University of Health Sciences and pursued his MDS in Orthodontics and Dentofacial Orthopaedics from A.B. Shetty Memorial Institute of Dental Sciences, NITTE University — one of India\'s premier dental institutions.\n\nAs a certified Invisalign provider, Dr. Abhijit combines modern aligner technology with traditional orthodontic precision. He consults across Mumbai and is known for transformations that go beyond straight teeth — improving facial profile, bite function, and long-term oral health.\n\nHis approach is unhurried and methodical. Every patient receives a written treatment timeline, cost estimate, and outcome simulation before any wire is placed or any aligner is handed over.', }; const DR_SONALI = { name: 'Dr. Sonali Abhijit Shanbhag', title: 'Co-Founder · Head Prosthodontist & Implantologist', subtitle: 'MDS Prosthodontics & Implantology', initials: 'SS', photo: 'assets/6841d5bcc7ab210ee6a5f616.webp', education: [ { degree: 'BDS', inst: 'Goa Dental College (GDC), Goa', year: 'Graduation' }, { degree: 'MDS', inst: 'KLE VK Institute of Dental Sciences (VKIDS)', detail: 'Prosthodontics, Crown & Bridge and Implantology', year: 'Post-Graduation' }, { degree: 'Master', inst: 'Osstem Professional Master Course, Mumbai', detail: 'Implant Systems — Advanced Training', year: 'Advanced Cert.' }, ], expertise: [ 'Dental Implants — Single, Multiple & All-on-4', 'Crowns, Bridges & Zirconia Restorations', 'Veneers & Smile Design', 'Complete & Partial Dentures', 'Full Mouth Rehabilitation', 'Smile Restoration & Esthetic Dentistry', 'Maxillofacial Prosthetics', 'Oral Rehabilitation with Biocompatible Substitutes', ], memberships: [ 'Member — Indian Prosthodontic Society (IPS)', ], awards: [ { title: 'Best Poster Award', event: '24th IPS National Convention', detail: 'Scientific paper presentation' }, ], stats: [ { n: '10+', l: 'Years treating' }, { n: '1,800+', l: 'Restorations' }, { n: 'IPS', l: 'Member' }, { n: 'KLE VKIDS', l: 'MDS University' }, ], quote: 'A calm chair, a confident plan, and a result that quietly speaks for itself.', bio: 'Dr. Sonali Abhijit Shanbhag is the co-founder and Head Prosthodontist & Implantologist at Align-O-Dent. She completed her dental graduation from Goa Dental College (GDC) and pursued her MDS specialisation in Prosthodontics and Implantology from KLE VK Institute of Dental Sciences (VKIDS) — a nationally recognised centre of dental excellence.\n\nA member of the Indian Prosthodontic Society (IPS), she has presented scientific papers at national conferences and was awarded the Best Poster Award at the 24th IPS Convention. She has also completed an advanced Osstem Professional Master Course in implant systems, ensuring her implant work is backed by the latest evidence.\n\nDr. Sonali is known for her patient-focused approach — taking time to understand both functional needs and aesthetic aspirations. Her restorations are designed to look, feel, and function like natural teeth, with outcomes that restore confidence as much as they restore oral health.', }; // ── Education Timeline ── const EducationRow = ({ items, dark }) => (
{items.map((e, i) => (
{e.degree}
{e.inst}
{e.detail &&
{e.detail}
}
{e.year}
))}
); // ── Expertise Checklist ── const ExpertiseList = ({ items, dark }) => (
{items.map((item, i) => (
{item}
))}
); // ── Stat strip ── const StatStrip = ({ stats, dark }) => (
{stats.map((s, i) => (
{s.n}
{s.l}
))}
); // ── Award Badge ── const AwardBadge = ({ award }) => (
🏆
{award.title}
{award.event} · {award.detail}
); // ── Dr. Sonali Section (light, first) ── const DrSonaliSection = () => (
{/* LEFT: photo + expertise + award + membership + stats */}
Dr. Sonali Shanbhag — Prosthodontist at Align-O-Dent, Mulund
01 Prosthodontist

Areas of Expertise

{DR_SONALI.awards && DR_SONALI.awards.map((a, i) => (
🏆
{a.title}
{a.event} · {a.detail}
))}
{DR_SONALI.memberships.map((m, i) => (
{m}
))}
{/* RIGHT: bio + education + CTA */}

Head Prosthodontist & Implantologist · Co-Founder

Dr. Sonali
Shanbhag

MDS Prosthodontics & Implantology
{DR_SONALI.bio.split('\n\n').map((p, i) => (

{p}

))}
"{DR_SONALI.quote}"

Education & Credentials

); // ── Dr. Abhijit Section (dark, second) ── const DrAbhijitSection = () => (
{/* content col (visually left via order:1) */}

Head Orthodontist · Co-Founder

Dr. Abhijit
Shanbhag

MDS Orthodontics & Dentofacial Orthopaedics
{DR_ABHIJIT.bio.split('\n\n').map((p, i) => (

{p}

))}
"{DR_ABHIJIT.quote}"

Education & Credentials

{/* photo col (visually right via order:2): photo + expertise + stats */}
Dr. Abhijit Shanbhag — Orthodontist at Align-O-Dent, Mulund
02 Orthodontist

Areas of Expertise

); // ── Credentials Wall ── const CredentialsWallSection = () => (

Qualifications & Certifications

Every frame on
that wall, earned.

NITTE University, KLE VKIDS, Invisalign, Osstem, Goa University — the credentials aren't just on the wall. They're in every diagnosis and treatment plan.

Wall of degrees and certifications at Align-O-Dent — NITTE, KLE VKIDS, Invisalign, Goa University
{[ { who: 'Dr. Abhijit', degree: 'MDS — Orthodontics & Dentofacial Orthopaedics', inst: 'A.B. Shetty / NITTE University', icon: 'tooth' }, { who: 'Dr. Abhijit', degree: 'Invisalign Certified Provider', inst: 'Invisalign Fundamentals Training Course', icon: 'sparkle' }, { who: 'Dr. Abhijit', degree: 'BDS', inst: 'Maharashtra University of Health Sciences', icon: 'tooth' }, { who: 'Dr. Sonali', degree: 'MDS — Prosthodontics & Implantology', inst: 'KLE VK Institute of Dental Sciences (VKIDS)', icon: 'crown' }, { who: 'Dr. Sonali', degree: 'BDS', inst: 'Goa Dental College (GDC), Goa University', icon: 'tooth' }, { who: 'Dr. Sonali', degree: 'Osstem Professional Master Course', inst: 'Implant Systems — Advanced Training', icon: 'shield' }, { who: 'Dr. Sonali', degree: 'Best Poster Award — 24th IPS Convention', inst: 'Indian Prosthodontic Society', icon: 'star' }, ].map((item, i) => (
{item.who}
{item.degree}
{item.inst}
))}
); // ── Together Section ── const TogetherSection = () => (

Their story · Since 2018

A clinic built on
a shared vision.

Dr. Abhijit and Dr. Sonali Shanbhag founded Align-O-Dent in 2018 on one conviction: patients in Mulund deserved a specialist orthodontist and a specialist prosthodontist together, in a single clinic, working as a team.

Most dental clinics offer general dentistry. Most specialists practice alone. Here, a patient with a crooked bite, missing teeth, and a desire to improve their smile gets both specialists at one address — with treatment plans that are coordinated, not conflicting.

Seven years and 3,000+ patients later, that conviction turned out to be right.

{[{n:'2018', l:'Founded'}, {n:'3,000+', l:'Patients treated'}, {n:'2', l:'MDS Specialists'}].map((s, i) => (
{s.n}
{s.l}
))}
Dr. Abhijit and Dr. Sonali Shanbhag, co-founders of Align-O-Dent, Mulund
Dr. Abhijit & Dr. Sonali Shanbhag
Co-Founders · Align-O-Dent · Est. 2018
); // ── CTA ── const DoctorsCTA = () => (

Free first consultation

Ready to meet
your specialist?

Book a free 20-minute consultation with Dr. Abhijit or Dr. Sonali. Bring your X-rays, your questions, your concerns — and leave with a clear, written plan.

Book Free Consult WhatsApp Us
); // ── Page Hero ── const DoctorsHero = () => (
); // ── Root Page ── const DoctorsPage = () => { useReveal(); return ( <>