function AboutPage({ openTour }) { return (
The IDEA ELC community
About

An idea that became a community.

{/* Origin */}

A Dubai early-years centre with a US-rooted curriculum and a family-partnership philosophy.

IDEA Early Learning Center opened in 2016 in Dubai Sports City, part of the IDEA Education Group. We believe every child — and every family — should receive excellence in education. That belief shapes the way we hire, the way we plan a day, and the way we partner with parents.

Our vision: to be the leading provider of cutting-edge, holistic and inclusive education in the UAE.

Our values
{[ ['Respect', 'For each child, family, culture and colleague.', 'var(--c-magenta)'], ['Responsibility', 'For the trust families place in us — every day.', 'var(--c-teal)'], ['Innovation', 'For how we teach, observe and partner with parents.', 'var(--c-red)'], ].map(([v, s, c]) => (
{v[0]}

{v}

{s}

))}
{/* Timeline */}
{[ ['2015', 'KHDA licence', 'IDEA Early Learning Center is registered with the KHDA Early Childhood Centre directory.'], ['2016', 'Doors open', 'The centre opens in Victory Heights, Dubai Sports City, with the US Creative Curriculum.'], ['2024', 'A bigger garden', 'Outdoor classroom expanded with mud-play, growing patch and rabbit enclosure.'], ['2026', 'Baby unit grows', 'Plans to expand the baby unit and add a dedicated sensory break-out space *.'], ].map(([y, t, s], i) => (
{y}
{t}

{s}

))}

* Per WhichSchoolAdvisor reporting — to be confirmed with the centre. KHDA listing shows 2015; opening year reported as 2016 by WSA/SchoolsCompared.

{/* Leadership */}
{[ { name: 'Claire Walker', role: 'Principal', src: 'media/staff-claire-walker.webp', accent: 'var(--c-magenta)' }, { name: 'Andrea', role: 'Early Years Lead *', src: 'media/staff-andrea.webp', accent: 'var(--c-teal)' }, { name: 'Nat', role: 'Family Liaison *', src: 'media/staff-nat.webp', accent: 'var(--c-red)' }, ].map((p) => (
{`${p.name}

{p.name}

{p.role}

Bio published with the team member's permission.

))}

* Roles to be confirmed. Names taken from supplied staff media files.

{/* Group context */}
IDEA Education Group

One small, focused early-years centre — backed by a group with a bigger educational ambition.

IDEA ELC is part of the IDEA Education Group, whose stated mission is to be the leading provider of cutting-edge, holistic and inclusive education in the UAE.

); } window.AboutPage = AboutPage;