{locale === 'en' ? 'Child-safeguarding first' : 'سلامة الطفل أولاً'}
{locale === 'en' ? 'KHDA-registered · ADEK-licensed¹' : 'مرخّصة من KHDA و ADEK¹'}
);
}
/* ---------- Trust strip ---------- */
function TrustStrip({ locale }) {
// English chips only — the registered marks and "Babilou Family" are brand language.
return (
{locale === 'en' ? (
<>The British EYFS, delivered with warmth.>
) : (
<>منهج EYFS البريطاني، بدفء وحب.>
)}
{locale === 'en'
? 'Our Sustainable Education Approach® weaves the best of Montessori, Reggio Emilia and Emmi Pikler with modern child-development science — guided by Babilou\'s global pedagogy team.'
: 'يجمع نهج التعليم المستدام® بين أفضل ما في منتسوري ورجيو إميليا وإيمي بيكلر مع أحدث علوم نمو الطفل.'}
{D.pillars.map(p => (
{p.tag}
{p.title}
{p.body}
))}
);
}
/* ---------- Big idea (SEA®) ---------- */
function BigIdea({ locale }) {
return (
✺
{locale === 'en' ? 'The big idea' : 'الفكرة الكبرى'}
{locale === 'en'
? <>Every child has their own rhythm. We follow it.>
: <>لكل طفل إيقاعه الخاص. ونحن نتبعه.>}
{locale === 'en'
? 'The Sustainable Education Approach® is the way we put EYFS into practice. Open-ended materials, calm spaces, multilingual exposure (EN · AR · FR), and educators trained to observe before they intervene — so children lead their own learning.'
: 'يجسّد نهج التعليم المستدام® منهج EYFS في كل لحظة من اليوم. مواد مفتوحة، فضاءات هادئة، تعرّض بثلاث لغات، ومربّون يلاحظون قبل أن يتدخّلوا.'}
{locale === 'en' ? '¹ Sustainable Education Approach® is a registered mark of Blossom / Babilou. Science & expert references attributed to the group.' : '¹ نهج التعليم المستدام® علامة مسجلة لبلوسوم/بابيلو.'}
{locale === 'en' ? <>Built around your week.> : <>مصمَّم حول أسبوعك.>}
{locale === 'en'
? 'Full-time, part-time and extended hours — designed for working parents in Dubai and Abu Dhabi. Age ranges vary by emirate and by branch; we\'ll match you to the right room on your tour.'
: 'دوام كامل، جزئي، وساعات ممتدة — مصمَّمة للآباء العاملين. تختلف الفئات العمرية بين الإمارات والفروع.'}
{D.programmes.map((p, i) => (
{String(i+1).padStart(2,'0')}
{p.title}
{p.blurb}
))}
{locale === 'en' ? 'Age caps by emirate' : 'الفئات العمرية حسب الإمارة'}
{locale === 'en'
? 'From the client\'s about-us page — verify on each branch page.'
: 'مأخوذ من صفحة "من نحن" — يُؤكَّد لكل فرع على حدة.'}
{locale === 'en' ? 'Find your nursery' : 'ابحث عن حضانتك'}
{locale === 'en' ? <>32 branches. Four emirates.> : <>٣٢ فرعاً. أربع إمارات.>}
{locale === 'en'
? 'Dubai is our largest cluster, with 19 branches across Marina, DIFC, Downtown, Dubai Hills, Arabian Ranches, Business Bay, Palm, Mudon, Creek Harbour, D3 and more. Tap any branch for tour-booking, address and live map.'
: 'دبي هي أكبر تجمع لدينا، بـ ١٩ فرعاً في المرينا و DIFC ووسط المدينة وأرجاء أخرى.'}
{locale === 'en' ? 'Part of the Babilou Family' : 'جزء من عائلة بابيلو'}
{locale === 'en'
? 'Founded in France in 2003, Babilou is one of the world\'s largest early-education networks. Blossom joined the family in 2017.'
: 'تأسست عائلة بابيلو في فرنسا عام ٢٠٠٣، وانضمت بلوسوم إليها عام ٢٠١٧.'}
self-reported
);
}
/* ---------- About / leaders ---------- */
function About({ locale }) {
return (
{locale === 'en' ? 'Who we are' : 'من نحن'}
{locale === 'en' ? <>Caring for UAE families for over a decade.> : <>نعتني بعائلات الإمارات منذ أكثر من عقد.>}
{locale === 'en'
? 'Blossom has grown alongside the UAE\'s working families. The exact founding year is being confirmed with the client — what hasn\'t changed is our eco-friendly pedigree (Blossom joined Babilou in 2017 as a pioneer of eco-friendly nurseries) and our commitment to play-led learning.'
: 'نمت بلوسوم جنباً إلى جنب مع العائلات العاملة في الإمارات. التزامنا الأساسي: التعلّم بالّلعب، والإرث البيئي.'}
{D.leaders.map(L => (
{L.name}
{L.role}
))}
);
}
/* ---------- CTA band ---------- */
function CTABand({ locale, openTour }) {
return (
{locale === 'en' ? <>Come and see us at work.> : <>تعالوا لتروا كيف نعمل.>}
{locale === 'en'
? 'A 45-minute tour is the best way to feel the warmth of a Blossom room. We\'ll show you the spaces, talk through the curriculum, and answer every question.'
: 'جولة من ٤٥ دقيقة هي أفضل طريقة لتشعروا بأجواء بلوسوم. سنطلعكم على الفضاءات والمنهج، ونجيب عن كل سؤال.'}