// instructor-safety.jsx — "Tanışın: Gizem Yılmaz" + "Veli Güvencesi" function Instructor({ lang }) { const c = window.CONTENT[lang].instructor; return ( {/* Portrait — real photo */} {/* colored disc backdrop */} {/* dotted accent */} {[0,1,2,3].map(r => [0,1,2,3].map(col => ( )))} Gizem Yılmaz {lang === 'tr' ? 'AI Uzmanı · EdTech Koordinatörü' : 'AI Specialist · EdTech Coordinator'} ✦ {lang === 'tr' ? 'Program Mimarı' : 'Program Architect'} 7+ {lang === 'tr' ? 'yıl deneyim' : 'yrs experience'} {c.eyebrow} {c.title} {c.lede} {c.body} {/* Stats */} {c.stats.map((s, i) => ( {s.n} {s.l} ))} {/* Quote */} {c.quote} ); } function ParentSafety({ lang }) { const c = window.CONTENT[lang].safety; return ( {c.eyebrow} {c.title} {c.lede} {c.items.map((it, i) => ( {it.title} {it.body} ))} ); } Object.assign(window, { Instructor, ParentSafety });
{c.lede}
{c.body}
{c.quote}
{it.body}