/* About Us page */ function AboutHero() { return (
Our story

Building tomorrow's leaders
one tiny smile at a time.

We are a community of educators, parents and little learners — bound by a love for Allah, a love for learning, and a love for childhood itself.

); } function CloudDivider() { return (
); } function MissionVision() { return (
🎯

Our Mission

To nurture confident, curious children who are rooted in Islamic values and fluent in English whil preparing them for school, for life, and for akhirah.

🌱

Our Vision

A generation of Muslim children who lead with kindness, think with clarity, and serve their ummah with skill — Insya'Allah.

); } function StorySection() { return (
{/* abstract: school building with sun */} Mahir Dhuha
Since 2014 ✨
Our journey

From a small dhuha circle to three branches

Mahir Dhuha began with a simple wish — that our children would learn the Quran with joy, speak English with confidence, and grow up knowing they are loved.

What started as a small Islamic playgroup has grown — Alhamdulillah — into three thriving preschools across the Klang Valley. Every classroom still carries that founding intention: "Belajar dengan gembira, kerana Allah."

); } function Stat({ icon, value, label }) { return (
{icon}
{value}
{label}
); } function Values() { const values = [ { icon: '☪️', title: 'Iman first', desc: 'Every lesson begins and ends with the love of Allah. Quran, doa, and adab are woven through every day.', color: 'sky' }, { icon: '🌍', title: 'Global English', desc: 'Children grow confident in English without losing their mother tongue or heritage.', color: 'mint' }, { icon: '🤝', title: 'Family partnership', desc: 'Parents are co-teachers. We share progress, celebrate milestones and grow together.', color: 'rose' }, { icon: '🎨', title: 'Whole-child play', desc: 'We protect childhood. Climbing, painting, singing, building — all are learning.', color: 'yellow' }, { icon: '💚', title: 'Tiny ratios', desc: 'Small classes mean every child is truly known — strengths, struggles, dreams.', color: 'lilac' }, { icon: '🏆', title: 'Tinggi cita-cita', desc: 'High expectations delivered with high warmth. We aim for the stars, gently.', color: 'orange' }]; return (
What we stand for

Six values, every day

{values.map((v, i) =>
{v.icon}

{v.title}

{v.desc}

)}
); } function TeamSection() { const paragraphs = [ "Mahir Dhuha was founded in 2014 by a small group of educators and parents who shared one conviction: that the earliest years of a child's life are sacred, and that learning at this age should be wrapped in love, faith, and play in equal measure.", "What started as a single classroom in Bukit Jelutong has grown into three branches across the Klang Valley — but the heart of it has never changed. We still know every child by name. We still cry at every graduation. We still believe that a hug is the best preparation for a hard day.", "Our founders bring together backgrounds in early childhood education, Islamic studies, and community building. Each carries her own story of why this work matters — but all of them began the same way: as mothers, watching their own children, and asking what kind of school they wished existed.", "Today, the founders still walk the corridors, greet the children at the gate, and meet with parents themselves. They believe that no school can love a child more than its leaders teach it to. And so, every day, they show up — not as administrators, but as teachers first." ]; return (
Our founders

Meet the founders

The hearts behind the classrooms, the messengers behind the knowledge.

Founders of Tadika Mahir Dhuha
FOUNDERS
{paragraphs.map((p, i) =>

{p}

)}
); } function GallerySection() { const [lightbox, setLightbox] = useState(null); const items = [ { id: 1, title: 'Morning circle & doa', color: 'sky', emoji: '🌅' }, { id: 2, title: 'Quran reading', color: 'mint', emoji: '📖' }, { id: 3, title: 'Art & craft', color: 'rose', emoji: '🎨' }, { id: 4, title: 'Science discovery', color: 'yellow', emoji: '🔬' }, { id: 5, title: 'Outdoor play', color: 'lilac', emoji: '🌳' }, { id: 6, title: 'Hajj cilik', color: 'orange', emoji: '🕋' }, { id: 7, title: 'Storytime', color: 'mint', emoji: '📚' }, { id: 8, title: 'Sports day', color: 'sky', emoji: '⚽' }]; return (
A peek inside

Daily life at Mahir Dhuha

Tap any moment to see it bigger. Photos from our Facebook gallery.

{items.map((item, i) => )}
{lightbox &&
setLightbox(null)}>
e.stopPropagation()}>
{lightbox.emoji}

{lightbox.title}

A glimpse of life at our preschools — one of many joyful moments. See more on our Facebook page.

}
); } /* Our Journey — cartoon roadmap timeline */ function JourneySection() { const milestones = [ { year: '2014', title: 'A dream takes root', desc: 'A small Islamic preschool opens its doors in Kota Damansara with one classroom, one teacher, and a big mission: nurture little hearts with faith and love.', emoji: '🌱', color: 'mint' }, { year: '2015', title: 'First graduating class', desc: 'Our first cohort of little ones step proudly into Year 1 — confident readers, kind friends, and tiny huffaz in the making.', emoji: '🎓', color: 'sky' }, { year: '2017', title: 'Mahir Dhuha Expands', desc: 'A second home for the MD family. Parents from KD welcome us with open arms — three operating-hour options to fit working families.', emoji: '🏫', color: 'rose' }, { year: '2019', title: 'Hajj cilik & signature programmes', desc: 'Our Hajj cilik experience, market day, and theme projects become beloved traditions — hands-on Islamic learning that children remember for life.', emoji: '🕋', color: 'orange' }, { year: '2020', title: 'Through the storm together', desc: 'Pandemic times. Online classes, home learning kits, and weekly check-ins keep our MD family connected and learning.', emoji: '💛', color: 'yellow' }, { year: '2022', title: 'Cyberjaya branch joins', desc: 'Our third branch opens in Cyberjaya — bringing the MD warmth to families in the south of Klang Valley.', emoji: '🌟', color: 'lilac' }, { year: '2024', title: '10 years of nurturing', desc: 'A decade of Mahir Dhuha. Over 1,000 graduates, three branches, and a teaching family that has grown stronger every year.', emoji: '🎉', color: 'mint' }, { year: '2025', title: 'Playschool launches', desc: 'A brand-new programme for our youngest learners (20–35 months) — soft, secure, and full of play.', emoji: '🧸', color: 'sky' }, { year: '2026', title: 'The journey continues', desc: 'Enrollment is open. New faces, new milestones, same heart — building life skills, guided by faith.', emoji: '🚀', color: 'orange' }]; return (
12 years and counting

Our journey

Every step of the way, hand-in-hand with our MD families.

{/* Wavy SVG path connecting all the milestones */} {milestones.map((m, i) => { const isLeft = i % 2 === 0; return (
{m.emoji}
{m.year}

{m.title}

{m.desc}

); })}
); } function AboutApp() { const [enrollOpen, setEnrollOpen] = useState(false); return (
setEnrollOpen(true)} />
); } ReactDOM.createRoot(document.getElementById('root')).render();